.promotions-revamp-container .header-container .promotions-filters {
    margin-bottom: 16px;
}

.promotions-revamp-container .header-container .promotions-filters .promotions-filter-elements .category:last-child {
    margin-right: var(--spacing-48);
}

.unfiltered-content {
    margin-top: 0;
}

.terms-conversion-table {
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
    display: flex;
}

.terms-table-header {
    height: 44px;
}

.terms-table-header-col {
    font-size: 14px;
    font-weight: bold;
    background-color: var(--primary-mode-10);
    color: var(--primary-mode-1);
    border: 1px solid var(--primary-mode-9);
    padding: 0 var(--spacing-2);
}

.terms-table-row {
    height: 44px;
}

#instant-games-section #instant-games-container .terms-container .terms-conversion-table .terms-table-row:nth-child(odd) {
    background-color: var(--other-mode-1);
}

.terms-table-col {
    font-size: 14px;
    color: var(--primary-mode-1);
    border: 1px solid var(--primary-mode-9);
    padding: 0 var(--spacing-2);
}

@media (min-width: 767.5px) {
    .terms-table-header-col {
        padding: 0 var(--spacing-12);
    }
    .terms-table-col {
        padding: 0 var(--spacing-12);
    }
}

@media(min-width: 1023.5px) {
    .promotions-revamp-container .header-container .promotions-filters {
        margin-bottom: 24px;
    }
    .terms-conversion-table {
        display: table;
    }
}

#instant-games-section #instant-games-button {
    background-color: #e9eaeb !important;
    color: var(--primary-1) !important;
}
#instant-games-section #instant-games-button .instant-arrow {
    background-color: transparent !important;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
}
#instant-games-section #instant-games-button .instant-arrow.active-section {
    transform: rotate(180deg);
}
#instant-games-section #instant-games-button:hover {
    background-color: var(--primary-10) !important;
    color: var(--primary-1) !important;
}
#instant-games-section #instant-games-button.active-section {
    background-color: var(--primary-3) !important;
    color: var(--other-1) !important;
}
#instant-games-section #instant-games-container {
    background-color: #f4f4f5 !important;
}
html[data-theme="dark"] #instant-games-section #instant-games-button {
    background-color: #383e4d !important;
    color: #ffffff !important;
}
html[data-theme="dark"] #instant-games-section #instant-games-buttonW .instant-arrow {
    background-color: transparent!important;
}
html[data-theme="dark"] #instant-games-section #instant-games-button:hover {
    background-color: #4e5461 !important;
    color: #ffffff !important;
}
html[data-theme="dark"] #instant-games-section #instant-games-button.active-section {
    background-color: #4e5461 !important;
    color: #ffffff !important;
}
html[data-theme="dark"] #instant-games-section #instant-games-container {
    background-color: #f4f4f5 !important;
}
html[data-theme="dark"] #instant-games-section #instant-games-container .terms-list-block li,
#instant-games-section #instant-games-container .terms-container .terms-header-conversion-table .terms-header-column {
    color: #222939 !important;
}
html[data-theme="dark"] #instant-games-section #instant-games-container .terms-container .terms-conversion-table .terms-table-row:nth-child(even) {
    background-color: #f4f4f5;
    color: #222939;
}
html[data-theme="dark"] #instant-games-section #instant-games-container .terms-container .terms-conversion-table .terms-table-row:nth-child(odd) {
    background-color: #ffffff;
    color: #222939;
}
html[data-theme="dark"] #instant-games-section #instant-games-container .terms-container .terms-conversion-table .terms-table-header {
    background-color: #e9eaeb;
    color: #222939;
}
html[data-theme="dark"] #instant-games-section #instant-games-container .terms-container .terms-conversion-table .terms-table-header-col {
    background-color: #e9eaeb;
    border-color: #d3d4d7;
    color: #222939;
}
html[data-theme="dark"] #instant-games-section #instant-games-container .terms-container .terms-conversion-table .terms-table-col {
    border-color: #d3d4d7;
    color: #222939;
}
#instant-games-section #instant-games-container .terms-list-block li {
    font-weight: normal;
}
#instant-games-section #instant-games-container .terms-container {
    padding: var(--spacing-24);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media(max-width: 475px) {
    .table-mobile {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.lowercase {
    text-transform: lowercase !important
}

.promotions-filter .popup-overlay .popup-overlay-content .popup-body .category-filter-container.lowercase .round span, 
#promotions-filter-bottom-drawer .bottom-drawer-promotions-filter .slider .drawer-content .block.category-filter-container-mobile.lowercase .round span {
    text-transform: lowercase !important
}

/* Live Engage banner close icon active area */
.prochat-live-engage-floating .icon.close {
    padding: 8px;
}
