h2.wp-block-heading:after {
    content: '';
    background: #E0D3BC;
    height: 6px;
    flex: 1;
    bottom: 0px;
    top: 0px;
    right: 0px;
}

h2 {
    gap: 15px;
    display: flex;
    position: relative;
    align-items: center;
}

/*------------First Section START---------------*/
.brand-container {
    border: 1px solid #AEAEAE;
    border-radius: 4px;
}

.brand-name {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.has-inline-color {
    color: inherit;
}

.brand-container .header {
    background-image: linear-gradient(#052676 0%, #031645 100%);
    color: white;
    display: flex;
    height: 107px;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 6px;
    position: relative;
}

.brand-container[data-brand-index="0"] .header::before {
    content: url(/wp-content/uploads/2025/01/voted-by.png);
    position: absolute;
    top: -17px;
    left: 0px;
    right: 0px;
    width: 418px;
    margin: 0 auto;
    z-index: 2;
}

.brand-container .header {
    border-top-left-radius: 5px;
}

.bonus-container .bonus-row .code-box img[data-special="true"] {
    filter: brightness(0) invert(1);
}

.bonus-section .bonus-content .bonus-container .bonus-row {
    background: white;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0px;
}

.bonus-section .bonus-content .bonus-container .bonus-row .bonus-title h3 {
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 16px;
    text-align: left;
}

.brand-container .header .brand-info {
    padding: 14px 17px;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    position: relative;
    align-items: center;
}

.brand-container .header .brand-logo-container {
    background-color: white;
    padding: unset;
    width: 219px;
    height: 100%;
    border-top-left-radius: 4px;
}

.brand-container .header .brand-cta a {
    border-bottom: 4px solid #C19E22;
    background: #FFD600;
    color: #031645;
    font-weight: 800;
    font-size: 20px;
    border-radius: 4px;
    display: flex;
    width: 162px;
    height: 49px;
    align-items: center;
    justify-content: center;
    outline-width: 2px;
    outline-color: #0753AA;
    outline-style: solid;
    text-decoration: unset;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s;
}

.brand-container .header .brand-cta a:hover {
    background: #F3CC00;
}

.brand-container .header .brand-info p {
    font-family: var(--font-montserrat);
    line-height: 20px;
    color: #ffffff;
    letter-spacing: -0.3px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    position: relative;
}

.brand-container .header .brand-logo-container.brand-info::after,
.brand-container .header .brand-cta.brand-info::after {
    content: unset;
}

.brand-container .header .brand-info::after {
    content: '';
    height: 53px;
    width: 1px;
    position: absolute;
    right: -1px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    background-color: gray;
}

.brand-container .header .brand-info b {
    font-family: var(--font-montserrat);
    line-height: 20px;
    color: #ffffff;
    letter-spacing: -0.3px;
    font-size: 19px;
    font-weight: 700;
}

.brand-container .header .brand-bonus p {
    display: block;
}

.bet-button {
    background-color: #FFD700;
    color: black;
    font-weight: bold;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.bet-button:hover {
    background-color: #FFE44D;
}

.bonus-section {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0px 0px;
}

.bonus-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-direction: column;
    flex: 1;
}

.bonus-container:first-child {
    border-bottom: 1px solid #C8C8C8;
}

.bonus-container:first-child .bonus-row-second {
    background-image: linear-gradient(#ffffff 0%, #d3edfd 100%);
}

.bonus-container:last-child .bonus-row-second {
    background-image: linear-gradient(#d3edfd 0%, #d4edfd 100%);
}

.bonus-row-second {
    width: 20%;
    height: 100px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#d3edfd 0%, #d4edfd 100%);
}

.bonus-row-second p {
    margin-bottom: 0px;
    text-align: center;
    color: #031645;
    font-weight: 700;
}

.bonus-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
}

.bonus-container:last-child {
    border-bottom: unset;
}

.bonus-title {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.bonus-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #031645;
    border-left: unset;
    padding: 0 0 0 8px;
    margin: 13px 0 9px 0;
}

.percentage-icon {
    position: relative;
    top: 1px;
}

.percentage-icon img {
    width: 24px;
}

.bonus-details {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 30px;
}

.bonus-item {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bonus-label {
    font-size: 14px;
    line-height: 17px;
    color: #3D4049;
    text-align: center;
}

.bonus-value {
    font-weight: 800;
    font-size: 14px;
    margin-left: 0px;
    color: #3D4049;
}

.bonus-code {
    border: 2px dashed #3D4049;
    padding: 0.5rem;
    width: 90px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
}

.bonus-code div {
    font-family: monospace;
    font-weight: 600;
    color: #3D4049;
}

.toggle-button {
    width: 100%;
    padding: 5px 0px 6px 0px;
    text-align: center;
    color: #002369;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-top: 1px solid #D9D9D9;
    background: #F1F1F1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: var(--font-montserrat);
}

.toggle-button .toggle-text {
    color: #031645;
    font-weight: bold;
    font-size: 16px;
}

.toggle-button:hover {
    background-color: #f5f5f5;
}

/* Initially hide the content */
.bonus-content {
    display: none;
}

/* Show content when expanded */
.bonus-section.expanded .bonus-content {
    display: block;
}

.brand-logo-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image-upload-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.brand-logo {
    max-width: 160px;
    width: 160px;
    height: 40px;
    margin-bottom: 0px;
    object-fit: contain;
}

.button-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.upload-button {
    margin: 0 !important;
}

.remove-image-button {
    padding: 0 !important;
    min-width: 30px !important;
    height: 30px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: #cc1818 !important;
}

.remove-image-button:hover {
    color: #710d0d !important;
}

.alt-text-input {
    margin-top: 5px;
}

.alt-text-input.has-error input {
    border-color: #cc1818 !important;
}

.alt-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818 !important;
}

.components-notice.is-error {
    background-color: #fff5f5;
    border-left-color: #cc1818;
    padding: 8px;
    margin: 5px 0;
}

.components-notice.is-error .components-notice__content {
    margin: 0;
}

.percentage-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

/* Brand Container Spacing */
.brands-section .brand-container {
    margin-bottom: 20px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 15%);
}

.brands-section {
    margin-top: 50px;
}

.brands-section .brand-container:last-child {
    margin-bottom: 0;
}

/* Bonus Section Animation */
.bonus-section {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out, opacity 0.4s ease-in-out;
}

.bonus-section.expanded {
    max-height: 2000px;
    /* Adjust based on your content height */
    opacity: 1;
}

/* Button Styles */
.toggle-button {
    cursor: pointer;
    transition: opacity 0.4s ease;
}

.toggle-button:focus {
    outline: unset;
}

.toggle-button:hover {
    opacity: 0.85;
}


/*------------First Sectio END---------------*/

/* Main Styling for OSB Reborn Theme */

/* Variables */
:root {
    --font-montserrat: var(--font-montserrat), sans-serif;
    --font-secondary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

    /* Colors */
    --color-primary: #2c3e50;
    --color-secondary: #34495e;
    --color-accent: #3498db;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-background: #ffffff;
    --color-border: #eaeaea;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-montserrat);
    color: var(--color-text);
    line-height: 1.6;
    background: var(--color-background);
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-montserrat);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--spacing-md);
    color: var(--color-primary);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: var(--spacing-md);
}

