* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    font-size: 16px;
}

/* Typography */
body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    margin: 2rem 0 1rem 0;
    font-weight: 600;
    line-height: 1.2;
    color: #2C26A5;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    color: #3b3b3b;
}

a {
    color: #2C26A5;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #523ad8;
}

strong, b {
    font-weight: 600;
}

small {
    font-size: 0.875rem;
}

.text-primary {
    color: #2C26A5;
}

.text-secondary {
    color: #666666;
}

.text-accent {
    color: #ff6016;
}

/* Blockquote styles */
.blockquote,
blockquote {
    position: relative;
    margin: 1.5rem 0;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    border-left: 4px solid #aba7ee;
    background: rgba(171, 167, 238, 0.08);
    color: #555555;
    font-size: 1.05rem;
    line-height: 1.6;
    font-style: italic;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0 4px 4px 0;
}

.blockquote::before,
blockquote::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
    color: #aba7ee;
    font-size: 2rem;
    font-family: Georgia, serif;
    opacity: 0.5;
    line-height: 1;
}

.blockquote p,
blockquote p {
    margin-bottom: 0.5rem;
    color: inherit;
}

.blockquote p:last-child,
blockquote p:last-child {
    margin-bottom: 0;
}

.blockquote cite,
.blockquote footer,
blockquote cite,
blockquote footer {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    color: #666666;
}
.blockquote cite::before,
.blockquote footer::before,
blockquote cite::before,
blockquote footer::before {
    content: '— ';
}

@media (max-width: 768px) {
    .blockquote,
    blockquote {
        padding: 1.25rem 1.25rem 1.25rem 1.75rem;
        font-size: 0.95rem;
    }
    
    .blockquote::before,
    blockquote::before {
        font-size: 1.75rem;
    }
}

ul, ol {
    margin: 0 0 1rem 1.25rem;
}

ul li, ol li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    h1 { font-size: 2rem; line-height: 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; }

    h1:first-of-type {
        margin-top: 0;
    }
}

/* Layout */
.topBody,
.container {
    margin: 0 auto;
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Layout end */

/* Common */
.topBanner {
    padding-top: 15px;
    background: linear-gradient(180deg, #2C26A5 6%, #ffffff00 50%);
}

.topBanner h1 {
    color: #fff;
}

.topContent p {
    color: #fff;
}

.regContent p {
    color: #333333;
}

.btn-gray,
.btn-green,
.btn-blue {
    display: inline-block;
    background: #2C26A5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-green {
    background: #7b75dd;
}

.btn-gray {
    background: #919191;
}

.btn-gray:hover,
.btn-green:hover,
.btn-blue:hover {
    opacity: 0.8;
    color: #fff;
}

.hidden {
    display: none !important;
}

table:not(.nt_rank_table)  {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 3px solid #aba7ee;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

table:not(.nt_rank_table) th,
table:not(.nt_rank_table) td {
    padding: 10px;
    text-align: left;
    border: 1px solid #aba7ee;
}

table:not(.nt_rank_table) tr:nth-child(odd) {
    background: #f9f9f9;
}
table:not(.nt_rank_table) th {
    background: #cccccc;
    color: #3b3b3b;
    font-weight: bold;
}

@media (max-width: 480px) {
    table:not(.nt_rank_table) {
        min-width: 600px;
    }
    table:not(.nt_rank_table) th,
    table:not(.nt_rank_table) td {
        padding: 6px;
        font-size: 14px;
    }

    table:not(.nt_rank_table) th {
        font-size: 14px;
    }

    .table_primary_wrap {
        overflow-x: auto;
    }
    
}


/* Header styles */
.header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #2C26A5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

/* Mobile button styles - moved up */
.header__mobile-button {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-left: auto;
    z-index: 100;
}

.header__mobile-button-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background-color: #fff;
    transition: transform 0.3s, opacity 0.3s;
}

.header__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}

.header__logo {
    display: block;
    max-width: 120px;
    margin-right: 20px;
}

.header__logo-img {
    max-height: 50px;
    max-width: 100%;
    width: auto;
}

.header__nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

.header__menu-item {
    position: relative;
    color: #ffffff;
}

.header__menu-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header__menu-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    padding-right: 5px;
    display: block;
    transition: color 0.2s;
}

.header__menu-link:hover {
    color: #bebebe;
    text-decoration: none;
}

/* Remove old ::after from header__menu-link */
.header__menu-link::after {
    display: none;
}

.header__submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    min-width: 230px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    list-style: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    border: 3px solid #aba7ee;
    transform: translateY(10px) translateX(-50%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    height: auto;
}

.header__submenu::before {
    content: '⯅';
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #aba7ee;
}

.header__menu-item:hover .header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
}

.header__submenu-item {
    margin-bottom: 0;
    padding: 0;
}

.header__submenu-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 20px;
    display: block;
    transition: all 0.2s;
}

.header__submenu-link:hover {
    color: #3d3d3d;
    background: #d8d5ff;
    text-decoration: none;
}

/* Remove old after pseudo-element */
.header__menu-toggle {
    position: relative;
    margin-left: 2px;
    cursor: pointer;
    padding: 0;
    color: #fff;
    flex-shrink: 0;
}

.header__menu-toggle::after {
    content: '⮟';
    font-size: 12px;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .header__menu {
        gap: 15px;
    }

    .header__menu-link {
        font-size: 14px;
    }
}

/* Desktop styles */
@media (min-width: 1200px) {
    .header__submenu {
        display: block !important; /* Ensure submenu visibility on desktop */
    }
}

/* Mobile styles */
@media (max-width: 1199px) {
    .header__container {
        padding: 10px 15px;
        position: relative;
    }

    .header__mobile-button {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        outline: none !important;
    }

    .header__nav {
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background: #2C26A5;
        border-top: 1px solid #523ad8;
        padding: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
    }

    .header--mobile-open .header__nav {
        transform: translateX(0);
    }

    .header--mobile-open .header__mobile-button-line:nth-child(1) {
        transform: rotate(45deg) translate(3px, 5px);
    }

    .header--mobile-open .header__mobile-button-line:nth-child(2) {
        opacity: 0;
    }

    .header--mobile-open .header__mobile-button-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -7px);
    }

    .header__menu {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .header__menu-item {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .header__menu-link {
        padding: 15px 0;
        padding-left: 15px;
    }

    .header__submenu {
        position: static;
        transform: none;
        width: 100%;
        background: rgba(255,255,255,0.05);
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding-left: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        height: 0;
        max-height: none;
        overflow: hidden;
        transition: height 0.2s ease-in-out;
    }

    .header__submenu::before {
        display: none;
    }

    .header__menu-item--open .header__submenu {
        display: block;
        height: auto;
    }

    .header__menu-item:hover .header__submenu {
        transform: none;
    }

    .header__submenu-link {
        color: #fff;
        padding: 12px 20px 12px 30px;
        font-weight: 400;
    }

    .header__submenu-link:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .header__menu-toggle {
        float: right;
        padding: 15px;
        margin: -15px 0;
    }

    .header__menu-item-inner {
        padding-right: 10px;
        width: 100%;
    }

    .header__menu-item--open .header__menu-toggle::after {
        content: '⮝';
    }
}

#parallax {
    padding-top: 0;
}

/* Footer styles */
.footer-v2 {
    background: #2C26A5;
    padding: 40px 0;
    color: #fff;
}

.footer-v2__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Updated Footer styles */
.footer-v2__top {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.footer-v2__logo {
    max-width: 200px;
    justify-self: center;
    order: 1;
}

.footer-v2__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    order: 2;
}

.footer-v2__recognize {
    margin: 0;
    order: 3;
}

.footer-v2__recognize-title {
    text-align: center;
}

.footer-v2__menu-item {
    text-align: center;
}

.footer-v2__menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    display: inline-block;
}

.footer-v2__menu a:hover {
    color: #bebebe;
}

