
/* New casino pages: small footer gap on desktop, flush on mobile (drops the big
   decorative gap). body.page-casino .footer (0,2,1) beats the global .footer (0,1,0). */
body.page-casino .footer {
    margin-top: 30px;
}

.casinos-header {
    background: #0E1A2B url('../img/icons/background_casino_review.png') center center / cover no-repeat;
    color: #fff;
}
.casinos-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 40px 40px;
    box-sizing: border-box;
}
.casinos-header__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    opacity: 0.9;
}
.casinos-header__breadcrumb a {
    color: #fff !important;
    text-decoration: none;
    transition: color .15s ease;
}
.casinos-header__breadcrumb a:hover {
    text-decoration: underline;
}
.casinos-header__breadcrumb span {
    color: #fff !important;
}
.casinos-header__sep {
    font-size: 0;
    vertical-align: middle;
}
.casinos-header__sep::after {
    content: '/';
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 18px;
}
.casinos-header__h1 {
    font-family: 'WorkSans', sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
}
.casinos-header__content {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0;
    color: #E5E7EB !important;
    margin: 12px 0 0;
    opacity: 1;
    width: auto;
}

.casinos-page {
    background: #F9FAFB;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.casinos-page__body {
    padding-top: 32px;
    padding-bottom: 48px;
}

/* Byline (author row) under the header */
.casino-byline {
    background: #fff;
    border-bottom: 1px solid #E4E7EC;
}

.casino-byline__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.casino-byline__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.casino-byline__avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    object-fit: cover;
    flex-shrink: 0;
}

.casino-byline__lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.casino-byline__names {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #344054;
}

.casino-byline__names a {
    color: #4F6AF6;
    font-weight: 500;
    text-decoration: underline;
}

.casino-byline__names a:hover {
    text-decoration: none;
}

.casino-byline__sub {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #667085;
}

.casino-byline__sub svg {
    color: #14B8A6;
    flex-shrink: 0;
}

.casino-byline__dot {
    color: #D0D5DD;
}

.casino-byline__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.casino-byline__btn {
    display: inline-flex;
    align-items: center;
    background: #F3F4F6;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #344054;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease;
}

.casino-byline__btn:hover {
    color: #344054;
    text-decoration: none;
}

.casino-byline__btn:hover {
    background: #E5E7EB;
}

/* Editable content blocks (CKEditor output from the admin) */
.casinos-page__above {
    margin: 24px 0;
}

/* H2 on the casino pages — overrides the global `.article-html>h2` from style.min.css.
   Compound `.article-html` selectors raise specificity above (0,1,1) so they win. */
.casinos-page__above h2,
.casinos-page__above.article-html h2,
.casinos-page__below-content h2,
.casinos-page__below-content.article-html h2,
.casinos-page h2 {
    font-family: 'WorkSans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #0D293D;
    margin: 0 0 14px;
}

.casinos-page__below-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
    margin: 28px 0 12px;
}

.casinos-page__above p,
.casinos-page__below-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #475467;
}

/* Two-column below section: sticky Table of Contents + content */
.casinos-page__below {
    margin: 48px 0 0;
}

.casinos-page__below--has-toc {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 48px;
    align-items: start;
}

.casinos-page__toc {
    position: sticky;
    top: 24px;
}

/* Table of Contents box */
.casino-toc {
    border: 1px solid #E4E7EC;
    border-radius: 12px;
    padding: 20px 22px;
    background: #fff;
}

.casino-toc h3 {
    font-size: 16px;
    font-weight: 800;
    color: #101828;
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E4E7EC;
}

.casino-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc;
}

.casino-toc li {
    counter-increment: toc;
    margin: 0 0 12px;
    line-height: 1.4;
}

.casino-toc li:last-child {
    margin-bottom: 0;
}

.casino-toc a {
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    text-decoration: none;
    transition: color .15s ease;
}

.casino-toc a::before {
    content: counter(toc) ". ";
    font-weight: 600;
}

.casino-toc a:hover,
.casino-toc li.is-active a {
    color: #14B8A6;
}

/* Content column (Best list + mini reviews) */
.casinos-page__below-content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 18px;
}

.casinos-page__below-content li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #344054 !important;
}

.casinos-page__below-content li a {
    color: #4F6AF6;
    font-weight: 600;
    text-decoration: underline;
}

.casinos-page__below-content li a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    /* Mobile: footer flush (desktop keeps the 30px gap above) */
    body.page-casino .footer {
        margin-top: 0;
    }

    .casinos-page__below--has-toc {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .casinos-page__toc {
        position: static;
    }
    /* Mobile: keep the heading, hide only the intro content below it */
    .casinos-page__above.article-html > :not(h2) {
        display: none;
    }
    .casinos-page__above {
        margin: 16px 0 0;
    }
    .casinos-header__sep::after {
        content: '≫';
        font-size: 11px;
    }
}

/* Load More button */
.cc-loadmore-wrap {
    display: flex;
    justify-content: center;
    margin: 28px 0 8px;
}

.cc-loadmore {
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 11px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #344054;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

.cc-loadmore:hover {
    background: #F9FAFB;
    border-color: #98A2B3;
}

.cc-loadmore.is-loading {
    opacity: .6;
    cursor: default;
}