.sidebar h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-single-page-content h2 {
    margin-bottom: 13px;
    margin-top: 30px;
    line-height: 36px;
}

.news-single-page-content h3 {
    margin-bottom: 10px;
}

/* Layout */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.site-content .container {
    background: white;
}

/* Header */

.site-branding {
    margin-bottom: var(--spacing-md);
}

.site-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.site-description {
    color: var(--color-text-light);
}

/* Navigation */
.main-navigation {
    margin-bottom: var(--spacing-md);
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.main-navigation li {
    margin-right: var(--spacing-md);
}

.main-navigation a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-navigation a:hover {
    color: var(--color-accent);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 var(--spacing-sm);
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }

    .main-navigation ul {
        flex-direction: column;
    }

    .main-navigation li {
        margin: var(--spacing-xs) 0;
    }
}

/* Mobile Menu Styles */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.menu-icon {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--color-primary);
    position: relative;
    transition: background-color 0.3s;
}

.menu-icon::before,
.menu-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    transition: transform 0.3s;
}

.menu-icon::before {
    top: -8px;
}

.menu-icon::after {
    bottom: -8px;
}

.menu-toggle.is-active .menu-icon {
    background-color: transparent;
}

.menu-toggle.is-active .menu-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-toggle.is-active .menu-icon::after {
    transform: rotate(-45deg);
    bottom: 0;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }

    .main-navigation.is-active ul {
        display: block;
    }
}

/* Entry Styles */
.entry-header {
    margin-bottom: var(--spacing-lg);
}

.entry-title {
    margin-bottom: var(--spacing-sm);
}

.entry-title a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover {
    color: var(--color-accent);
}

.entry-meta {
    color: var(--color-text-light);
    font-size: 0.9rem;
}

.entry-meta span {
    margin-right: var(--spacing-sm);
}

.entry-meta a {
    color: var(--color-text-light);
    text-decoration: none;
}

.entry-meta a:hover {
    color: var(--color-accent);
}

.entry-thumbnail {
    margin-bottom: var(--spacing-lg);
}

.entry-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.entry-content {
    margin-bottom: var(--spacing-lg);
}

.read-more {
    padding: 0px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    background: white;
    color: #031645;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.entry-footer {
    padding-top: var(--spacing-md);
    border-top: 1px solid var(--color-border);
    color: var(--color-text-light);
    font-size: 0.9rem;
}

.tags-links a {
    color: var(--color-text-light);
    text-decoration: none;
}

.tags-links a:hover {
    color: var(--color-accent);
}

/* No Results Styles */
.no-results {
    text-align: center;
    padding: var(--spacing-xl) 0;
}

.no-results .page-title {
    margin-bottom: var(--spacing-lg);
}

.no-results .page-content {
    max-width: 600px;
    margin: 0 auto;
}