.footer-v2__disclaimer {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.footer-v2__disclaimer-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-v2__disclaimer-text {
    font-size: 13px;
    line-height: 1.5;
    color: #e0e0e0;
}

.footer-v2__copyright {
    text-align: center;
    font-size: 12px;
    color: #bebebe;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Additional footer styles */
.footer-v2__features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 15px 0;
}

.footer-v2__feature-logo {
    max-height: 30px;
    width: auto;
}

.footer-v2__feature-logo--bloomberg {
    max-height: 25px;
}

.footer-v2__feature-logo--forbes {
    max-height: 20px;
}

.footer-v2__feature-logo--inc {
    max-height: 22px;
}

.footer-v2__feature-logo--medium {
    max-height: 24px;
}

.footer-v2__gambling-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.footer-v2__gambling-logo {
    max-height: 40px;
    width: auto;
}

.footer-v2__gambling-logo-link {
    display: block;
    transition: opacity 0.2s;
}

.footer-v2__gambling-logo-link:hover {
    opacity: 0.8;
}

/* Updated responsive Footer styles */
@media (max-width: 768px) {
    .footer-v2__top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-v2__menu {
        grid-template-columns: 1fr;
        text-align: center;
        order: 1; /* Меню первым на мобильном */
    }
    
    .footer-v2__logo {
        max-width: 150px;
        justify-self: center;
        order: 2; /* Логотип вторым на мобильном */
    }

    .footer-v2__recognize {
        order: 3;
        text-align: center;
    }

    .footer-v2__features {
        gap: 15px;
    }

    .footer-v2__feature-logo {
        max-height: 25px;
    }

    .footer-v2__gambling-logos {
        flex-wrap: wrap;
    }
}



/* Table */
table.nt_dsg.center-block.nt_dsg_small {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 15px;
}

table.nt_dsg.center-block.nt_dsg_small thead {
    display: none;
}

table.nt_dsg.center-block.nt_dsg_small tbody {
    border: none !important;
}

.nt_rank_table tr.nt_row,
.nt_rank_table tr.nt_row_code,
.nt_rank_table tr.nt_row:nth-of-type(1),
.nt_rank_table tr.nt_row_code:nth-of-type(1) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #fff !important;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.nt_rank_table tr.nt_row .nt_bonus,
.nt_rank_table tr.nt_row_code .nt_bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.nt_rank_table tr.nt_row .nt_bonus strong,
.nt_rank_table tr.nt_row_code .nt_bonus strong {
    font-size: 25px;
    font-weight: 600;
    color: #ff6016;
}

.nt_rank_table tr.nt_row .nt_room div,
.nt_rank_table tr.nt_row_code .nt_room div {
    margin-bottom: 6px;
    font-size: 15px;
    color: #3b3b3b;
    text-align: center;
    text-decoration: none;
}

.nt_rank_table .nt_rank {
    position: absolute;
    top: 6px;
    left: 8px;
    width: auto;
    text-align: center;
    font-size: 14px;
    color: #2C26A5;
    font-weight: bold;
    z-index: 1;
}

table.nt_dsg .nt_room img {
    display: block;
    max-width: 100%;
    border-radius: 6px;
}

.nt_rank_table tr.nt_row:hover>td {
    background: #fff;
}

tr.nt_row td.nt_sgnup {
    flex-basis: 15%;
}

tr.nt_row > td.nt_sgnup .sgnup_btn,
.sgnup_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a990a !important;
    color: #fff !important;
    border-radius: 35px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

table.nt_dsg td.nt_room {
    margin-left: 39px;
    padding-top: 15px;
    max-width: 220px;
}

@media (max-width: 768px) {

    .nt_rank_table .nt_rank {
        top: 3px;
        left: 3px;
        font-size: 11px;
    }

    .nt_rank_table tr.nt_row,
    .nt_rank_table tr.nt_row_code,
    .nt_rank_table tr.nt_row:nth-of-type(1),
    .nt_rank_table tr.nt_row_code:nth-of-type(1) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 0;
        margin-bottom: -1px;
    }

    table.nt_dsg .nt_room img {
        max-width: 100px;
        padding-top: 0;
        padding-bottom: 3px;
    }

    table.nt_rank_table tr.nt_row td.nt_room,
    table.nt_rank_table tr.nt_row_code td.nt_room {
        min-height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 9px;
    }

    .nt_rank_table tr.nt_row .nt_room div,
    .nt_rank_table tr.nt_row_code .nt_room div {
        margin-bottom: 3px;
        font-size: 14px;
        line-height: 14px;
    }

    .nt_rank_table tr.nt_row .nt_bonus {
        font-size: 12px;
        line-height: 17px;
    }

    .nt_rank_table tr.nt_row .nt_bonus strong,
    .nt_rank_table tr.nt_row_code .nt_bonus strong {
        font-size: 16px;
        font-weight: 600;
    }

    tr.nt_row > td.nt_sgnup {
        display: flex;
        justify-content: center;
    }

    tr.nt_row > td.nt_sgnup .sgnup_btn,
    .sgnup_btn {
        padding: 0 !important;
        height: 36px;
        width: 90px !important;
        font-size: 12px;
    }
}
/* Table end */

/* flexCont */
.country-half,
.row > .col-xs-12.col-md-6 {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    background: #fff !important;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.row > .col-xs-12.col-md-6 h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
}

.row > .col-xs-12.col-md-6 .flexCont {
    display: flex;
    gap: 20px;
}

.row > .col-xs-12.col-md-6 .flexCont .imageQtr {
    max-width: 300px;
}

.row > .col-xs-12.col-md-6 .flexCont .imageQtr img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.row > .col-xs-12.col-md-6 .contentThreeQtr {
    flex: 1;
}

.row > .col-xs-12.col-md-6 .btn-cont {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .row > .col-xs-12.col-md-6 .flexCont {
        flex-direction: column;
        gap: 10px;
    }
}
/* flexCont end */

/* country-half */
.country-half {
    display: flex;
    gap: 20px;
}

.country-half .float-img-left {
    flex-shrink: 0;
    align-self: center;
}

.country-half .btn-row {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .country-half {
        flex-direction: column;
        gap: 10px;
    }
}
/* country-half end */

/* Reviews Table Styles */
.reviews-table {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 15px;
    background: transparent;
    border: none;
}

.reviews-table td {
    padding: 0;
    width: 20%;
    vertical-align: top;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.reviews-table td:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.reviews-table a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    height: 100%;
}

.reviews-table img {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
    border-radius: 6px;
}

.reviews-table span {
    display: inline-block;
    color: #2C26A5;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border: 1px solid #aba7ee;
    border-radius: 20px;
    background: #f8f8ff;
    transition: background 0.2s ease, color 0.2s ease;
}

.reviews-table a:hover span {
    background: #2C26A5;
    color: #fff;
}

