.layout-content-holder-bc .promotions-page-section {
    display: block;
    width: 100%;
}

.layout-content-holder-bc .promotion-horizontal-sl-list-bc {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto !important;
    border-radius: 10px;
    border: 1px solid rgba(12, 192, 108, 0.22);
    border-bottom: 2px solid rgb(12, 192, 108);
    background: #0a121c;
}

.layout-content-holder-bc .promotion-horizontal-sl-list-bc .promotion-banner-bc {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.layout-content-holder-bc .promotion-horizontal-sl-list-bc .promotion-banner-media {
    position: static;
    inset: auto;
    width: 100%;
    display: block;
    pointer-events: none;
    z-index: auto;
    border-radius: 0;
}

.layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-title-bc {
    font-family: Lexend, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.35px;
    margin-inline-start: 6px;
    margin-inline-end: 4px;
}

.layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-icon-bc {
    font-size: 16px;
    flex-shrink: 0;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc,
html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc {
    height: auto !important;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    white-space: normal;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc .promotion-banner-bc {
    grid-column: 1 / -1;
    height: 130px;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc .promotion-banner-media {
    height: 100%;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 48px;
    padding: 4px 6px;
    border-radius: 0;
    margin: 0;
    border-top: 1px solid rgba(12, 192, 108, 0.2);
    background: rgba(12, 192, 108, 0.06);
    cursor: pointer;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc + .horizontal-sl-item-bc {
    margin-inline-start: 0;
    border-inline-start: 1px solid rgba(12, 192, 108, 0.12);
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc.active {
    background: rgb(12, 192, 108);
    color: #fff;
}

html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc.active .horizontal-sl-icon-bc,
html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc.active .horizontal-sl-title-bc {
    color: #fff;
}

html.is-mobile #root > div.layout-content-holder-bc > .horizontalList > .horizontal-sl-list-container > div.promotion-horizontal-sl-list-bc {
    justify-content: flex-start !important;
    align-items: stretch !important;
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc {
    display: flex;
    flex-direction: column;
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .promotion-banner-bc {
    flex: 0 0 auto;
    height: 140px;
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .promotion-banner-media {
    height: 100%;
}

html.is-web #root > div.layout-content-holder-bc > div.promotion-horizontal-sl-list-bc > .horizontal-sl-wheel {
    position: static !important;
    right: auto !important;
    top: auto !important;
    display: flex;
    width: 100%;
    z-index: 1;
    transform: none !important;
    border-top: 1px solid rgba(12, 192, 108, 0.2);
    background: rgba(12, 192, 108, 0.06);
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-wheel .horizontal-sl-item-bc {
    flex: 1 1 25%;
    min-width: 0;
    justify-content: center;
    height: 42px;
    border-radius: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-wheel .horizontal-sl-item-bc + .horizontal-sl-item-bc {
    border-inline-start: 1px solid rgba(12, 192, 108, 0.12);
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-wheel .horizontal-sl-item-bc.active {
    background: rgb(12, 192, 108);
    color: #fff;
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-wheel .horizontal-sl-item-bc.active .horizontal-sl-icon-bc,
html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-wheel .horizontal-sl-item-bc.active .horizontal-sl-title-bc {
    color: #fff;
}

html.is-mobile .layout-content-holder-bc .horizontalList .horizontal-sl-list-container {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}

html.is-mobile .layout-content-holder-bc .horizontalList {
    margin-bottom: 10px;
}

html.is-web .layout-content-holder-bc .promotion-horizontal-sl-list-bc {
    margin-top: 10px;
    margin-bottom: 10px;
}

html.is-web .layout-content-holder-bc .promotions-page-section {
    padding-bottom: 20px;
}

@media (max-width: 480px) {
    .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-title-bc {
        font-size: 9px;
        letter-spacing: 0.2px;
    }

    .layout-content-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-icon-bc {
        font-size: 14px;
    }

    html.is-mobile .layout-content-holder-bc .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc {
        height: 44px;
        padding: 4px 4px;
    }
}

.overlay-sliding-wrapper-bc.promotion-details-popup.display-none,
.popup-holder-bc.promotion-details-popup.display-none {
    display: none !important;
}
