/* Edit mode - Reset promo container */
.e-promotion.pc-promo-data-container{
    min-height: 0px !important;
    background-color: transparent !important;
    border-left: none !important;
    margin-bottom: 0px !important;
    overflow: visible;
    padding: 0px;
}
.e-promotion.pc-promo-data-container > .row{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.e-promotion.pc-promo-data-container .row .row{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 78em;
}
.e-promotion.pc-promo-data-container .e-promotion-info{
    padding: 0px !important;
}
.e-promotion.pc-promo-data-container .e-promotion-info a{
    background-color: transparent !important;
}


/* Edit mode - Adding helper UI */
html.aem-AuthorLayer-Edit #wp-promo-system-data,
body.cq-wcm-edit #wp-promo-system-data{
    padding: 20px;
    background-color: #f8f8f8;
    counter-reset: promo-index preview-index;
}
html.aem-AuthorLayer-Edit #wp-promo-system-data:before,
body.cq-wcm-edit #wp-promo-system-data:before {
    content: 'PROMO SYSTEM DATA - Add pattern "Promo System" inside';
    color: #f90;
}

html.aem-AuthorLayer-Edit #wp-promo-system-data .promotion-banner,
body.cq-wcm-edit #wp-promo-system-data .promotion-banner{
    margin: 10px 10px 30px;
    counter-increment: promo-index;
}

html.aem-AuthorLayer-Edit #wp-promo-system-data .promotion-banner:before,
body.cq-wcm-edit #wp-promo-system-data .promotion-banner:before {
    content: "#"counter(promo-index);
    background: #f90;
    color: #fff;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 12px;
}

.page-container {
    margin: 20px;
}
#wp-promo-system-data {
    display: block;
}

/* Edit mode - Promo data visualization */
.ps-page-list {
    margin-top: 40px;
    counter-increment: preview-index;
}
.ps-page-list:before {
    content: "#"counter(preview-index);
    background: #666;
    color: #fff;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    margin-top: 6px;
}
.ps-page-list h2 {
    padding-left: 30px;
}
.ps-page-list a {
    text-decoration: none;
    color: #666;
}
.ps-page-list a:hover {
    color: #f90;
}