@media (max-width: 768px) {
    .reviews-table {
        border-spacing: 10px;
    }
    
    .reviews-table td {
        display: block;
        width: 100%;
    }
    
    .reviews-table tr {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .reviews-table td {
        flex: 0 0 calc(50% - 15px);
    }
    
    .reviews-table img {
        max-height: 50px;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .reviews-table {
        border-spacing: 0;
        margin: 20px auto;
    }
    
    .reviews-table tr {
        display: block;
    }
    
    .reviews-table td {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .reviews-table a {
        padding: 12px;
    }
    
    .reviews-table span {
        font-size: 13px;
    }
}

/* Selection Process Styles */
.selection-process {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 30px auto;
    max-width: 900px;
}

.selection-process h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
    color: #2C26A5;
    position: relative;
}

.selection-process h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #ff6016;
    margin: 10px auto 0;
    border-radius: 2px;
}

.selection-process ol {
    counter-reset: process-counter;
    margin: 0;
    padding: 0;
    list-style: none;
}

.selection-process ol li {
    position: relative;
    padding: 20px 20px 20px 80px;
    margin-bottom: 20px;
    background: #f8f8ff;
    border-radius: 12px;
    border-left: 3px solid #aba7ee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selection-process ol li:last-child {
    margin-bottom: 0;
}

.selection-process ol li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.selection-process ol li::before {
    counter-increment: process-counter;
    content: counter(process-counter);
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: #2C26A5;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selection-process ol li strong {
    display: block;
    font-size: 20px;
    color: #2C26A5;
    margin-bottom: 10px;
}

.selection-process ol li a {
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid transparent;
}

.selection-process ol li a:hover {
    color: #ff6016;
    border-bottom-color: #ff6016;
}

@media (max-width: 768px) {
    .selection-process {
        padding: 20px;
        margin: 20px auto;
    }
    
    .selection-process h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .selection-process ol li {
        padding: 15px 15px 15px 65px;
        margin-bottom: 15px;
    }
    
    .selection-process ol li::before {
        width: 35px;
        height: 35px;
        font-size: 18px;
        left: 15px;
        top: 15px;
    }
    
    .selection-process ol li strong {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .selection-process {
        padding: 15px;
    }
    
    .selection-process h3 {
        font-size: 22px;
    }
    
    .selection-process ol li {
        padding: 15px 15px 15px 55px;
    }
    
    .selection-process ol li::before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        left: 12px;
    }
    
    .selection-process ol li strong {
        font-size: 16px;
    }
}
/* Selection Process Styles end */

/* country-full */
.country-full {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.country-full img {
    flex-shrink: 0;
    align-self: center;
}

@media (max-width: 480px) {
    .country-full {
        flex-direction: column;
        gap: 10px;
    }
}
/* country-full end */

/* why-trust-gs-container */
.why-trust-gs-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.why-trust-gs-container .why-trust-gs--row {
    position: relative;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.why-trust-gs-container .why-trust-gs--row .why-trust-gs--col-1 {
    position: relative;
    margin-bottom: 20px;
}

.why-trust-gs-container .why-trust-gs--row .why-trust-gs--col-1 img {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.why-trust-gs-container .why-trust-gs--row .why-trust-gs--col-1 .dot {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #2C26A5;
    border-radius: 50%;
    color: #fff;
}

.why-trust-gs-container .why-trust-gs--row .why-trust-gs--col-2 {
    padding: 0 5px;
}

.why-trust-gs-container .why-trust-gs--row .why-trust-gs--col-2 h3 {
    margin-top: 0;
    font-size: 19px;
}

@media (max-width: 768px) {
    .why-trust-gs-container {
        grid-template-columns: 1fr;
    }

    .why-trust-gs-container .why-trust-gs--row .why-trust-gs--col-1 img {
        max-width: 100%;
        height: auto;
    }
    
}
/* why-trust-gs-container end */

/* divisionContainer */
.divisionContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.divisionContainer .division {
    position: relative;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.divisionContainer .division h4 {
    margin-top: 0;
    font-size: 22px;
}

@media (max-width: 768px) {
    .divisionContainer {
        grid-template-columns: 1fr;
    }

    .divisionContainer .division h4 {
        font-size: 20px;
    }
    
}
/* divisionContainer end */

/* Removed blocks */
#af-form-1227873211,
.disallow-proceed,
.recommended-wrapper,
.scrollToTopBtn,
.blacklisted .searchCont,
.sticky-cta-superbowl,
.body-blackout {
    display: none !important;
}
/* Removed blocks end */

/* faq_accordion */
.faq_accordion h3 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #635cec;
    font-size: 21px;
}

.faq_accordion h3::before {
    content: '⯈';
    position: absolute;
    top: 2px;
    left: -4px;
    font-size: 18px;
    color: #fd781f;
}

.faq_accordion > div {
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 3px solid #635cec;
}

.faq_accordion > div::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    margin-top: 10px;
}
/* faq_accordion end */

/* fourBoxesWithBGimage */
.fourBoxesWithBGimageContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.fourBoxesWithBGimage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #aba7ee;
}

.fourBoxesWithBGimage a {
    position: relative;
    display: block;
}

.fourBoxesWithBGimage a img {
    display: block;
}

.fourBoxesWithBGimage div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 60%);
}

.fourBoxesWithBGimage div  span {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .fourBoxesWithBGimageContainer {
        grid-template-columns: 1fr;
    }

    .fourBoxesWithBGimage div  span {
        font-size: 14px;
    }
}
/* fourBoxesWithBGimage end */

/* breadcrumbs */
.breadcrumb-container {
    background: #f0f0f0;
}

#breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

#breadcrumbs a {
    color: #2C26A5;
    text-decoration: none;
    margin-right: 5px;
}
/* breadcrumbs end */

/* summary-box */
.summary-box {
    padding-left: 12px;
    border-left: 2px solid #ff9f5f;
    float: left;
    margin-right: 25px;
}

.summary-box-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2C26A5;
}

@media (max-width: 768px) {
    .summary-box {
        float: none;
        padding-left: 10px;
        margin-right: 15px;
    }

    .summary-box-title {
        font-size: 18px;
    }
    
}
/* summary-box end */

/* softwareProviderBoxes */
.softwareProviderBoxes {
}

.softwareProviderBoxes ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.softwareProviderBoxes li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.softwareProviderBoxes img,
.softwareProviderBoxes a {
    display: block;
}
/* softwareProviderBoxes end */

/* review */
.review_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 25px auto;
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #aba7ee;
}

.review_top .rt-logo {
    display: flex;
    align-items: center;
}

.review_top .rt-logo img {
    max-width: 200px;
    margin-right: 10px;
}

.review_top .rt-usAllowed img {
    display: none;
}

.review_top .rt-cashoutTime span,
.review_top .rt-welcomeBonus span {
    display: block;
    text-align: center;
    color: #2C26A5
}

.review_top .rt-cashoutTime span:nth-child(2),
.review_top .rt-welcomeBonus span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: #ff6016;
}

.review_top .rt-visitButton .btn-visit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 140px;
    height: 48px;
    background: #0a990a;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
}

.review_top .rt-visitButton .btn-visit:hover {
    background: #0a990a;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .review_top {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 10px;
    }

    .review_top .rt-logo {
        display: flex;
        justify-content: center;
        order: 1;
    }

    .review_top .rt-logo img {
        max-width: 150px;
    }

    .review_top .rt-cashoutTime span,
    .review_top .rt-welcomeBonus span {
        font-size: 14px;
    }

    .review_top .rt-cashoutTime span:nth-child(2),
    .review_top .rt-welcomeBonus span:nth-child(2) {
        font-size: 14px;
    }

    .review_top .rt-welcomeBonus {
        order: 3;
    }

    .review_top .rt-cashoutTime {
        order: 4;
    }

    .review_top .rt-visitButton .btn-visit {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .review_top .rt-visitButton {
        display: flex;
        justify-content: center;
        order: 2;
    }
    
}

.reviewjumpLinks {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px;
}

.reviewjumpLinks button {
    display: none;
}

.reviewjumpLinks .jumpLinkRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.reviewjumpLinks .jumpLinkRow a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #2C26A5;
    text-align: center;
}

.reviewjumpLinks .jumpLinkRow a:hover {
    background: #f0f0f0;
    color: #2C26A5;
}