/* Search Results Styles */
.search-result-item {
    padding-bottom: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    border-bottom: 1px solid var(--color-border);
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item .entry-title {
    font-size: 1.5rem;
}

.search-result-item .post-type {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: var(--color-accent);
    color: white;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-right: var(--spacing-sm);
}

/* Page Content Styles */
.page .entry-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.page .entry-thumbnail {
    margin: -var(--spacing-xl) -var(--spacing-md) var(--spacing-xl);
}

.page .entry-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.edit-link {
    display: inline-block;
    margin-top: var(--spacing-lg);
    font-size: 0.9rem;
}

.edit-link a {
    color: var(--color-text-light);
    text-decoration: none;
}

.edit-link a:hover {
    color: var(--color-accent);
}

/* Main Content Area Styles */
.site-main {
    flex: 1;
}

/* Posts Grid Layout */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

/* Page Header */
.page-header {
    margin-bottom: var(--spacing-xl);
    text-align: center;
    padding: var(--spacing-lg) 0;
    border-bottom: 1px solid var(--color-border);
}

.page-title {
    margin: 0;
    color: var(--color-primary);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*---------Brand Tabs START---------*/

.brands-tabs-wrap {
    border-right: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.brands-tabs-wrap .brands-tabs-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #BCBCBC;
    border-top-right-radius: 5px;
    background-color: #f9f9f9;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper {
    overflow: hidden;
    flex: 1;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: max-content;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab {
    padding: 10px 14px 8px 14px;
    border: unset;
    background: transparent;
    cursor: pointer;
    font-size: 22px;
    border-bottom: 1px solid #BCBCBC;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab.active::before {
    content: unset;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs button.brand-tab.active+button {
    border-left: 1px solid #BCBCBC;
    border-bottom-left-radius: 5px;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs button:has(+ .active) {
    border-right: 1px solid #BCBCBC;
    border-bottom-right-radius: 5px;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab:focus {
    outline: unset;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab.active {
    background-color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid white;
    border-top: 4px solid #052676;
    color: #565656;
    padding: 8px 13px 10px 13px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand {
    padding: 0px 15px;
    z-index: 3;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand {
    display: flex;
    align-items: flex-end;
    color: white;
    margin-bottom: 0px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap {
    z-index: 2;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank {
    display: flex;
    justify-content: space-between;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand .rank-no .ranked {
    font-size: 9px;
    line-height: 9px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no {
    color: white;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no b {
    font-size: 27px;
    font-weight: 900;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no .rating {
    font-size: 13px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence {
    margin-top: 44px;
    background: #02194c;
    padding: 20px 10px;
    z-index: 3;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 11px;
    justify-content: center;
    flex-wrap: wrap;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul li {
    color: white;
    font-weight: 600;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings {
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta {
    text-align: center;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .bonus p {
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 8px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings {
    position: absolute;
    float: right;
    right: 0px;
    text-align: right;
    padding: 0px 15px;
    margin-top: 15px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul li {
    color: white;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul li b {
    margin-right: 4px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta a {
    border-bottom: 4px solid #C19E22;
    text-decoration: unset;
    background: #FFD600;
    color: #031645;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    display: flex;
    width: 244px;
    height: 49px;
    align-items: center;
    justify-content: center;
    outline-width: 2px;
    outline-color: #0753AA;
    outline-style: solid;
    margin: 0 auto;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta a:hover {
    background: #F3CC00;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .bonus p .highlight {
    color: #FFE500;
    font-weight: 700;
    font-size: 30px;
    font-style: normal;
}

.brands-tabs-wrap .read-full-review {
    width: 100%;
    padding: 5px 0px 6px 0px;
    text-align: center;
    color: #031645;
    font-weight: bold;
    font-size: 16px;
    background: none;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-top: 1px solid #D9D9D9;
    background: #F1F1F1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 3;
    position: relative;
    font-family: var(--font-montserrat);
}

.review-section .review-content .vertical-tab-content .read-full-review {
    border: unset;
    border-top: 1px solid #D9D9D9;
    padding: 5px 0px 6px 0px;
    display: none;
}

ul.stars {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

/* ul .star-full:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/star-full.png);
    width: 21px;
    background-size: 24px;
    background-position: center;
    height: 26px;
    background-repeat: no-repeat;
    display: flex;
} */

.arrow:disabled {
    cursor: not-allowed;
    position: relative;
}

.arrow:disabled::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 66%);
    z-index: 1;
}

.arrow {
    padding: 2px;
    border: 2px solid #052676;
    border-radius: 50%;
    width: 33px;
    color: white;
    cursor: pointer;
    position: relative;
    left: 0px;
}

.arrow img {
    position: relative;
    top: -1px;
}

.brands-tabs-wrap .brands-tabs-container .arrow img {
    top: -1px;
}

.arrow::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: -34px;
    width: 52px;
    height: 1px;
    background: #BCBCBC;
}

.arrow.left::after {
    left: -18px;
    width: 72px;
}

.arrow.right::after {
    left: -12px;
}

.arrow:focus {
    outline: unset;
}

.brand-content-areas {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
}

.brand-content {
    display: none;
}

.brand-content.active {
    display: block;
}

.brands-tabs-wrap {
    border-right: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    border-radius: 4px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 15%);
    margin-bottom: 25px;
}

.brands-tabs-wrap .brands-tabs-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #BCBCBC;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f9f9f9;
    position: relative;
    padding-right: 13px;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper {
    overflow: hidden;
    flex: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 22;
}

.brands-tabs-wrap .brands-tabs-container .tabs-wrapper .arrows-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 6px;
    padding-right: 12px;
    border-bottom: 1px solid #BCBCBC;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap {
    background: linear-gradient(#052676, #031645);
    margin: 7px 26px;
    padding-top: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand {
    padding: 0px 35px;
    z-index: 3;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand {
    display: flex;
    align-items: flex-end;
    color: white;
    margin-bottom: 0px;
    line-height: 36px;
    font-size: 39px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap {
    z-index: 2;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank {
    display: flex;
    justify-content: space-between;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .established {
    color: white;
    font-size: 13px;
    font-weight: 400;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand .rank-no {
    display: flex;
    flex-direction: column-reverse;
    color: #FFE500;
    font-size: 38px;
    line-height: 35px;
    margin-right: 6px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand .rank-no .ranked {
    font-size: 9px;
    line-height: 9px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no {
    color: white;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no b {
    font-size: 30px;
    font-weight: 700;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no .rating {
    font-size: 16px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence {
    margin-top: 44px;
    background: #02194c;
    padding: 20px 10px;
    z-index: 3;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul li::before {
    content: url('/wp-content/uploads/2025/01/checkmark-yellow.png');
    position: relative;
    top: 2px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul li {
    color: white;
    font-weight: 600;
    line-height: 28px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings {
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta {
    text-align: center;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .bonus p {
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 8px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings {
    position: absolute;
    float: right;
    right: 18px;
    text-align: right;
    padding: 0px 15px;
    margin-top: 15px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 16px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul li {
    color: white;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul li b {
    margin-right: 4px;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta a {
    border-bottom: 4px solid #C19E22;
    text-decoration: unset;
    background: #FFD600;
    color: #031645;
    font-weight: 800;
    font-size: 28px;
    border-radius: 4px;
    display: flex;
    width: 314px;
    height: 70px;
    align-items: center;
    justify-content: center;
    outline-width: 2px;
    outline-color: #0753AA;
    outline-style: solid;
    margin: 0 auto;
}

.brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .bonus p .highlight {
    color: #FFE500;
    font-weight: 700;
    font-size: 26px;
    font-style: normal;
}


ul.stars {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.arrow:disabled {
    cursor: not-allowed;
    border: 2px solid #0526762e;
}

.brand-content-areas {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
}

.brand-content {
    display: none;
}

.brand-content.active {
    display: block;
    padding-bottom: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*----------Brand Tabs END----------*/
/* Review Section with Vertical Tabs */
.review-section {
    margin: 18px 26px 7px 26px;
}

.review-header {
    background: linear-gradient(#052676, #031645);
    color: white;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.review-content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    padding: 0px 20px 0px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white;
    border: 1px solid #eee;
    border-top: none;
}

.vertical-tab-content {
    display: none;
}

.vertical-tab-content.active {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding: 30px 20px 20px 20px;
}

.vertical-tab-content .toggle-button {
    display: none;
}

/* Review Section with Vertical Tabs */
.review-section {
    margin: 18px 26px 7px 26px;
}

.review-header {
    background: linear-gradient(#052676, #031645);
    color: white;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.review-content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    padding: 0px 20px 0px 0px;
    background: white;
    border: 1px solid #eee;
    border-top: none;
}

.review-content .sidebar-nav-wrap {
    position: relative;

}

.review-content .sidebar-nav-wrap .sidebar-nav {
    position: relative;
}

.review-content .sidebar-nav-wrap .sidebar-nav a {
    display: block;
    background: #f4f5f5;
    padding: 12px 0 12px 14px;
    font-weight: 600;
    color: #505050;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.review-content .sidebar-nav-wrap .sidebar-nav a:hover,
.review-content .sidebar-nav-wrap .sidebar-nav a.active {
    color: #031645;
    font-weight: 700;
    background: white;
    border-left: 2px solid #FFD600;
    padding-left: 12px;
}

.vertical-tab-content {
    display: none;
}

.vertical-tab-content.active {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding: 30px 20px 20px 20px;
}

.signup-process .login-form img {
    height: auto;
    max-width: 400px;
    max-height: 300px;
    object-fit: contain;
}

.signup-process h2 {
    font-size: 24px;
    color: #031645;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.signup-process p {
    color: #3D4049;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

/*Brand review content column list*/

.brand-review-content-column {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.brand-review-content-column .single-column .column-head {
    font-size: 16px;
    margin-bottom: 4px;
    color: #3d4049;
}

.brand-review-content-column .single-column .column {
    padding-left: 0px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/*Brand Bonuses Table START*/

.brand-bonuses-container {
    margin: 18px 26px 7px 26px;
}

.brand-bonuses-container table.brand-bonuses {
    width: 100%;
    border-spacing: 0px;
}

.brand-bonuses-container table.brand-bonuses tbody tr {
    border: 1px solid #D9D9D9;
}

.brand-bonuses-container table.brand-bonuses tbody tr th {
    color: #031645;
    font-size: 24px;
    font-weight: 800;
    background: #fbfafb;
    text-transform: uppercase;
    padding: 10px 10px;
}

.brand-bonuses-container table.brand-bonuses tbody tr th:first-child {
    text-align: left;
}

.brand-bonuses-container table.brand-bonuses tbody tr td {
    color: #031645;
    font-size: 24px;
    font-weight: 600;
}

.brand-bonuses-container table.brand-bonuses tbody tr td:nth-child(3) a.cta {
    border-bottom: 4px solid #C19E22;
    text-decoration: unset;
    background: #FFD600;
    color: #031645;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    display: flex;
    height: 49px;
    align-items: center;
    justify-content: center;
    outline-width: 2px;
    outline-color: white;
    outline-style: auto;
    outline-style: auto;
    margin: 0 auto;
}

.brand-bonuses-container table.brand-bonuses tbody tr th:nth-child(2) {
    text-align: right;
}

.brand-bonuses-container table.brand-bonuses tbody tr th:nth-child(3) {
    text-align: center;
}

/* Horizontal Tabs Section */
.horizontal-tabs {
    margin-bottom: 30px;
    /*
    margin: 18px 26px 7px 26px;*/
}

.tab-header {
    display: flex;
    flex-direction: row;
    gap: 15px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    background: #fbfafb;
    border: 1px solid #D9D9D9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 18px 26px 0px 26px;
}

.tab-button {
    padding: 15px 0;
    border: none;
    background: none;
    font-weight: bold;
    cursor: pointer;
    color: #00205B;
    text-align: left;
}

.tab-button.active {
    border-bottom: 2px solid #00205B;
}

.tab-head {
    text-align: left;
    padding: 15px 13px 15px 0px;
    color: #031645;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.tab-head.first {
    width: 62%;
}

.tab-head.second {
    width: 20%;
    text-align: right;
}

.tab-head.third {
    width: 18%;
    text-align: center;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    padding: 0px 20px 20px 20px;
}

.bonus-table {
    margin: 0 -20px;
}

.bonus-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
    margin-bottom: unset;
}

.bonus-row:first-child {
    background: linear-gradient(#052676, #031645);
    color: white;
    margin: 0px 18px 0px 18px;
    border-radius: 4px;
}

.bonus-row:first-child .promo .code-box {
    background: transparent;
    color: white;
    border: 2px dashed white;
}

.bonus-row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bonus-row:not(:first-child) {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    margin: 0px 26px 0px 26px;
}

.bonus-row:first-child .bonus-button {
    margin-right: 9px;
    outline-color: #0753AA;
}

.horizontal-tabs .tab-content .bonus-table .bonus-row .promo {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #031645;
    font-size: 15px;
    font-weight: 600;
}

.horizontal-tabs .tab-content .bonus-table .bonus-row .promo.no-code {}

.bonus-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #031645;
    font-size: 24px;
    width: 62%;
}

.bonus-info span:nth-child(2) {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: white;
}

.crown-icon {
    color: #FFD700;
    font-size: 24px;
}

.crown-icon img {
    width: 33px;
    position: relative;
    top: 2px;
}

.code-box {
    border: 2px dashed #031645;
    padding: 8px 31px 8px 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: white;
    border-radius: 4px;
    font-size: 14px;
    color: #031645;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.code-box img {
    position: absolute;
    right: 7px;
    width: 17px;
    top: 11px;
}

.bonus-button {
    background: #FFD700;
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    border-bottom: 4px solid #C19E22;
    text-decoration: unset;
    background: #FFD600;
    color: #031645;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    width: 193px;
    outline-width: 2px;
    outline-color: #031645;
    outline-style: solid;
    text-align: center;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s;
}

.bonus-button:hover {
    outline-width: 2px;
    background: #F3CC00;
}

.no-code {
    text-align: center;
    color: #666;
    font-size: 14px;
}


.brand-tabs {
    display: flex;
    gap: 0rem;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.brand-tab {
    position: relative;
    min-width: 150px;
    padding: 1rem;
    cursor: pointer;
}

.tab-click-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tab-image-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
}

.tab-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.brand-tab .change-logo-button {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease;
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    border: none !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}

.brand-tab:hover .change-logo-button {
    opacity: 1;
}

.upload-button {
    width: 100%;
    background-color: #f0f0f0 !important;
    border: 1px dashed #ccc !important;
    padding: 1rem !important;
    border-radius: 4px !important;
}

.brand-tab.active {
    background-color: rgba(0, 0, 0, 0.05);
}

hr.separator {
    height: 20px;
    width: 1px;
    border: unset;
    background: #c8c8c8;
}

/*______________ Offshore vs Regulated table START ______________*/

.offshore-vs-regulated-container {
    margin-bottom: 25px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.offshore-vs-regulated-container .offshore-vs-regulated {
    width: 100%;
    border-spacing: 0px;
    border-radius: 4px;
    /*    box-shadow: 0px 3px 4px 0 rgb(0 0 0 / 24%);*/
}

.offshore-vs-regulated-container .offshore-vs-regulated tr:nth-child(odd) {
    background-color: white;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr.even {
    background-color: #F4F4F4;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr th {
    background: linear-gradient(#052676, #031645);
    color: white;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr th:first-child {
    border-radius: 4px 0px 0 0;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr th:nth-child(2) {
    border-radius: 0px 0px 0 0;
    text-align: center;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr th:nth-child(3) {
    border-radius: 0px 4px 0 0;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr td {
    color: #031645;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr.head {
    display: none;
}

.offshore-vs-regulated-container .offshore-vs-regulated tr td:nth-child(2) {
    text-align: left;
}

/*_______________ Offshore vs Regulated table END _______________*/
/*___________________ Brand Card Small START ____________________*/

.brands-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brands-cards-container .more-wrap {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.brands-cards-container .more-wrap .more {
    color: #031645;
    font-weight: bold;
    border: unset;
    background: white;
    font-size: 16px;
    outline: unset;
    font-family: var(--font-montserrat);
    cursor: pointer;
}

.brands-cards-container .more-wrap .more .chevron {
    top: -3px;
}

.chevron.up {
    top: 2px;
}

.brands-cards-container .more-wrap .more .chevron.up {
    top: 2px;
}

.chevron.down {
    transform: rotate(225deg);
}

/* Chevron Animation */
.chevron {
    transition: transform 0.3s ease;
    display: inline-block;
}

.chevron {
    width: 8px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s;
    top: -1px;
    position: relative;
    margin-left: 5px;
}

.brands-cards-container .brand-card {
    width: 24%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brands-cards-container .brand-card .brand-logo {
    width: 100%;
    height: 65px;
    top: 22px;
    position: relative;
    z-index: 250;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands-cards-container .brand-card .brand-logo .br {
    height: auto;
    width: auto;
    line-height: 65px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #BCBCBC;
}

.brands-cards-container .brand-card .brand-logo .br img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.brands-cards-container .brand-card .brand-box {
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    font-size: 14px;
    color: #0f111f;
    letter-spacing: -.3px;
    text-align: center;
    position: relative;
    top: 0px;
    z-index: 100;
    display: inline-block;
    float: left;
    padding: 26px 0px 0 0px;
    border: 1px solid #E2E3E4;
}

.brands-cards-container .brand-card .brand-box span.head {
    font-size: 16px;
    color: #031645;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    padding-bottom: 0px;
}

.brands-cards-container .brand-card .brand-box .about-brand {
    width: 100%;
    color: #3D4049;
    font-size: 16px;
    text-align: left;
    line-height: 19px;
    padding: 0px 15px 0 15px;
    min-height: 57px;
    display: flex;
}

.brands-cards-container .brand-card .brand-box .cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#031645, #052676);
    padding: 30px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brands-cards-container .brand-card .brand-box .cta-container .play-now {
    line-height: 42px;
    font-weight: 400;
    letter-spacing: -.3px;
    font-size: 14px;
    font-family: var(--font-montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s;
    border: none;
    padding: 0px 25px;
    border-bottom: 4px solid #C19E22;
    text-decoration: unset;
    background: #FFD600;
    color: #031645;
    font-weight: 700;
    font-size: 22px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 147px;
    height: 50px;
    text-align: center;
    outline-width: 2px;
    outline-color: #0753AA;
    outline-style: solid;
}

.brands-cards-container .brand-card .brand-box .cta-container .play-now:hover {
    background: #F3CC00;
}

/*____________________ Brand Card Small END _____________________*/
/*____________________ Banner Section START _____________________*/

.banner-section {
    background-image: url(/wp-content/uploads/2025/01/banner-bg.png);
    display: flex;
    background-position: center;
    background-size: cover;
    flex-direction: row;
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
    justify-content: space-between;
}

.banner-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: linear-gradient(to bottom right, rgb(46 41 0 / 70%), rgb(34 33 13 / 78%), rgb(66 70 16 / 66%));
}

.banner-section .left-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.banner-section .left-container h3.head {
    width: 318px;
    text-align: center;
    color: white;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 14px;
}

.banner-section .left-container h3.head .yellow {
    color: #FFE500;
    font-weight: 700;
}

.banner-section .left-container .list-stars {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.banner-section .left-container .list-stars li {
    color: white;
    display: flex;
    gap: 8px;
    font-weight: 300;
    font-size: 17px;
}

.banner-section .left-container .list-stars li::before {
    content: url(/wp-content/uploads/2025/01/star.png);
    height: 28px;
    display: flex;
}

.banner-section .right-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.banner-section .right-container .bonus {
    width: 308px;
    text-align: center;
    color: white;
    margin-bottom: 17px;
    font-weight: 300;
    line-height: 28px;
}

.banner-section .right-container .disclaimer {
    font-weight: 300;
    font-size: 13px;
    color: white;
    margin-top: 10px;
    margin-bottom: 0px;
}

.banner-section .right-container .bet-now-button {
    line-height: 42px;
    letter-spacing: -.3px;
    font-family: var(--font-montserrat);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    -moz-transition: all .50s;
    -webkit-transition: all .50s;
    transition: all .50s;
    border: none;
    padding: 0px 25px;
    border-bottom: 4px solid #C19E22;
    text-decoration: unset;
    background: #FFD600;
    color: #031645;
    font-weight: 900;
    font-size: 22px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 147px;
    width: 300px;
    height: 60px;
    text-align: center;
}

.banner-section .right-container .bet-now-button:hover {
    background: #F3CC00;
}

/*_____________________ Banner Section END ______________________*/



.vertical-tab-content {
    display: none;
    /* Hide all tabs by default */
}

.vertical-tab-content.active {
    display: block;
    height: 100%;
}

/* Default layout with image */
.vertical-tab-content.has-image .signup-process {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

/* Layout without image */
.vertical-tab-content.no-image .signup-process {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Hide the login-form when no image */
.vertical-tab-content.no-image .login-form {
    display: none;
}

.content-columns {
    column-count: 2 !important;
    column-gap: 20px !important;
    break-inside: avoid;
}

.columns-container {
    display: grid;
    gap: 2rem;
}

.columns-1 {
    grid-template-columns: 1fr;
}

.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}



@media (max-width: 768px) {
    .columns-container {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 1280px) {
    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab {
        padding: 10px 14px 8px 14px;
        min-width: 100px;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab img {
        width: 115px;
    }
}

@media (max-width: 1170px) {
    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab img {
        width: 106px;
    }
}

@media (max-width: 1090px) {
    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab img {
        width: 92px;
    }
}

@media (max-width: 992px) {

    h2.wp-block-heading {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 0px;
    }

    h2.wp-block-heading:after {
        width: 71px;
        top: -5px;
        flex: unset;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab img {
        width: 110px;
        height: 35px;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs button.brand-tab.active+button {
        border-left: unset;
        border-bottom-left-radius: unset;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs button:has(+ .active) {
        border-right: unset;
        border-bottom-right-radius: unset;
    }

    .brands-tabs-wrap .brands-tabs-container {
        border-top: unset;
    }

    .schema-faq .schema-faq-section .schema-faq-question {
        font-size: 17px;
    }

    .tab-header {
        margin: 18px 5px 0px 5px;
    }

    .bonus-row:first-child {
        margin: 0px 0px 0px 0px;
    }

    .bonus-row:not(:first-child) {
        margin: 0px 5px 0px 5px;
    }

    .bonus-details {
        height: 100%;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab {
        padding: 0px 7px 3px 7px;
        min-width: auto;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab.active {
        padding: 3px 7px 0px 7px;
        border-bottom: 3px solid #052676;
        border-top: unset;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap {
        margin: 6px 0px;
        box-shadow: 0 2px 9px 0 rgb(0 0 0 / 15%);
    }

    .brands-tabs-wrap {
        border-right: unset;
        border-left: unset;
        border-bottom: unset;
        box-shadow: unset;
    }

    .review-section {
        margin: 18px 0px 0px 0px;
        box-shadow: 0 2px 9px 0 rgb(0 0 0 / 15%);
    }

    .brand-tab {
        min-width: auto;
    }

    .bonus-info {
        width: 45%;
        font-size: 18px;
    }

    .arrow {
        display: none;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs {
        transition: transform 0.3s ease-in-out;
        width: auto;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        flex-wrap: unset;
        position: relative;
        scrollbar-width: thin;
        -ms-overflow-style: none;
        scrollbar-color: #052676 transparent;
        padding-bottom: 5px;
    }

    .vertical-tab-content.has-image .signup-process {
        width: 100%;
        justify-content: space-around;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav a:hover,
    .review-content .sidebar-nav-wrap .sidebar-nav a.active {
        padding-left: 7px;
    }

    .review-section .review-content .vertical-tab-content .read-full-review {
        display: flex;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper.scroll-end .gradient {
        display: none;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper.scroll-start:before {
        left: 0px;
        content: '';
        position: absolute;
        top: 50px;
        bottom: 0px;
        margin: auto 0;
        height: calc(100% - 0px);
        transform: translateY(-50%);
        width: 20px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .brands-tabs-wrap .brands-tabs-container {
        padding-right: 0px;
    }

    .bonus-info span:nth-child(2) {
        font-size: 23px;
        line-height: 28px;
    }

    .schema-faq .schema-faq-section .schema-faq-answer {
        font-size: 14px;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab {
        padding: 7px 7px 6px 7px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs [data-tab="static-tab"] {
        display: none;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta a {
        width: 290px;
    }

    .brands-tabs-wrap .brands-tabs-container .arrows-container {
        display: none;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .bonus p {
        font-size: 22px;
        line-height: 26px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul {
        font-size: 15px;
    }

    .brands-cards-container .brand-card .brand-box .about-brand {
        min-height: 76px;
        display: flex;
        font-size: 15px;
    }

    .brands-cards-container .brand-card:nth-child(4) {
        display: none;
    }

    .brand-container .header .brand-info p {
        font-size: 12px;
        line-height: 14px;
    }

    .bonus-item {
        flex-direction: column;
        flex-wrap: wrap;
        width: 44%;
    }

    .bonus-value {
        margin-left: 0px;
    }

    hr.separator {
        height: 30px;
    }

    hr.separator.second {
        display: none;
    }

    .bonus-label {
        font-size: 12px;
    }

    .bonus-section .bonus-content .bonus-container .bonus-row {
        gap: 4px;
        padding: 9px 0px;
    }

    .bonus-row-second {
        height: 178px;
        width: 194px;
    }

    .bonus-row-second p {
        max-width: 100px;
    }

    .brand-container .header .brand-info.brand-established {
        display: none;
    }

    .bonus-details {
        gap: 0rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .brands-cards-container .brand-card {
        width: 32%;
    }

    .review-content {
        display: flex;
        flex-direction: column;
        padding: 0px 0px 0px 0px;
        gap: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #BCBCBC;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav a:hover,
    .review-content .sidebar-nav-wrap .sidebar-nav a.active {
        border-left: unset;
        border-bottom: 2px solid #FFD600;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav a {
        background: white;
        white-space: nowrap;
        line-height: 20px;
        padding: 8px 7px 8px 7px;
        font-size: 16px;
        border-bottom: 1px solid #B9B9B9;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        flex-wrap: nowrap;
        position: relative;
        scrollbar-width: thin;
        scrollbar-color: #052676 transparent;
        -ms-overflow-style: none;
        padding-bottom: 7px;
    }

    .review-content .sidebar-nav-wrap {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }

    .review-content .sidebar-nav-wrap:active {
        cursor: grabbing;
    }

    .review-content .sidebar-nav-wrap::-webkit-scrollbar {
        display: none;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav.active-drag a {
        pointer-events: none;
        cursor: pointer;
        user-select: none;
        cursor: grab;
    }

    .vertical-tab-content.active {
        display: flex;
        flex-direction: column;
        padding: 0px 20px 20px 20px;
        align-items: center;
    }

    .brands-tabs-wrap .brands-tabs-container .gradient {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        width: 50px;
        z-index: 354;
        border-top-right-radius: 6px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
    }

    .brands-tabs-wrap .brands-tabs-container.scroll-end .gradient {
        display: none;
    }

    .brands-tabs-wrap .brands-tabs-container.scroll-start:before {
        left: 0;
        content: '';
        position: absolute;
        top: 29px;
        height: calc(100% - 2px);
        transform: translateY(-50%);
        width: 20px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    }


    .review-content .sidebar-nav-wrap .gradient {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        width: 50px;
        z-index: 354;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
    }

    .review-content .sidebar-nav-wrap.scroll-end .gradient {
        display: none;
    }

    .review-content .sidebar-nav-wrap.scroll-start:before {
        left: 0px;
        content: '';
        position: absolute;
        top: 20px;
        height: calc(100% - 2px);
        transform: translateY(-50%);
        width: 20px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .vertical-tab-content.has-image .signup-process .content-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .vertical-tab-content.has-image .signup-process .login-form {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .vertical-tab-content.active {
        display: flex;
        gap: 3px;
    }

    .signup-process p {
        font-size: 14px;
        line-height: 19px;
    }

    .login-form-image {
        width: 200px;
        object-fit: contain;
    }

    .review-content {
        gap: 10px;
    }

    .brand-container[data-brand-index="0"] .header::before {
        top: -22px;
    }

}

@media (max-width: 768px) {
    .brand-container .header .brand-info.brand-customers {
        display: none;
    }

    .brands-tabs-wrap .brands-tabs-container .arrow {
        display: none;
    }

    .brands-cards-container .brand-card:nth-child(4) {
        display: none;
    }

    .brands-cards-container .brand-card:nth-child(3) {
        display: none;
    }

    .brands-cards-container .brand-card .brand-box .about-brand {
        font-size: 14px;
    }

    .brand-container .header {
        border-top-left-radius: 3px;
    }

    .banner-section .left-container {
        width: 50%;
    }

    .banner-section .right-container {
        width: 50%;
    }

    .brand-container[data-brand-index="0"] .header::before {
        content: url(/wp-content/uploads/2025/01/no-1.png);
        left: 35px;
        right: unset;
        width: 60px;
    }

    .schema-faq .schema-faq-section .schema-faq-answer {
        font-size: 14px;
    }

    .schema-faq .schema-faq-section .schema-faq-question {
        font-size: 15px;
    }

    .login-form-image {
        width: 200px;
        object-fit: contain;
    }

    .brands-tabs-wrap .read-full-review {
        display: flex;
    }

    .vertical-tab-content.active {
        gap: 6px;
    }

    .brands-tabs-wrap .brands-tabs-container {
        border-top: unset;
    }

    .brands-cards-container .brand-card {
        width: 48%;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container {
        align-items: center;
        text-align: center;
    }

    .bonus-section .bonus-content .bonus-container .bonus-row {
        gap: 14px;
        padding: 15px 0px;
        border-bottom: 1px solid #c8c8c8;
    }

    .bonus-details {
        column-gap: 5px;
        row-gap: 6px;
    }

    .brand-container .header .brand-cta a {
        width: 262px;
        height: 60px;
        font-size: 23px;
    }

    .brand-container .header .brand-info p {
        font-size: 16px;
        line-height: 19px;
    }

    .brand-container .header {
        flex-direction: column;
        height: auto;
    }

    .brand-container .header .brand-info::after {
        content: unset;
    }

    .brand-container .header .brand-logo-container {
        border-radius: 4px;
        position: relative;
        top: -37px;
        padding: 10px 17px;
        border: 1px solid #BCBCBC;
    }

    .brand-container .header .brand-info.brand-bonus,
    .brand-container .header .brand-info.brand-cta {
        top: -23px;
    }

    .brands-section .brand-container {
        margin-bottom: 80px;
    }

    .bonus-container {
        flex-direction: column;

    }

    .bonus-row-second {
        height: auto;
        width: 100%;
    }

    .bonus-row-second p {
        max-width: 100px;
        padding: 15px 0px;
    }

    .bonus-container:last-child .bonus-row-second {
        background-image: linear-gradient(#ffffff 0%, #c1e5fb 100%);
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs .brand-tab img {
        width: 100px;
        height: 33px;
        max-width: max-content;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings {
        flex-direction: column-reverse;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings {
        position: relative;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank {
        flex-direction: column;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta a {
        width: 240px;
        height: 60px;
        font-size: 26px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 6px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .established {
        margin-bottom: 2px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .bonus p {
        display: none;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul li {
        font-weight: 400;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap::before {
        border-radius: 4px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap::after {
        border-radius: 4px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap {
        border-radius: 5px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .established {
        font-size: 14px;
        font-weight: 200;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .ratings ul {
        margin: 0px auto 10px auto;
        width: 180px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .right-container .rating-no b {
        font-weight: 800;
    }

    ul .star-full:before {
        width: 20px;
        background-size: 20px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence {
        margin-top: 20px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta {
        margin-top: 44px;
    }

    .tab-head.second {
        display: none;
    }

    .tab-head.third {
        display: none;
    }

    .bonus-row {
        flex-wrap: wrap;
    }

    .bonus-info {
        width: 100%;
        justify-content: center;
    }

    .horizontal-tabs {
        width: 100%;
    }

    .bonus-info span:nth-child(2) {
        font-size: 18px;
    }

    .tab-head.first {
        width: 100%;
        text-align: center;
        padding: 15px 0px 15px 0px;
    }

    .crown-icon img {
        width: 25px;
        position: relative;
        top: -3px;
    }

    .horizontal-tabs .tab-content .bonus-table .bonus-row .promo {
        width: 100%;
    }

    .bonus-button {
        width: 300px;
        margin-right: auto;
        margin: 0 auto;
    }

    .bonus-row:first-child .bonus-button {
        margin: 0px auto 0px auto;
    }

    .code-box {
        width: auto;
        min-width: 300px;
    }

    .horizontal-tabs .tab-content .bonus-table .bonus-row .promo {
        width: 100%;
        justify-content: center;
    }

    .bonus-info {
        font-size: 20px;
        line-height: 20px;
    }

    .signup-process h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .signup-process p {
        font-size: 14px;
        line-height: 19px;
    }

    .signup-process {
        color: #3D4049;
        padding: 0px 0px;
        min-height: 230px;
    }

    .vertical-tab-content .toggle-button {
        display: block;
    }

    .review-content .sidebar-nav-wrap {
        position: relative;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs button.brand-tab.active+button {
        border-left: unset;
        border-bottom-left-radius: unset;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs button:has(+ .active) {
        border-right: unset;
        border-bottom-right-radius: unset;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr td {
        text-align: center;
        width: 50%;
        font-size: 12px;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr td:nth-child(2) {
        position: relative;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr th:nth-child(2):after {
        content: unset;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr td:nth-child(2):after {
        content: '';
        height: 80%;
        width: 1px;
        background: #C8C8C8;
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto 0;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr th {
        width: 50%;
        text-align: center;
        line-height: 22px;
        font-size: 16px;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr th:nth-child(2) {
        border-radius: 4px 0px 0 0;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr.even {
        background-color: unset;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr.head {
        display: table-row;
        background-color: #F4F4F4;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr.head td {
        font-weight: bold;
    }

    .offshore-vs-regulated-container .offshore-vs-regulated tr td.head-desktop,
    .offshore-vs-regulated-container .offshore-vs-regulated tr th.head-desktop {
        display: none;
    }

    /*  Banner Section  START  */
    .banner-section .right-container .bet-now-button {
        width: 240px;
        height: 60px;
    }

    .banner-section .left-container h3.head {
        width: 250px;
    }

    .banner-section .right-container .bonus {
        width: 250px;
    }

    .banner-section .left-container .list-stars li {
        font-size: 16px;
    }

    .banner-section .right-container .disclaimer {
        font-size: 11px;
    }

    /*  Banner Section  END */

    .vertical-tab-content.active {
        padding: 20px 20px 20px 20px;
    }

    .vertical-tab-content.has-image .signup-process {
        display: flex;
        padding-left: 8px;
        padding-right: 8px;
    }

    .vertical-tab-content.has-image .signup-process,
    .vertical-tab-content.no-image .signup-process {
        row-gap: 30px;
    }

    /* columns */

    .columns-4,
    .columns-3,
    .columns-2 {
        display: flex !important;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 0rem;
    }

    .column {
        padding: 10px !important;
    }
}

@media (max-width: 660px) {

    /*  Banner Section  START  */
    .banner-section {
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: row;
        background-image: url(/wp-content/uploads/2025/01/hero-banner-mobile.png);
    }

    .banner-section .left-container {
        width: 100%;
    }

    .banner-section .right-container {
        width: 100%;
    }

    .banner-section .right-container .bonus {
        width: 100%;
    }

    .banner-section .right-container .disclaimer {
        font-size: 9px;
        margin-top: 7px;
    }

    .banner-section:after {
        backdrop-filter: blur(0px);
        background: linear-gradient(to bottom right, rgb(46 41 0 / 70%), rgb(34 33 13 / 78%), rgb(66 70 16 / 66%));
    }

    /*  Banner Section  END */

    .vertical-tab-content.has-image .signup-process {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 480px) {

    .brands-cards-container .brand-card:nth-child(3) {
        display: flex;
    }

    .brand-container[data-brand-index="0"] .header::before {
        left: 10px;
    }

    .brand-logo {
        width: 165px;
        height: 50px;
    }

    .banner-section .right-container .bonus {
        width: 250px;
        font-size: 26px;
    }

    .brands-cards-container .brand-card .brand-box .about-brand {
        font-size: 13px;
        min-height: 57px;
    }

    .brand-tab {
        min-width: auto;
    }

    .brands-cards-container .brand-card .brand-logo .br img {
        width: 125px;
        height: 60px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand {
        padding: 0px 11px;
    }

    .brand-container .header .brand-cta a {
        width: 100%;
    }

    .brand-container .header .brand-info.brand-logo-container {
        width: auto;
    }

    .bonus-row:first-child .bonus-button {
        width: 100%;
    }

    .bonus-button {
        width: 100%;
    }

    .brands-cards-container .brand-card .brand-box .cta-container .play-now {
        width: 90%;
    }

    .brand-container .header .brand-info {
        width: 100%;
    }

    .brands-cards-container .brand-card {
        width: 96%;
        margin: 0 auto;
    }

    .brands-cards-container .brand-card {
        margin-bottom: 0px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .cta-and-ratings .bonus-and-cta .cta a {
        width: 90%;
        height: 59px;
        font-size: 21px;
    }

    .code-box {
        min-width: 90%;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap {
        margin: 6px 0px;
        padding-top: 16px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .checkmarked-sentence ul li {
        line-height: 21px;
    }

    .bonus-info {
        line-height: 20px;
    }

    .banner-section .right-container .bet-now-button {
        width: 100%;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand .rank-no {
        font-size: 33px;
        line-height: 33px;
    }

    .brands-tabs-wrap .content-areas .brand-content .single-brand-rank-wrap .ranked-single-brand .brand-rank .left-container .brand-no .brand {
        line-height: 32px;
        font-size: 32px;
    }

    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs {
        padding-bottom: 0px;
    }

    .schema-faq .schema-faq-section .schema-faq-question {
        font-size: 17px;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav,
    .brands-tabs-wrap .brands-tabs-container .tabs-wrapper .brand-tabs {
        scrollbar-width: none;
    }

    .review-content .sidebar-nav-wrap .sidebar-nav {
        padding-bottom: 0px;
    }

    .review-content .sidebar-nav-wrap .gradient {
        right: -1px;
    }
}

.columns-preview {
    display: flex;
    gap: 20px;
    margin: 15px 0;
}

.column-editor {
    flex: 1;
    min-width: 0;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.columns-2 .column-editor {
    width: calc(50% - 10px);
}

.columns-3 .column-editor {
    width: calc(33.333% - 14px);
}

.columns-4 .column-editor {
    width: calc(25% - 15px);
}