@media (max-width: 768px) {
    .reviewjumpLinks .jumpLinkRow {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviewjumpLinks .jumpLinkRow a {
        font-size: 14px;
        padding: 8px;
    }
    
}

@media (max-width: 480px) {
    .reviewjumpLinks .jumpLinkRow {
        grid-template-columns: 1fr;
    }

    .reviewjumpLinks .jumpLinkRow a {
        font-size: 12px;
        padding: 6px;
    }
    
}

.graybgd .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.graybgd .swiper-wrapper a {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #b1b1b1;
}

.graybgd .swiper-wrapper a img {
    display: block;
    width: 100%;
    height: 135px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .graybgd .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.review-site-info-tables-wrapper {
    border: 1px solid #aba7ee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

table.review-site-info-table {
    width: 100%;
    border-collapse: collapse;
}

table.review-site-info-table th {
    background: #f0f0f0;
    color: #3b3b3b;
    font-weight: bold;
    padding: 5px 15px;
    text-align: left;
    width: 200px;
}

table.review-site-info-table tr {
    border-bottom: 1px solid #aba7ee;
}

table.review-site-info-table td {
    padding: 5px 10px;
    text-align: left;
}

.review_procon_tabs_wrapper {
    display: flex;
    gap: 20px;
}

.review_procon_tabs_wrapper > ul {
    display: none;
}

.review_procon_tabs_wrapper #tabs-cons li,
.review_procon_tabs_wrapper #tabs-pros li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 6px;
}

.review_procon_tabs_wrapper #tabs-pros li::marker {
    content: '✔';
    color: #0a990a;
}

.review_procon_tabs_wrapper #tabs-cons li::marker {
    content: '✖';
    color: #dd1c1c;
}

@media (max-width: 480px) {
    .review_procon_tabs_wrapper {
        display: block;
    }

    .review_procon_tabs_wrapper #tabs-cons li,
    .review_procon_tabs_wrapper #tabs-pros li {
        margin-bottom: 3px;
        padding-left: 10px;
    }
    
}

.review_ratings_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.review_ratings_box .column1 {
    max-width: 290px;
}

.review_ratings_box .column2 {
    flex: 1;
}

.review_ratings_box .column3 {
    max-width: 200px;
}

.review_ratings_box .column1 .review_ratings_box__bonus {
    color: #ff6016;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

.review_ratings_box .column1 .rrb_score.great {
    display: none;
}

.review_ratings_box .rrb_rankings_wrapper {
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.review_ratings_box .rrb_ranking {
    margin-bottom: 8px;
}

.review_ratings_box .rrb_ranking .desc {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #3b3b3b;
    margin-bottom: 2px;
}

.review_ratings_box .rrb_ranking .desc span:nth-child(2) {
    font-weight: bold;
    color: #0a990a;
}

.review_ratings_box .rrb_ranking .rating-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
}

.review_ratings_box .rrb_ranking .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ff9f5f;
}

.review_ratings_box__siteurl {
    text-align: center;
    margin-bottom: 8px;
}

.review_ratings_box__siteurl a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.review_ratings_box__cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #0a990a;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

.review_ratings_box__cta a:hover {
    background: #0a990a;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .review_ratings_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .review_ratings_box .column1,
    .review_ratings_box .column3 {
        max-width: 100%;
    }

    .review_ratings_box .column2 {
        max-width: 100%;
    }

    .review_ratings_box .rrb_rankings_wrapper {
        padding: 5px;
    }

    .review_ratings_box .column3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}

.cancel-circle,
.redX {
    list-style: none;
}

.cancel-circle li,
.redX li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 6px;
}

.cancel-circle li::marker,
.redX li::marker {
    content: '✖';
    color: #dd1c1c;
}

.“greenBullet,
.greenCheckMarks,
.greenBullet {
    padding: 0;
    margin: 0;
    padding-left: 11px;
}

.“greenBullet li,
.greenCheckMarks li,
.greenBullet li {
    position: relative;
    padding-left: 10px;
}

.“greenBullet li::marker,
.greenCheckMarks li::marker,
.greenBullet li::marker {
    content: '✔';
    color: #0a990a;
}

.flex-four-rows,
.splitTwo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}

@media (max-width: 480px) {
    .flex-four-rows,
    .splitTwo {
        grid-template-columns: repeat(1, 1fr);
    }
    
}
/* review end */

.float-img-right {
    float: right;
}

@media (max-width: 768px) {
    .float-img-right {
        float: none;
        margin: 0 auto;
        display: block;
    }
}


.imageLeftTextRight {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.imageLeftTextRight .image {
    flex-shrink: 0;
    max-width: 200px;
}

@media (max-width: 768px) {
    .imageLeftTextRight {
        flex-direction: column;
        gap: 10px;
    }

    .imageLeftTextRight .image {
        max-width: 100%;
    }
    
}

.articlesFaqContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.articlesFaq {
    position: relative;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.articlesFaq h3 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 20px;
}

.articlesFaq p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .articlesFaqContainer {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.payment-options .payMethod {
    position: relative;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.payment-options .payMethod img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    object-fit: contain;
    
}

.betStrategies,
.betTypesResponsive {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.betStrategies .betStrat a,
.betTypesResponsive .betType a {
    display: flex;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.betStrategies .betStrat .bt-title,
.betTypesResponsive .betType .bt-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #2C26A5;
}

.betStrategies .betStrat .descText,
.betTypesResponsive .betType .descText {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #3b3b3b;
}

.betStrategies .betStrat .btn-bt,
.betTypesResponsive .betType .btn-bt {
    display: block;
    font-size: 14px;
}

@media (max-width: 768px) {
    .betStrategies .betStrat a,
    .betTypesResponsive .betType a {
        flex-direction: column;
        gap: 10px;
    }

    .betStrategies .betStrat .bt-title,
    .betTypesResponsive .betType .bt-title {
        font-size: 16px;
    }

    .betStrategies .betStrat .descText,
    .betTypesResponsive .betType .descText {
        font-size: 12px;
    }
    
}

.ln-shopping {
    max-width: 900px;
    margin: 30px auto;
}

.ln-shopping .fl-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ln-shopping .dbl-bl-btm {
    background: #2C26A5;
    color: #ffffff;
    padding: 15px 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.ln-shopping .top-title {
    width: 100%;
}

.ln-shopping .btm-ln {
    background: #aba7ee;
    color: #333333;
    font-size: 18px;
    width: 100%;
}

.ln-shopping .choices {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.ln-shopping .choice {
    max-width: 250px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ln-shopping .betDetail {
    margin-bottom: 15px;
}

.ln-shopping .ln1 {
    font-size: 18px;
    font-weight: 600;
    color: #2C26A5;
    margin-bottom: 10px;
}

.ln-shopping .ln2 {
    font-size: 16px;
    line-height: 1.5;
}

.ln-shopping .bl-text {
    color: #2C26A5;
    font-weight: 600;
}

.ln-shopping .org-text {
    color: #ff6016;
    font-weight: 600;
}

.ln-shopping .image img {
    max-width: 100%;
    border-radius: 8px;
}

.ln-shopping .mid-image {
    max-width: 200px;
}

.ln-shopping .mid-image img {
    max-width: 100%;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .ln-shopping .choices {
        flex-direction: column;
        gap: 15px;
    }

    .ln-shopping .dbl-bl-btm {
        font-size: 18px;
        padding: 12px 15px;
    }

    .ln-shopping .choice {
        width: 100%;
        max-width: 100%;
    }

    .ln-shopping .choice.first {
        order: 1;
    }

    .ln-shopping .choice.second {
        order: 3;
    }

    .ln-shopping .mid-image {
        order: 2;
        max-width: 150px;
        margin: 10px 0;
    }

    .ln-shopping .btm-ln {
        font-size: 16px;
    }
}
/* ln-shopping end */

/* League container styles */
.leaguesContainer {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 10px;
}

#leagues {
    display: grid;
    grid-gap: 20px;
}

.league {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.league:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.league .body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.league .image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.league .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.league .pText {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    color: #3b3b3b;
}

.league .btn {
    flex-shrink: 0;
    margin-left: 15px;
}

.league .btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 8px 15px;
    background: #2C26A5;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.league .btn-blue:hover {
    background: #523ad8;
    color: #fff;
    text-decoration: none;
}

.league .arrow-right {
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}

/* Fix for XFL logo class */
.league.cfl:nth-child(4) .image img {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .league .body {
        flex-direction: column;
        text-align: center;
    }

    .league .image {
        margin: 0 auto 15px;
    }

    .league .pText {
        margin-bottom: 15px;
    }

    .league .btn-blue {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .leaguesContainer {
        margin: 20px auto;
    }

    #leagues {
        grid-gap: 15px;
    }

    .league {
        padding: 15px;
    }

    .league .image {
        width: 60px;
        height: 60px;
    }

    .league .pText {
        font-size: 14px;
    }
}

/* Bonus Table Styles */
.nt_bonus_table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.nt_bonus_table thead {
    background: #2C26A5;
}

.nt_bonus_table thead tr td {
    color: #ffffff;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
    font-size: 16px;
}

.nt_bonus_table tbody tr.nt_row {
    border-bottom: 1px solid #aba7ee;
    transition: background-color 0.2s ease;
}

.nt_bonus_table tbody tr.nt_row:last-child {
    border-bottom: none;
}

.nt_bonus_table tbody tr.nt_row:hover {
    background-color: rgba(171, 167, 238, 0.05);
}

.nt_bonus_table .nt_room {
    padding: 15px;
    vertical-align: middle;
    width: 25%;
}

.nt_bonus_table .nt_room img {
    max-width: 150px;
    margin-bottom: 8px;
}

.nt_bonus_table .nt_room div {
    font-weight: 600;
    color: #2C26A5;
    font-size: 15px;
    text-align: center;
}

.nt_bonus_table .nt_bonus {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    width: 35%;
}

.nt_bonus_table .nt_bonus strong {
    color: #ff6016;
    font-size: 20px;
    font-weight: 600;
}

.nt_bonus_table .nt_bonus .break {
    display: inline;
}

.nt_bonus_table .nt_code {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    width: 20%;
}

.nt_bonus_table .nt_click {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    cursor: pointer;
    color: #0a990a;
    font-weight: 600;
    transition: color 0.2s ease;
}

.nt_bonus_table .nt_click:hover {
    color: #077a07;
    text-decoration: underline;
}

.nt_bonus_table .nt_click-area {
    display: none;
}

.nt_bonus_table.five-cols .nt_room {
    width: 20%;
}

.nt_bonus_table.five-cols .nt_bonus {
    width: 14%;
}

.nt_bonus_table.five-cols .nt_code {
    width: 14%;
}

.nt_bonus_table.five-cols .nt_requirement {
    width: 30%;
}
.nt_bonus_table.five-cols .nt_requirement ul {
    padding: 10px 20px;
}

.nt_bonus_table.five-cols .nt_requirement ul li {
    margin-bottom: 2px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .nt_bonus_table {
        border-radius: 8px;
        margin: 20px auto;
    }

    .nt_bonus_table .nt_room {
        padding: 12px 8px;
    }

    .nt_bonus_table .nt_room img {
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .nt_bonus_table .nt_room div {
        font-size: 14px;
    }

    .nt_bonus_table .nt_bonus,
    .nt_bonus_table .nt_code,
    .nt_bonus_table .nt_click {
        padding: 12px 8px;
        font-size: 14px;
    }

    .nt_bonus_table .nt_bonus strong {
        font-size: 18px;
    }

    .nt_bonus_table .nt_bonus div {
        font-size: 12px !important;
    }

    .table_nt_bonus_table_wrap {
        overflow-x: auto;
    }

    .nt_bonus_table {
        min-width: 600px;
    }

    .nt_bonus_table.five-cols {
        min-width: 800px;
    }
}

@media (max-width: 480px) {
    .nt_bonus_table {
        display: block;
        overflow-x: auto;
    }

    .nt_bonus_table .nt_room img {
        max-width: 100px !important;
    }

    .nt_bonus_table .nt_room div {
        font-size: 13px;
    }

    .nt_bonus_table .nt_bonus div {
        font-size: 11px !important;
    }

    .nt_bonus_table .nt_bonus .break {
        display: block;
        height: 2px;
    }

    .nt_bonus_table .nt_bonus strong {
        font-size: 16px;
    }
}

/* Deposit methods styles */
.deposit-methods-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.deposit-method {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.deposit-method>div:first-child {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.card-pic {
    max-width: 100%;
    max-height: 60px;
}

.deposit-method strong {
    display: block;
    margin-bottom: 10px;
    color: #2C26A5;
    font-size: 18px;
}

.deposit-method ul {
    margin: 0;
    padding-left: 18px;
}

.deposit-method li {
    margin-bottom: 4px;
    font-size: 14px;
    color: #3b3b3b;
}

.deposit-method li strong {
    display: inline;
    margin: 0;
    font-size: 14px;
    color: #3b3b3b;
}

@media (max-width: 768px) {
    .deposit-methods-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .deposit-method {
        padding: 15px;
    }

    .deposit-method>div:first-child {
        width: 70px;
    }

    .deposit-method strong {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .deposit-method li {
        font-size: 13px;
    }

    .deposit-method li strong {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .deposit-method {
        flex-direction: column;
        align-items: center;
        padding: 12px;
        text-align: center;
    }

    .deposit-method>div:first-child {
        width: auto;
        margin-bottom: 10px;
    }

    .card-pic {
        max-height: 50px;
    }

    .deposit-method ul {
        text-align: left;
    }
}

/* Carousel Container Styles */
.carouselContainer .container {
    padding: 0;
}

.carouselContainer .carousel-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.carouselContainer .slideBody {
    display: flex;
    gap: 30px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
}

.carouselContainer .imageCont {
    flex-basis: 30%;
    flex-shrink: 0;
}

.carouselContainer .imageCont img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.carouselContainer .bodyCont {
    flex: 1;
}

.carouselContainer .titleText {
    font-size: 24px;
    font-weight: 600;
    color: #2C26A5;
    margin-bottom: 15px;
}

.carouselContainer .bodyText p {
    font-size: 16px;
    line-height: 1.6;
    color: #3b3b3b;
    margin-bottom: 0;
}

.carouselContainer .carousel-control-prev,
.carouselContainer .carousel-control-next {
    display: none !important;
}

.carouselContainer .carousel-indicators {
    display: none !important;
}

@media (max-width: 768px) {
    .carouselContainer .slideBody {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .carouselContainer .imageCont {
        flex-basis: auto;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .carouselContainer .titleText {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .carouselContainer .bodyText p {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .carouselContainer {
        padding: 20px 0;
    }

    .carouselContainer .carousel {
        margin-bottom: 30px;
    }

    .carouselContainer .slideBody {
        padding: 12px;
    }

    .carouselContainer .imageCont {
        max-width: 180px;
    }

    .carouselContainer .titleText {
        font-size: 18px;
    }
}

/* Discover More Box Styles */
.discover-more-box {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 10px;
}

.discover-more-box .swiper {
    overflow: visible;
    position: relative;
    padding-bottom: 40px;
}

.discover-more-box .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.discover-more-box .dmb__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discover-more-box .dmb__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.discover-more-box .dmb__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #f8f8ff;
    border-bottom: 1px solid #aba7ee;
}

.discover-more-box .dmb__image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.discover-more-box main {
    padding: 15px;
    flex-grow: 1;
}

.discover-more-box h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #2C26A5;
    text-align: center;
}

.discover-more-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #3b3b3b;
    margin-bottom: 0;
}

.discover-more-box a {
    display: block;
    text-align: center;
    background: #2C26A5;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.discover-more-box a:hover {
    background: #523ad8;
    color: #fff;
}

.discover-more-box p a {
    display: inline;
    background: transparent;
    color: #2C26A5;
    padding: 0;
    font-weight: normal;
}

.discover-more-box p a:hover {
    background: transparent;
    color: #523ad8;
    text-decoration: underline;
}

.discover-more-box .swiper-pagination {
    bottom: 0;
}

.discover-more-box .swiper-button-prev,
.discover-more-box .swiper-button-next {
    display: none;
}

@media (max-width: 768px) {
    .discover-more-box .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .discover-more-box .swiper-button-prev,
    .discover-more-box .swiper-button-next {
        display: flex;
        color: #2C26A5;
    }
    
    .discover-more-box .swiper-button-prev::after,
    .discover-more-box .swiper-button-next::after {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .discover-more-box .swiper-wrapper {
        grid-template-columns: 1fr;
    }
    
    .discover-more-box .dmb__image {
        padding: 10px 0;
    }
    
    .discover-more-box .dmb__image img {
        width: 50px;
        height: 50px;
    }
    
    .discover-more-box main {
        padding: 12px;
    }
    
    .discover-more-box h4 {
        font-size: 16px;
    }
    
    .discover-more-box p {
        font-size: 13px;
    }
}

/* Mobile Apps Table Styles */
.mobile_apps_table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    padding: 0 10px;
}

.mobile_apps_table .mobile_v1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile_apps_table .mobile_v1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.mobile_apps_table .stars {
    display: block;
    height: 20px;
    margin-bottom: 10px;
    background: url('/wp-content/uploads/2025/11/star-rating.webp') no-repeat center;
    background-size: contain;
    width: 100px;
}

.mobile_apps_table .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 15px;
}

.mobile_apps_table .logo img {
    max-height: 50px;
    max-width: 150px;
    object-fit: contain;
}

.mobile_apps_table .number1,
.mobile_apps_table .number2,
.mobile_apps_table .number3 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2C26A5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.mobile_apps_table .number1::before {
    content: '1';
}

.mobile_apps_table .number2::before {
    content: '2';
}

.mobile_apps_table .number3::before {
    content: '3';
}

.mobile_apps_table .phoneImage {
    display: block;
    max-width: 160px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto 15px;
    border: 1px solid #aba7ee;
}

.mobile_apps_table .btn-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.mobile_apps_table .btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: #7b75dd;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
    text-align: center;
}

.mobile_apps_table .btn-green.btn-sm {
    padding: 6px 16px;
    font-size: 13px;
}

.mobile_apps_table .btn-green:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 768px) {
    .mobile_apps_table {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .mobile_apps_table .phoneImage {
        max-width: 140px;
        height: 190px;
    }
    
    .mobile_apps_table .logo {
        height: 50px;
    }
    
    .mobile_apps_table .logo img {
        max-height: 40px;
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .mobile_apps_table {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mobile_apps_table .mobile_v1 {
        padding: 15px 10px;
    }
    
    .mobile_apps_table .phoneImage {
        max-width: 120px;
        height: 170px;
    }
    
    .mobile_apps_table .number1,
    .mobile_apps_table .number2,
    .mobile_apps_table .number3 {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

/* Fantasy Sports Area Styles */
.fantasySportsArea {
    margin: 30px auto;
    max-width: 900px;
    padding: 0 10px;
}

.fantasySportsArea:not([style]) .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fantasySportsArea[style] .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fantasySportsArea[style] .row img {
    max-width: 200px;
    margin-bottom: 15px;
}

.fantasySportsArea .col-lg-4.col-md-12.col-sm-12 {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fantasySportsArea img {
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
}

.fantasySportsArea .centered-h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #2C26A5;
    align-self: start;
}

.fantasySportsArea .greenBullet.regular {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: 13px;
}

.fantasySportsArea .greenBullet.regular li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

.fantasySportsArea .btn-row {
    margin-top: auto;
}

@media (max-width: 992px) {
    .fantasySportsArea:not([style]) .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .fantasySportsArea:not([style]) .row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fantasySportsArea .col-lg-4 {
        padding: 15px;
    }
    
    .fantasySportsArea img {
        max-width: 200px;
    }
    
    .fantasySportsArea .centered-h2 {
        font-size: 18px;
    }
    
    .fantasySportsArea .greenBullet.regular li {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

/* twoColFlex styles */
.twoColFlex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mythBox {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mythBox:last-of-type {
    margin-bottom: 0;
}

.mythBox.graybgd {
    background: #f8f8ff;
}

.mythBox h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    color: #2C26A5;
}

.mythBox p {
    margin-bottom: 15px;
    color: #3b3b3b;
}

.mythBox .btn-row {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .twoColFlex {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mythBox {
        padding: 15px;
    }
    
    .mythBox h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .mythBox h3 {
        font-size: 18px;
    }
    
    .mythBox p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* Sports Banner Container Styles */
.sportsBannerCont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    padding: 0 10px;
}

.sportsBannerCont.fbHub {
    background: transparent;
}

.sportBanner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sportBanner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.sportBanner a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sportBanner .imagcont {
    display: block;
    position: relative;
}

.sportBanner .imagcont img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.sportBanner .imagcont::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(44, 38, 165, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    transition: background 0.3s ease;
}

.sportBanner:hover .imagcont::after {
    background: linear-gradient(0deg, rgba(44, 38, 165, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.sportBanner .body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
}

.sportBanner .titleBox {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.sportBanner:hover .titleBox {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .sportsBannerCont {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 20px auto;
    }

    .sportBanner .imagcont img {
        height: 150px;
    }

    .sportBanner .titleBox {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .sportBanner .body {
        padding: 15px;
    }

    .sportBanner .titleBox {
        font-size: 16px;
    }

    .sportBanner .imagcont img {
        height: 130px;
    }
}

/* Book Guides Container */
.bookGuides.content-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: 30px auto;
    max-width: 900px;
    transition: transform 0.3s ease;
}

.bookGuides .body {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.bookGuides .body a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 20px;
    width: 220px;
    border-radius: 15px;
}

.bookGuides .body img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.bookGuides .bookTitle {
    font-size: 20px;
    font-weight: 600;
    color: #2C26A5;
    text-align: center;
    padding-top: 5px;
    position: relative;
    transition: color 0.3s ease;
}

.bookGuides .body a:hover .bookTitle {
    color: #523ad8;
}

.bookGuides .bookTitle::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: #ff6016;
    transition: all 0.3s ease;
}

.bookGuides .body a:hover .bookTitle::after {
    width: 70%;
    left: 15%;
}

@media (max-width: 768px) {
    .bookGuides.content-card {
        padding: 20px;
    }
    
    .bookGuides .body {
        gap: 30px;
    }
    
    .bookGuides .body a {
        width: 180px;
        padding: 15px;
    }
    
    .bookGuides .body img {
        width: 100px;
    }
    
    .bookGuides .bookTitle {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .bookGuides.content-card {
        padding: 15px;
    }
    
    .bookGuides .body {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .bookGuides .body a {
        width: 100%;
        max-width: 200px;
        padding: 10px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
    }
    
    .bookGuides .body img {
        width: 60px;
        margin-bottom: 0;
    }
    
    .bookGuides .bookTitle {
        font-size: 16px;
        text-align: left;
    }
    
    .bookGuides .body a:hover .bookTitle::after {
        width: 0;
    }
}

/* Two Column Guide Styles */
.twoColGuide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 900px;
    margin: 40px auto;
}

.twoColGuide .guideContainer {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(171, 167, 238, 0.3);
    display: flex;
    gap: 18px;
}

.twoColGuide .guideContainer:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #aba7ee;
}

.guideImage {
    flex-shrink: 0;
}

.guideImage img {
    width: 65px;
    height: 65px;
    padding: 5px;
    background: #f8f8ff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.twoColGuide .guideContainer:hover .guideImage img {
    transform: scale(1.1) rotate(5deg);
}

.guideContent {
    flex: 1;
}

.centerList {
    margin-bottom: 12px;
}

.greenBullet {
    padding: 0;
    margin: 0;
    list-style: none;
}

.greenBullet li {
    color: #2C26A5;
    font-weight: 700;
    font-size: 18px;
    margin-left: 12px;
    position: relative;
    margin-bottom: 6px;
    line-height: 1.3;
}

.guideContent p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .twoColGuide {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px auto;
    }
    
    .twoColGuide .guideContainer {
        padding: 20px;
    }
    
    .guideImage img {
        width: 55px;
        height: 55px;
    }
    
    .greenBullet li {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .twoColGuide .guideContainer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 18px;
    }
    
    .guideImage {
        margin-bottom: 10px;
    }
    
    .greenBullet li {
        padding-left: 0;
        padding-top: 25px;
    }
    
    .greenBullet li::before {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

/* reviewsArea */
.reviewsArea-custom.gambling {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 25px 20px;
    background: #2C26A5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 30px auto;
    max-width: 900px;
}

.reviewsArea-custom.gambling a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 15px);
    min-width: 140px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
    text-decoration: none;
}

.reviewsArea-custom.gambling a:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.reviewsArea-custom.gambling img {
    max-width: 120px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 12px;
    filter: brightness(1.05);
}

.reviewsArea-custom.gambling .link-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.2s ease;
    text-align: center;
}

.reviewsArea-custom.gambling a:hover .link-text {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .reviewsArea-custom.gambling {
        padding: 20px 15px;
        gap: 12px;
    }

    .reviewsArea-custom.gambling a {
        width: calc(33.33% - 12px);
        padding: 12px 8px;
    }

    .reviewsArea-custom.gambling img {
        height: 35px;
        margin-bottom: 10px;
    }

    .reviewsArea-custom.gambling .link-text {
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .reviewsArea-custom.gambling {
        padding: 15px 10px;
        gap: 10px;
    }

    .reviewsArea-custom.gambling a {
        width: calc(50% - 10px);
        min-width: 110px;
        padding: 10px;
    }

    .reviewsArea-custom.gambling img {
        height: 30px;
        margin-bottom: 8px;
    }

    .reviewsArea-custom.gambling .link-text {
        font-size: 12px;
        padding: 4px 8px;
    }
}
/* reviewsArea end */

/* Gambling Sites History Component */
.gamblingSitesHistory {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px 20px;
    background: #f8f8ff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #aba7ee;
}

.gamblingSitesHistory ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gamblingSitesHistory li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 12px;
    height: 80px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ece9ff;
}

.gamblingSitesHistory li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #aba7ee;
}

.gamblingSitesHistory a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gamblingSitesHistory img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.gamblingSitesHistory li:hover img {
    filter: brightness(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .gamblingSitesHistory ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .gamblingSitesHistory {
        padding: 20px 15px;
    }

    .gamblingSitesHistory ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .gamblingSitesHistory li {
        height: 70px;
        padding: 10px;
    }

    .gamblingSitesHistory img {
        max-height: 40px;
    }
}

@media (max-width: 480px) {
    .gamblingSitesHistory {
        padding: 15px 10px;
    }

    .gamblingSitesHistory ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gamblingSitesHistory li {
        height: 60px;
        padding: 8px;
    }

    .gamblingSitesHistory img {
        max-height: 35px;
    }
}

/* Province Recommendations Styles */
.provinceRecs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    padding: 0 10px;
}

.provinceRecs .province {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.provinceRecs .province:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-color: #2C26A5;
}

.provinceRecs .imageCont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    background: #f8f8ff;
    border-radius: 50%;
    padding: 15px;
    border: 2px solid rgba(171, 167, 238, 0.3);
    transition: border-color 0.3s ease;
}

.provinceRecs .province:hover .imageCont {
    border-color: #2C26A5;
}

.provinceRecs .imageCont img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(1.05);
}

.provinceRecs .titleText {
    font-size: 18px;
    font-weight: 600;
    color: #2C26A5;
    text-align: center;
    margin-top: 5px;
    position: relative;
    padding-bottom: 8px;
}

.provinceRecs .titleText::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #ff6016;
    transition: width 0.3s ease;
}

.provinceRecs .province:hover .titleText::after {
    width: 50px;
}

@media (max-width: 768px) {
    .provinceRecs {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .provinceRecs .imageCont {
        width: 80px;
        height: 80px;
        padding: 12px;
    }
    
    .provinceRecs .titleText {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .provinceRecs {
        grid-template-columns: 1fr;
    }
    
    .provinceRecs .province {
        padding: 15px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        gap: 15px;
    }
    
    .provinceRecs .imageCont {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }
    
    .provinceRecs .titleText {
        margin-top: 0;
        text-align: left;
    }
    
    .provinceRecs .titleText::after {
        left: 0;
        transform: none;
    }
    
    .provinceRecs .province:hover .titleText::after {
        width: 30px;
    }
}

/* Fun Facts Component Styles */
.funFacts {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 30px auto;
    max-width: 900px;
}

.funFacts .topBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2C26A5;
    padding: 15px 20px;
    color: #fff;
}

.funFacts .titleText {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.funFacts .slot-social-media-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.funFacts .body {
    padding: 20px;
}

.funFacts .featCats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.funFacts .cat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    background: #f8f8ff;
    border-radius: 12px;
    border: 1px solid #ece9ff;
    text-align: center;
}

.funFacts .cat img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.funFacts .ft-title {
    font-size: 14px;
    font-weight: 500;
    color: #2C26A5;
}

.funFacts .redX {
    display: none;
}

.funFacts .ft-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.funFacts .ft-row {
    display: flex;
    padding: 8px 15px;
    background: #f8f8ff;
    border-radius: 8px;
    font-size: 15px;
}

.funFacts .ft-row.notAvailable {
    opacity: 0.6;
}

.funFacts .ft-col:first-child {
    flex: 1;
    font-weight: 500;
    color: #2C26A5;
}

.funFacts .ft-col:last-child {
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    .funFacts .topBar {
        flex-direction: column;
        gap: 10px;
        padding: 12px 15px;
    }

    .funFacts .titleText {
        font-size: 18px;
    }

    .funFacts .featCats {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .funFacts .ft-list {
        grid-template-columns: 1fr;
    }

    .funFacts .cat img {
        width: 30px;
        height: 30px;
    }

    .funFacts .ft-title {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .funFacts .body {
        padding: 15px 10px;
    }

    .funFacts .featCats {
        grid-template-columns: repeat(2, 1fr);
    }

    .funFacts .ft-row {
        padding: 6px 10px;
        font-size: 14px;
    }
}

/* Slots Table Theme Styles */
.slotsTableTheme {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.slotsTableTheme .sites-slider {
    display: flex;
    gap: 0;
}

.slotsTableTheme .tableCol {
    flex: 1;
    padding: 0;
    background: #fff;
    border: 1px solid #aba7ee;
    border-right: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slotsTableTheme .tableCol:last-child {
    border-right: 1px solid #aba7ee;
}

.slotsTableTheme .tableCol td {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.slotsTableTheme .tableRow {
    padding: 12px 15px;
    text-align: center;
}

.slotsTableTheme .logoCont {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.slotsTableTheme .logoCont img {
    display: block;
    max-width: 140px;
    max-height: 60px;
    margin: 0 auto;
    object-fit: contain;
}

.slotsTableTheme .site1-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 40px;
    border-radius: 16px 16px 0 0;
}

.slotsTableTheme .playLink {
    font-size: 18px;
    font-weight: 600;
    color: #2C26A5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.slotsTableTheme .playLink:hover {
    color: #523ad8;
    text-decoration: underline;
}

.slotsTableTheme .rateCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.slotsTableTheme .rateTxt {
    font-size: 14px;
    color: #555;
}

.slotsTableTheme .boldText {
    font-weight: 600;
    color: #2C26A5;
}

.slotsTableTheme .rateStars {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.slotsTableTheme .rateStars img {
    width: 16px;
    height: 16px;
}

.slotsTableTheme .bonusTcs {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slotsTableTheme .bonusCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.slotsTableTheme .pct {
    font-size: 26px;
    font-weight: 700;
    color: #ff6016;
    line-height: 1.2;
}

.slotsTableTheme .upto {
    font-size: 14px;
    color: #666;
}

.slotsTableTheme .amt {
    font-size: 20px;
    font-weight: 600;
    color: #2C26A5;
}

.slotsTableTheme .visitReview {
    padding-top: 5px;
    padding-bottom: 20px;
}

.slotsTableTheme .btn-cont {
    display: flex;
    justify-content: center;
}

.slotsTableTheme .btn-blue-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #0a990a;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.slotsTableTheme .btn-blue-green:hover {
    background: #078607;
    color: #fff;
}

@media (max-width: 768px) {
    .slotsTableTheme {
        margin: 20px auto;
    }

    .slotsTableTheme .sites-slider {
        flex-direction: column;
    }

    .slotsTableTheme .tableCol {
        border: 1px solid #aba7ee;
        margin-bottom: 15px;
        border-radius: 16px;
    }

    .slotsTableTheme .tableCol:hover {
        transform: translateY(-3px);
    }

    .slotsTableTheme .logoCont {
        padding-top: 15px;
    }

    .slotsTableTheme .logoCont img {
        max-width: 120px;
    }

    .slotsTableTheme .playLink {
        font-size: 16px;
    }

    .slotsTableTheme .pct {
        font-size: 22px;
    }

    .slotsTableTheme .amt {
        font-size: 18px;
    }

    .slotsTableTheme .btn-blue-green {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .slotsTableTheme .logoCont img {
        max-width: 100px;
    }

    .slotsTableTheme .playLink {
        font-size: 15px;
    }

    .slotsTableTheme .rateTxt {
        font-size: 13px;
    }

    .slotsTableTheme .pct {
        font-size: 20px;
    }

    .slotsTableTheme .upto {
        font-size: 12px;
    }

    .slotsTableTheme .amt {
        font-size: 16px;
    }
}

/* Provider Slots Styles */
.providerSlots {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.recent-slot-games {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.slot-game-preview {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ece9ff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.slot-game-preview:hover {
    border-color: #aba7ee;
}

.imageCont {
    position: relative;
    overflow: hidden;
}

.imageCont img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.slot-game-preview:hover .imageCont img {
    transform: scale(1.05);
}

.playBtnCont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 38, 165, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slot-game-preview:hover .playBtnCont {
    opacity: 1;
}

.playBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    color: #2C26A5;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transform: translateY(20px);
    transition: transform 0.3s ease, background-color 0.2s ease;
}

.slot-game-preview:hover .playBtn {
    transform: translateY(0);
}

.playBtn .fa-location-arrow {
    font-size: 12px;
    margin-right: 5px;
}

.playBtn .fa-location-arrow::before {
    content: "➤";
}

.titleBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f8ff;
}

.titleText {
    font-size: 15px;
    font-weight: 600;
    color: #2C26A5;
}

.rateStars {
    display: flex;
    gap: 2px;
}

.rateStars img {
    width: 14px;
    height: 14px;
}

.btn-cont {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #7b75dd;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.btn-green:hover {
    opacity: 0.8;
    color: #fff;
}

.recentSlots {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .providerSlots {
        padding: 20px 15px;
        margin: 20px auto;
    }

    .recent-slot-games {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .imageCont img {
        height: 150px;
    }

    .titleBar {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 10px;
    }

    .rateStars {
        align-self: flex-start;
        margin: 0 auto;
    }

    .btn-green {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .providerSlots {
        padding: 15px 12px;
    }

    .recent-slot-games {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .imageCont img {
        height: 180px;
    }

    .titleText {
        font-size: 14px;
    }

    .playBtn {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.slot-skin {
    margin-bottom: 20px;
    padding: 0 10px;
}

.slot-skin .redX {
    display: none;
}

.slot-skin .voteContainer {
    display: none;
}

.slot-skin .container {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ece9ff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slot-skin .slot-bottom-button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slot-skin .slot-play-now-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #0a990a;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.3s ease;
}

.slot-skin .slot-play-now-link img {
    display: block;
    margin-left: 12px;
    max-height: 32px;
}

.slot-skin .slot-game-frame img {
    display: block;
}

@media (max-width: 480px) {
    .slot-skin .slot-game-frame img {
        max-width: 120px;
    }

    .slot-skin .container {
        flex-direction: column;
        padding: 15px 10px;
    }

    .slot-skin .slot-play-now-link {
        margin-top: 15px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .slot-skin .slot-play-now-link img {
        max-height: 28px;
    }    
}

/* Slots By Component Styles */
.slotsBy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px auto;
    max-width: 900px;
}

.slotsBy > div {
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #aba7ee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slotsBy > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.slotsBy > div img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slotsBy > div:hover img {
    transform: scale(1.05);
}

.slotsBy .btn-blue-icon {
    position: relative;
    display: block;
    padding: 12px 15px;
    background: #f8f8ff;
    color: #2C26A5;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.slotsBy .btn-blue-icon.no-icon {
    padding-left: 15px;
}

.slotsBy > div:hover .btn-blue-icon {
    color: #523ad8;
}

@media (max-width: 768px) {
    .slotsBy {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 20px auto;
    }
    
    .slotsBy > div img {
        height: 140px;
    }
    
    .slotsBy .btn-blue-icon {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .slotsBy {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slotsBy > div img {
        height: 180px;
    }
}

/* Author */
.author {
    background: linear-gradient(to right, #fff, #f8f8ff);
    border-radius: 12px;
    border: 1px solid #aba7ee;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #2C26A5;
    border-radius: 4px 0 0 4px;
}

.author__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    position: relative;
}

.author__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #aba7ee;
    box-shadow: 0 4px 8px rgba(44, 38, 165, 0.2);
    transition: transform 0.3s ease;
}

.author__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author__info {
    flex: 1;
}

.author__name {
    font-size: 22px;
    font-weight: 600;
    color: #2C26A5;
    margin-bottom: 6px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.author__name::after {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #0a990a;
    color: white;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1;
}

.author__title {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 1.5;
    margin-bottom: 10px;
    font-style: italic;
}

.author__bio {
    margin-bottom: 18px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.author__social {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.author__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #2C26A5;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.author__social-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2C26A5;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.author__social-link:hover::after {
    opacity: 1;
}

.author__social-icon {
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
}

.author__social-link:hover .author__social-icon {
    color: #fff;
}

.author__social-icon--twitter::before {
    content: "𝕏";
    font-style: normal;
}

.author__social-icon--linkedin::before {
    content: "in";
    font-style: normal;
    font-weight: bold;
}

.author__social-icon--facebook::before {
    content: "f";
    font-style: normal;
    font-weight: bold;
}

.author__social-icon--instagram::before {
    content: "📸";
    font-style: normal;
}

.author__social-icon--email::before {
    content: "✉";
    font-style: normal;
}

.author__stats {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    padding: 12px 0;
    border-top: 1px dashed rgba(171, 167, 238, 0.5);
}

.author__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author__stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #2C26A5;
}

.author__stat-label {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.author__interests {
    margin-top: 6px;
    padding: 15px;
    background: #fff;
    color: #2C26A5;
    border-radius: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ece9ff;
}

.author__interests-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.author__interests-icon {
    font-size: 20px;
    margin-right: 10px;
    color: #ec9410;
}

.author__interests-label {
    font-weight: 500;
    font-size: 16px;
}

.author__interests-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.author__interest {
    background: #2c26a51e;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.author__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.author__read-more {
    color: #2C26A5;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
    font-size: 15px;
}

.author__read-more::after {
    content: "→";
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.author__read-more:hover {
    color: #523ad8;
}

.author__read-more:hover::after {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .author {
        padding: 20px;
    }
    
    .author__header {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .author__avatar {
        margin: 0 auto;
    }
    
    .author__info {
        width: 100%;
    }
    
    .author__name {
        justify-content: center;
    }
    
    .author__social {
        justify-content: center;
    }
    
    .author__stats {
        justify-content: center;
    }
    
    .author__interests-header {
        justify-content: center;
    }
    
    .author__interests-list {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .author {
        padding: 15px;
    }
    
    .author__avatar {
        width: 80px;
        height: 80px;
    }
    
    .author__name {
        font-size: 20px;
    }
    
    .author__title {
        font-size: 14px;
    }
    
    .author__bio {
        font-size: 14px;
    }
    
    .author__interests {
        padding: 12px;
    }
    
    .author__interests-label {
        font-size: 15px;
    }
    
    .author__actions {
        flex-direction: column;
        gap: 12px;
    }
}