/*
Theme Name:     BestOnlineSlots
Theme URI:              https://bestonlineslots.com/
Description:    Bootstrap 4 Wordpress Theme for BestOnlineSlots
Version:                1.5.3
Author:                 BestOnlineSlots Team
Author URI:     https://bestonlineslots.com/
Template: unyson
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
        --slate: #0f172a;
        --slate-light: #1e293b;
        --slate-mid: #334155;
        --sky: #0ea5e9;
        --sky-light: #38bdf8;
        --sky-dark: #0284c7;
        --teal: #14b8a6;
        --teal-light: #2dd4bf;
        --white: #ffffff;
        --off-white: #f8fafc;
        --gray-50: #f8fafc;
        --gray-100: #f1f5f9;
        --gray-200: #e2e8f0;
        --gray-300: #cbd5e1;
        --gray-400: #94a3b8;
        --gray-500: #64748b;
        --gray-600: #475569;
        --gray-700: #334155;
        --gray-800: #1e293b;
        --gray-900: #0f172a;
        --text-primary: #0f172a;
        --text-secondary: #475569;
        --text-muted: #94a3b8;
        --green-cta: #22c55e;
        --green-cta-dark: #16a34a;
        --green-cta-light: #4ade80;
        --red-accent: #ef4444;
        --amber: #f59e0b;
        --amber-light: #fbbf24;
        --card-bg: #ffffff;
        --card-border: #e2e8f0;
        --shadow-xs: 0 1px 2px rgba(0,0,0,0.05);
        --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
        --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
        --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.04);
        --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
        --radius-sm: 6px;
        --radius-md: 10px;
        --radius-lg: 14px;
        --radius-xl: 20px;
}

* {
        word-break: break-word;
}

body {
        background: var(--off-white);
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: var(--text-primary);
        line-height: 1.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
b, strong {
        font-weight: 700;
}
.site-title img.site-logo {
        max-width: 300px;
}

/* ============================================
   GLOBAL CONTENT WIDTH CONSTRAINT (1200px)
   Backgrounds stay full-width; only inner
   content containers are constrained.
   ============================================ */

#content > .container,
#content > .container-fluid,
.site-content > .container,
.site-content > .container-fluid,
.entry-content {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
}

header#masthead nav > .container,
header#masthead nav > .container-fluid {
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 24px;
        padding-right: 24px;
}

#hero > .container,
#hero > .container-fluid,
.page article header.entry-header > .container {
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 24px;
        padding-right: 24px;
}

section.main-row > .container,
section.main-row > .container-fluid {
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
}

section.main-row .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
}

footer .widgets {
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
}

h1, h2, h3, h4, h5 {
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 800;
        color: var(--slate);
        letter-spacing: -0.02em;
}

h2 {
        font-size: 1.75em;
}
h3 {
        font-size: 1.45em;
}
h4 {
        font-size: 1.2em;
}
.breadcrumbs {
        display: none;
}
section h3, section h4 {
        color: var(--slate);
}
section.error-404.not-found {
        margin-top: 2rem;
}
.entry-content a, section a {
        color: var(--sky);
        text-decoration: underline;
        text-decoration-color: rgba(14,165,233,0.3);
        text-underline-offset: 2px;
        transition: text-decoration-color 0.2s;
}
.entry-content a:hover, section a:hover {
        color: var(--sky-dark);
        text-decoration-color: var(--sky-dark);
}
p:last-child:not(:only-child) {
        margin-bottom: 0;
}
.text-white h1,
.text-white h2,
.text-white h3 {
        color: #fff;
}
.text-orange h1,
.text-orange h2,
.text-orange h3,
.text-orange {
        color: var(--sky);
}
.navbar-toggler .menu-button-text {
        display: none;
}
.special-heading {
        margin-bottom: 20px;
}
.fw-heading {
        margin-bottom: 0;
}
.special-heading .fw-heading, .special-heading .fw-heading h2 {
        margin: 0;
}
.hidden {
        position: absolute;
        opacity: 0;
        left: -9999px;
}
.special-heading .fw-heading h2 {
        margin-top: 5px;
}

section.boxed .container {
        background: var(--white);
        padding: 24px;
        border-radius: var(--radius-lg);
        border: 1px solid var(--card-border);
        margin: 0 15px;
        max-width: 1120px;
        width: calc(100% - 30px);
        box-shadow: var(--shadow-sm);
}
section.orange-boxed .container {
        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
        border-color: rgba(14,165,233,0.15);
}
.orange-boxed .col-sm-6 .text-center {
        background: #fff;
        padding: 20px;
        height: 100%;
        border-radius: var(--radius-md);
}
h3.fw-special-title img {
        width: 20px;
        margin-right: 10px;
}
.mini-review img.alignnone {
        width: 48px;
        height: 48px;
        border-radius: var(--radius-md);
        object-fit: cover;
        float: none !important;
        display: inline-block !important;
        margin: 0 0 0 10px !important;
        border: 2px solid var(--sky);
        box-shadow: 0 0 0 3px rgba(14,165,233,0.1);
}
.mini-review ul li {
        font-size: 95%;
}
.mini-review a.btn.fw-btn.fw-btn-1 {
        max-width: 250px;
}


/* ============================================
   HEADER & NAVIGATION
   ============================================ */

header#masthead {
        background: #ffffff;
        z-index: 999;
        border-bottom: 1px solid #e2e8f0;
        border-top: 4px solid #059669;
        box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
header#masthead.sticky {
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
}

.navbar-brand {
        max-width: 300px;
        margin-bottom: 0;
        margin-right: 0;
}

@media (max-width: 767px) {
        .header-main > .container,
        .header-main > .container-fluid {
                display: flex;
                align-items: center;
                justify-content: space-between !important;
        }

        .header-main .navbar-brand {
                margin-left: 0;
                margin-right: auto;
                order: 1;
        }

        .header-main .toggle-desktop-menu {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 40px;
                height: 40px;
                padding: 8px;
                gap: 5px;
                border-radius: var(--radius-sm);
                border: 1px solid rgba(0,0,0,0.1);
                background: rgba(0, 0, 0, 0.03);
                text-decoration: none;
                order: 3;
                flex-shrink: 0;
                transition: background 0.2s;
        }

        .header-main .toggle-desktop-menu:hover {
                background: rgba(0, 0, 0, 0.06);
        }

        .header-main .toggle-desktop-menu::before,
        .header-main .toggle-desktop-menu::after,
        .header-main .toggle-desktop-menu strong {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background: #334155;
                border-radius: 2px;
        }

        .header-main .toggle-desktop-menu strong {
                font-size: 0;
                color: transparent;
                overflow: hidden;
                padding: 0;
                margin: 0;
                min-height: 2px;
                max-height: 2px;
        }

        .header-main #primary-navigation {
                display: none !important;
        }
}

#primary-navigation .navbar-nav li.menu-item {
        margin-left: 8px;
}
#primary-navigation .navbar-nav li.menu-item a {
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #334155;
        font-weight: 600;
        letter-spacing: 0.04em;
        padding: 8px 12px;
        transition: color 0.2s ease;
}
#primary-navigation .navbar-nav li.menu-item a:hover {
        color: #059669;
}
#primary-navigation .navbar-nav .dropdown-menu,
#primary-navigation .navbar-nav ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        transform: translateY(8px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        background: #ffffff;
        z-index: 999;
        padding: 8px 0;
        min-width: 220px;
        border: 1px solid #e2e8f0;
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-lg);
        margin-top: 0;
}
#primary-navigation .navbar-nav .dropdown-menu li,
#primary-navigation .navbar-nav ul.sub-menu li {
        list-style: none;
}
#primary-navigation .navbar-nav .dropdown-menu li a,
#primary-navigation .navbar-nav ul.sub-menu li a {
        display: block;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        color: #334155;
        text-transform: none;
        letter-spacing: 0;
        transition: background 0.15s ease, color 0.15s ease;
        white-space: nowrap;
}
#primary-navigation .navbar-nav .dropdown-menu li a:hover,
#primary-navigation .navbar-nav ul.sub-menu li a:hover {
        background: #f0fdf4;
        color: #059669;
}
@media (min-width: 992px) {
        #primary-navigation .navbar-nav > li.menu-item-has-children:hover > .dropdown-menu,
        #primary-navigation .navbar-nav > li:hover > ul.sub-menu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
        }
        #primary-navigation .navbar-nav > li.menu-item-has-children {
                position: relative;
        }
}
#side-navigation .dropdown-menu {
        min-width: 200px;
}
#side-navigation .dropdown-item {
        white-space: normal;
        padding: 0 0.25rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
}
.navbar-dark .navbar-nav a,
.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
        font-size: 18px;
        font-weight: 300;
}
.navbar-dark .navbar-nav .dropdown-menu {
        padding: 5px 10px;
}
.navbar-dark .navbar-nav .dropdown-menu a {
        font-size: 16px;
}

[off-canvas] {
        color: inherit;
}
[canvas=container] {
        background: transparent !important;
}
.admin-bar .buttonizer {
        top: 40px !important;
}


/* ============================================
   MOBILE NAVIGATION
   ============================================ */

.screen-overlay {
        height: 100%;
        z-index: 30;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(15, 23, 42, 0.75);
        transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
        transition: opacity .5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
}
.navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0;
        border: none;
        margin-right: 10px;
}
.navbar-expand-md .navbar-toggler strong {
        position: absolute;
        opacity: 0;
        left: -9999px;
}
.admin-bar .mobile-offcanvas {
        padding-top: 42px;
}
#pull-desktop strong {
        display: none;
}
.mobile-offcanvas {
        background: var(--slate);
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0; left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        max-width: 320px;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-right: 1px solid rgba(255,255,255,0.08);
}
.mobile-offcanvas::-webkit-scrollbar {
        display: none;
}
.mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
}
.mobile-offcanvas.navbar-expand-lg .navbar-nav {
        flex: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
}
.mobile-offcanvas.navbar-expand-lg li.menu-item {
        width: 100%;
        position: relative;
}
.mobile-offcanvas.navbar-expand-lg .dropdown-item:focus, .dropdown-item:hover, .mobile-offcanvas.navbar-expand-lg .current-menu-item {
        background: rgba(14,165,233,.12);
}
@media (min-width: 992px) {
        #primary-navigation a.dropdown-toggle:after {
                display: inline-block;
                margin-left: 4px;
                vertical-align: middle;
                border-top: 4px solid #94a3b8;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
                border-bottom: 0;
                transition: border-color 0.2s ease;
                position: static;
                font-size: inherit;
        }
        #primary-navigation li.menu-item-has-children:hover > a.dropdown-toggle:after {
                border-top-color: #059669;
        }
}
@media (max-width: 991px) {
        a.dropdown-toggle:after {
                display: none;
        }

        .mobile-offcanvas .menu-item-has-children {
                position: relative;
        }
        .mobile-offcanvas .menu-item-has-children > .dropdown-menu,
        .mobile-offcanvas .menu-item-has-children > .sub-menu {
                display: none;
                position: static !important;
                float: none;
                background: rgba(255,255,255,0.05);
                border: none;
                padding-left: 15px;
                margin: 0;
        }
        .bos-submenu-toggle {
                position: absolute;
                right: 0;
                top: 0;
                width: 48px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: none;
                border: none;
                border-left: 1px solid rgba(255,255,255,0.1);
                cursor: pointer;
                padding: 0;
                z-index: 5;
        }
        .bos-submenu-toggle__icon {
                font-size: 20px;
                font-weight: 400;
                color: rgba(255,255,255,0.6);
                line-height: 1;
                display: block;
        }
        .bos-submenu-toggle:hover .bos-submenu-toggle__icon {
                color: #fff;
        }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        background: rgba(255,255,255,.05);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
        color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-nav a {
        color: #fff;
}
.dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 0;
        top: 20px;
        font-size: 20px;
}
.mobile-offcanvas .btn.btn-close {
        background: var(--red-accent);
        text-shadow: none;
        border-radius: 5px;
        font-size: 12px;
}
.mobile-offcanvas .offcanvas-header div {
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 13px;
        font-weight: 600;
}


/* ============================================
   GENERAL CONTENT
   ============================================ */

.author .avatar {
        float: right;
}
.single main#main {
        padding: 2em 0;
}
.unyson.page-builder main#main {
        padding: 0;
}
article {
        display: block;
}
article ul li {
        list-style: none;
        margin-bottom: 10px;
}
article ul li:before, article .cross ul li:before {
        content: "" !important;
        background: url(images/check-tick.svg) no-repeat;
        width: 16px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        margin-left: -25px;
}
article .cross ul li:before {
        background: url(images/cross-tick.svg) no-repeat;
}
section img.aligncenter.size-full {
        width: 100%;
}

#post-modified-info {
        font-size: 13px;
        padding: 10px 14px;
        border-top: 1px solid var(--gray-200);
        border-bottom: 1px solid var(--gray-200);
        margin-bottom: 25px;
        color: var(--text-secondary);
        background: var(--gray-50);
        border-radius: var(--radius-sm);
}

.details-rating {
        background: var(--white);
        border-radius: var(--radius-lg);
        color: var(--text-primary);
        padding: 20px;
        box-shadow: var(--shadow-md);
        border: 1px solid var(--card-border);
}
.details-rating .entry-title {
        color: var(--slate);
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 22px;
}
.details-rating img {
        display: block;
        text-align: center;
        margin: 0 auto 10px;
        border-radius: var(--radius-md);
}
.details-rating p {
        font-size: 14px;
        margin: 0;
}
.details-rating span {
        float: right;
}
.details-rating .btn {
        margin: 10px auto 0;
}


/* ============================================
   FEATURED / SPECIAL HEADINGS
   ============================================ */

.featured h2.fw-special-title {
        background: linear-gradient(135deg, var(--slate) 0%, var(--slate-mid) 100%);
        padding: 14px 20px;
        margin-bottom: 15px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        border-radius: var(--radius-md);
        border-left: 4px solid var(--sky);
        letter-spacing: 0.02em;
}


/* ============================================
   HERO SECTION
   ============================================ */

#hero, .page article header.entry-header {
        background-image: url(images/hero-bg-casino.png);
        background-size: cover;
        background-color: var(--slate);
        text-align: center;
        background-repeat: no-repeat;
        min-height: 320px;
        background-position: center center;
        color: #fff;
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 60px;
        align-items: center;
        align-content: center;
        justify-content: center;
        display: flex;
        margin-bottom: 40px;
        position: relative;
}
#hero::before, .page article header.entry-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(15,23,42,0.65) 0%, rgba(15,23,42,0.85) 100%);
        z-index: 0;
}
#hero > *, .page article header.entry-header > * {
        position: relative;
        z-index: 1;
}
.single-review #hero {
        min-height: 450px;
}
.page article header.entry-header {
        padding-top: 50px;
        min-height: 200px;
        margin-bottom: 30px;
}
#hero h1, .page article header.entry-header h1 {
        color: #fff;
        font-size: 40px;
        text-shadow: 0 2px 20px rgba(0,0,0,0.3);
        letter-spacing: -0.03em;
}
#hero h1 .fw-special-title,
#hero h1.fw-special-title {
        background: linear-gradient(135deg, #fff 0%, var(--sky-light) 50%, var(--teal-light) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
}
#hero h2 {
        color: rgba(255,255,255,0.75);
        font-weight: 400;
}
.single-review #hero {
        text-align: inherit;
}

a.btn.outline {
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        border: 2px solid rgba(255,255,255,0.3);
        background: transparent;
        text-transform: uppercase;
        padding: 10px 24px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        width: 100%;
        max-width: 160px;
        text-shadow: none;
        color: #fff !important;
        letter-spacing: 0.05em;
        border-radius: var(--radius-md);
        transition: all 0.2s ease;
}
a.btn.outline:hover {
        background: #fff;
        color: var(--slate) !important;
        border-color: #fff;
}


/* ============================================
   TOC (TABLE OF CONTENTS) SECTION
   ============================================ */

#toc {
        background-image: none;
        background: linear-gradient(135deg, var(--slate) 0%, var(--slate-light) 50%, #1e3a5f 100%);
        padding: 80px 0;
        color: #fff;
}
#toc h2, #toc h3, #toc h4 {
        color: #fff;
}
#toc #post-modified-info a {
        color: var(--sky-light);
}


/* ============================================
   BUTTONS
   ============================================ */

.btn {
        color: var(--white) !important;
        text-decoration: none !important;
        background: linear-gradient(135deg, var(--green-cta) 0%, var(--green-cta-dark) 100%);
        padding: 10px 20px;
        margin-bottom: 3px;
        display: inline-block;
        border-radius: var(--radius-md);
        font-weight: 700;
        text-shadow: none;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        font-size: 14px;
        border: none;
        transition: all 0.25s ease;
        box-shadow: 0 2px 8px rgba(34,197,94,0.25);
}
.btn:hover {
        background: linear-gradient(135deg, var(--green-cta-light) 0%, var(--green-cta) 100%);
        box-shadow: 0 4px 16px rgba(34,197,94,0.35);
        transform: translateY(-2px);
}

.btn-secondary {
        background: linear-gradient(135deg, var(--slate-light) 0%, var(--slate) 100%) !important;
        color: #fff !important;
        border: 1px solid rgba(255,255,255,0.15);
}


/* ============================================
   ARCHIVE / BLOG
   ============================================ */

.archive-description {
        margin-bottom: 50px;
}

.su-spoiler-style-fancy>.su-spoiler-title {
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1.17em !important;
        color: var(--slate);
        padding: 10px 12px 8px 25px;
}


/* ============================================
   AFFILIATE DISCLOSURE
   ============================================ */

.affiliate-disclosure {
        float: right;
        font-size: 12px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 1rem;
}
.affiliate-disclosure a {
        text-decoration: underline;
        color: var(--text-muted);
}
.affiliate-disclosure a:hover {
        color: var(--sky);
}


/* ============================================
   REVIEWS TABLE
   ============================================ */

#reviews-table .review.head {
        background: linear-gradient(135deg, var(--slate) 0%, var(--slate-mid) 100%);
        max-height: 50px;
        margin-bottom: 20px;
        border-radius: var(--radius-md);
        font-weight: bold;
        display: none;
        border: none;
}
#reviews-table .review.head .table-data {
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.06em;
        font-weight: 700;
}
#reviews-table .review {
        background-color: var(--white);
        border-radius: var(--radius-lg);
        margin-bottom: 16px;
        box-shadow: var(--shadow-sm);
        padding: 16px;
        border: 1px solid var(--card-border);
        transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
}
#reviews-table .review:hover {
        box-shadow: var(--shadow-lg);
        transform: translateY(-3px);
        border-color: rgba(14,165,233,0.2);
}
#reviews-table .table-data {
        display: block;
        vertical-align: middle;
        position: relative;
        text-align: center;
}
#reviews-table .table-data .counter {
        font-size: 1.2rem;
        font-weight: 800;
        color: #fff;
        background: linear-gradient(135deg, var(--sky) 0%, var(--sky-dark) 100%);
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 50%;
        display: inline-block;
}
#reviews-table .table-data .counter span {
        color: #fff;
}
#reviews-table .table-data .category {
        color: #ffffff;
        background: linear-gradient(135deg, var(--sky) 0%, var(--teal) 100%);
        display: inline-block;
        padding: 3px 12px;
        margin-top: 6px;
        z-index: 9;
        font-size: 10px;
        text-transform: uppercase;
        box-shadow: 0 2px 8px rgba(14,165,233,0.3);
        position: relative;
        line-height: 1.5;
        border-radius: 4px;
        letter-spacing: 0.06em;
        font-weight: 700;
        word-break: normal;
        white-space: nowrap;
}
#reviews-table .table-data .category:after {
        display: none;
}
#reviews-table .table-data .logo-wrap img {
        width: 200px;
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-sm);
}
#reviews-table .table-data .rating {
        color: var(--amber);
        font-size: 2rem;
        font-weight: 800;
        margin: 0;
}
#reviews-table .table-data .title {
        color: var(--slate);
        font-weight: 700;
}

#reviews-table .table-data .bonus {
        font-size: 16px;
        font-weight: 600;
        color: var(--slate);
}
#reviews-table .table-data .stats li {
        list-style: none;
}
#reviews-table .table-data .stats li:before {
        display: inline-block;
        font-family: "FontAwesome";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
        margin-left: -15px;
        font-size: 12px;
        padding-right: 3px;
        color: var(--green-cta);
}
#reviews-table .table-data .details-btn {
        font-size: 12px;
        font-weight: 600;
        border: 1.5px solid var(--sky);
        color: var(--sky);
        padding: 4px 12px;
        border-radius: var(--radius-sm);
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.03em;
        transition: all 0.2s ease;
}
#reviews-table .table-data .details-btn:hover {
        background: var(--sky);
        color: #fff;
}
.hide-desktop {
        display: none;
}
.hide-mobile {
        display: block;
}

.reviews-table-accordion {
        display: block;
}
.reviews-table-accordion .collapse {
        overflow: hidden;
}

.review-readmore {
        font-size: 14px;
}

#reviews-table .disclaimer {
        background: rgba(10,22,40,.85);
        color: rgba(255,255,255,0.7);
        padding: 2px 8px;
        font-size: 12px;
        border-radius: var(--radius-sm);
}
.blog .title {
        text-align: center;
        margin-top: 5px;
        white-space: nowrap;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
}
.blog .title a {
        font-size: 16px;
        color: var(--slate);
        font-weight: 600;
}
.blog .title a:hover {
        color: var(--sky);
}
.blog .article.one-column, .blog .col-md-4 {
        margin-bottom: 20px;
}
.blog.row > [class*=col-md-] .article, .article.one-column {
        background: var(--white);
        padding: 20px;
        border-radius: var(--radius-lg);
        border: 1px solid var(--card-border);
        height: 100%;
        box-shadow: var(--shadow-sm);
        transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.blog.row > [class*=col-md-] .article:hover, .article.one-column:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
}
.blog .article .excerpt {
        margin-bottom: 15px;
        font-size: 13px;
        color: var(--text-secondary);
}
.blog .article .excerpt a {
        display: block;
        text-align: right;
        text-transform: uppercase;
        color: var(--sky);
        font-weight: 600;
        font-size: 12px;
}
.site-content {
        padding: 0;
}
.single-review .site-content {
        padding: 0;
}
.blog .thumbnail {
        text-align: center;
}
.related-posts .rpost {
        background: var(--white);
        padding: 20px;
        border-radius: var(--radius-lg);
        border: 1px solid var(--card-border);
        height: 100%;
        box-shadow: var(--shadow-sm);
}
.related-posts {
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
}
.related-posts .title {
        font-size: 1.5rem;
        color: var(--slate);
        font-weight: bold;
}
.related-posts .rthumb {
        display: block;
}
.related-posts .meta {
        display: none;
}
nav.navigation.post-navigation {
        display: none;
}


/* ============================================
   REVIEWS SINGLE
   ============================================ */

.terms {
        font-size: 12px;
        color: #fff;
}
.stats {
        padding: 20px;
}

.features {
        padding: 20px;
        border-radius: var(--radius-lg);
        background: linear-gradient(135deg, var(--slate) 0%, var(--slate-mid) 100%);
        width: 100%;
        margin-bottom: 20px;
}

.feature {
        font-size: 14px;
        align-items: flex-start;
        flex-direction: row;
        display: flex;
        border-bottom-color: rgba(255,255,255,0.1);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding-bottom: 5px;
        width: 100%;
}

.feature span {
        color: var(--sky-light);
        font-weight: 600;
        font-size: 14px;
        max-width: 90px;
        width: 100%;
}

.star-rating {
        align-items: center;
        text-align: center;
}
.star-rating-title {
        font-size: 14px;
}
.star-rating-score {
        font-weight: bold;
        font-size: 20px;
        color: var(--amber);
}
.single-review a.playnow {
        margin: 0 auto;
}
.single-review .card-group {
        margin-bottom: 20px;
}
.single-review .card.blurb-boxed {
        border: none;
        display: block;
        background: none;
}
.single-review .card-header {
        background: none;
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
}
.single-review .card-body {
        padding-top: 0;
        padding-bottom: 0;
}
.single-review .cons.card .card-header h2 {
        color: var(--red-accent);
}
.ratings {
        background-color: var(--white);
        border-radius: var(--radius-lg);
        margin: 20px 0;
        padding: 24px;
        box-shadow: var(--shadow-md);
        border: 1px solid var(--card-border);
}

.ratings .overall {
        align-items: center;
        text-align: center;
        padding: 0 0 15px;
        border: 2px solid var(--sky);
        border-radius: var(--radius-md);
        width: 100%;
        max-width: 140px;
        margin: 0 auto 20px;
        overflow: hidden;
}
.ratings .overall .overall_title {
        background: linear-gradient(135deg, var(--slate) 0%, var(--slate-mid) 100%);
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #fff;
        border-radius: 0;
        font-size: 12px;
        letter-spacing: 0.08em;
}
.ratings .overall .overall_rating {
        color: var(--sky);
        font-size: 36px;
        font-weight: 800;
}

.archive.author #hero {
        text-align: inherit;
}


/* ============================================
   FOOTER - Inspired by bestbettingsites.co.uk
   ============================================ */

footer.entry-footer {
        text-align: center;
}
footer .widgets {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
}
footer#colophon {
        background: #1e1b4b;
        color: rgba(255,255,255,0.85);
        padding: 0;
        border-top: none;
        max-width: 100%;
        text-align: left;
        position: relative;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
body:not(.theme-preset-active) footer#colophon {
        background: #1e1b4b;
}
footer#colophon > .container,
footer#colophon > .container-fluid {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
}
footer#colophon a {
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        transition: color 0.2s;
}
footer#colophon a:hover {
        color: #FFFFFF;
}

.footer-top {
        background: #252060;
        padding: 48px 0 40px;
}

.footer-top-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 40px;
}

.footer-col h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin: 0 0 18px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #14b8a6;
        display: inline-block;
}

.footer-col p {
        font-size: 13px;
        color: rgba(255,255,255,0.55);
        line-height: 1.7;
        margin: 0 0 12px;
}

.footer-col .footer-brand {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 14px;
        display: block;
        letter-spacing: -0.02em;
}

.footer-col .footer-brand span {
        color: var(--sky);
}

.footer-col-links {
        list-style: none;
        padding: 0;
        margin: 0;
}

.footer-col-links li {
        margin-bottom: 8px;
}

.footer-col-links li a {
        color: rgba(255,255,255,0.55) !important;
        font-size: 13px;
        text-decoration: none !important;
        transition: color 0.2s, padding-left 0.2s;
        display: block;
        font-weight: 400;
}

.footer-col-links li a:hover {
        color: #fff !important;
        padding-left: 4px;
}

.footer-middle {
        background: #1a1745;
        padding: 32px 0;
}

.footer-middle-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
}

.footer-rg {
        text-align: center;
        padding: 0;
        border: none;
        margin: 0;
}

.footer-rg-title {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: rgba(255,255,255,0.4);
        margin-bottom: 18px;
}

.rg-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 20px;
}

.rg-logos a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        transition: opacity 0.2s;
}

.rg-logos a:hover {
        opacity: 0.8;
}

.age-badge {
        background: #dc2626;
        color: #FFF;
        font-weight: 800;
        font-size: 14px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border: 2px solid #ef4444;
}

.rg-logo-box {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,0.05);
        padding: 8px 16px;
        border-radius: 6px;
        border: 1px solid rgba(255,255,255,0.08);
        transition: background 0.2s, border-color 0.2s;
}

.rg-logo-box:hover {
        background: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.15);
}

.rg-logo-box svg {
        flex-shrink: 0;
}

.rg-logo-box span {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.3px;
}

.rg-logo-box.bga span { color: #60a5fa; }
.rg-logo-box.gc span { color: #4ade80; }
.rg-logo-box.gs span { color: #fb923c; }
.rg-logo-box.ukgc span { color: #fbbf24; }

.rg-logo-box .footer-sprite {
        filter: brightness(0.8);
}

.rg-text {
        font-size: 12px;
        color: rgba(255,255,255,0.4);
        max-width: 720px;
        margin: 0 auto;
        line-height: 1.7;
        text-align: center;
}

.rg-text a {
        color: rgba(255,255,255,0.55) !important;
        text-decoration: underline !important;
        text-underline-offset: 2px;
        font-weight: 500;
}

.rg-text a:hover {
        color: #FFF !important;
}

.footer-disclosure-bar {
        background: #1a1745;
        padding: 24px 0;
        border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-disclosure-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
}

.footer-disclosure {
        border: none;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
}

.footer-disclosure p {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        line-height: 1.8;
        margin: 0;
        text-align: center;
}

.footer-disclosure a {
        color: rgba(255,255,255,0.5) !important;
        text-decoration: underline !important;
        text-underline-offset: 2px;
}

.footer-disclosure a:hover {
        color: #FFF !important;
}

.footer-bottom {
        background: #15123b;
        padding: 20px 0;
        border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-bottom-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.footer-copyright {
        text-align: left;
        padding: 0;
}

.footer-copyright p {
        font-size: 12px;
        color: rgba(255,255,255,0.3);
        margin: 0;
        line-height: 1.5;
}

.footer-bottom-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
}

.footer-bottom-links li a {
        color: rgba(255,255,255,0.35) !important;
        font-size: 11px;
        text-decoration: none !important;
        font-weight: 500;
        transition: color 0.2s;
}

.footer-bottom-links li a:hover {
        color: rgba(255,255,255,0.7) !important;
}
.footer-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
        text-align: center;
        margin-bottom: 1rem;
}

.footer-logos img {
        height: 40px;
        width: auto;
        opacity: 0.6;
        transition: opacity 0.2s;
}
.footer-logos img:hover {
        opacity: 1;
}
.footer-logos a span {
    display: none;
}
.footer-sprite {
        background-image: url(images/footer-sprite.png);
        background-repeat: no-repeat;
        display: inline-block;
        zoom: 0.7;
        -moz-transform: scale(0.7);
        -moz-transform-origin: 0 0;
        filter: brightness(0.7);
}

.footer-sprite-18plus-logo {
        width: 100px;
        height: 100px;
        background-position: -5px -5px;
}

.footer-sprite-dmca-badge-w100-2x1-03 {
        width: 155px;
        height: 100px;
        background-position: -700px -5px;
}

.footer-sprite-ecogra {
        width: 144px;
        height: 53px;
        background-position: -184px -5px;
}

.footer-sprite-gambling-therapy {
        width: 105px;
        height: 53px;
        background-position: -338px -5px;
}

.footer-sprite-gamcare {
        width: 53px;
        height: 53px;
        background-position: -453px -5px;
}

.footer-sprite-begambleaware {
        width: 332px;
        height: 100px;
        background-position: -100px -5px;
}

.footer-sprite-igc {
        width: 83px;
        height: 53px;
        background-position: -746px -5px;
}

.footer-sprite-when-the-fun-stops {
        width: 220px;
        height: 53px;
        background-position: -839px -5px;
}

.footer-sprite-gambling-commission {
        width: 260px;
        height: 100px;
        background-position: -435px -5px;
}

.footer-logos > a {
        display: inline-block;
        margin: 0 1rem;
}

.footer-logos a i {
        display: block;
}

.footer-logos strong {
        opacity: 0;
        position: absolute;
}
/* --- Pre-Footer: Author Bar (#text-5) --- */
.bos-pre-footer {
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 36px 0;
}
.bos-pre-footer__inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 24px;
}
#text-5.bos-pre-footer-widget {
        margin: 0;
}
#text-5 .textwidget p:first-child {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 4px;
        line-height: 1.5;
}
#text-5 .textwidget p:last-child {
        font-size: 13px;
        color: rgba(255,255,255,0.55);
        line-height: 1.7;
        margin-bottom: 0;
}
#text-5 .textwidget a {
        color: #14b8a6;
        text-decoration: underline;
        text-underline-offset: 2px;
}
#text-5 .textwidget a:hover {
        color: #fff;
}

/* --- Footer Widget Columns (3-col layout) --- */
footer .widgets .row {
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding-bottom: 36px;
}
footer .widgets .widget {
        margin-bottom: 0;
}
footer .widgets #media_image-2 {
        margin-bottom: 16px;
}
footer .widgets #media_image-2 img {
        max-width: 220px;
        height: auto;
}
footer .widgets #text-6 .textwidget p {
        font-size: 13px;
        color: rgba(255,255,255,0.55);
        line-height: 1.7;
        margin-bottom: 0;
}
footer .widgets .widget-title {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 16px;
        padding-bottom: 0;
        border: none;
}
footer .widgets .widget-title span {
        color: #fff;
}
footer .widgets .widget_nav_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
}
footer .widgets .widget_nav_menu ul li {
        margin-bottom: 8px;
    display: block;
    margin-left: 0;
}
footer .widgets .widget_nav_menu ul li a {
        font-size: 14px;
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        transition: color 0.2s;
}
footer .widgets .widget_nav_menu ul li a:hover {
        color: #fff;
}

/* --- Footer Logos (#custom_html-3) — Don't touch logos, just spacing --- */
footer #custom_html-3 {
    text-align: center;
    padding: 28px 0 24px;
    margin-top: 0;
    border: none;
}
footer #custom_html-3 p {
    margin-bottom: 0;
}

/* --- Affiliate Disclosure (#text-7) — Bordered box --- */
footer #text-7 {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    padding: 20px 24px;
    border-radius: var(--radius-md);
    margin: 0;
}
footer #text-7 p {
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin: 0;
}
footer #text-7 a {
    color: #14b8a6;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* --- Gambling Helpline (#text-8) — Bordered box --- */
footer #text-8 {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    padding: 24px;
    border-radius: var(--radius-md);
    margin: 20px 0 0;
}
footer #text-8 .rg-flex {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
footer #text-8 .rg-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
footer #text-8 .rg-icon i {
    font-size: 1.5rem;
    color: #e66263;
    background: #392839;
    padding: 1rem;
    border-radius: 50%;
}
footer #text-8 .rg-content {
    flex: 1;
}
footer #text-8 .rg-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    letter-spacing: 0;
}
footer #text-8 .rg-content p:first-child {
    margin-bottom: 0;
}
footer #text-8 .rg-content .rg-helpline {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 6px;
    line-height: 1.5;
}
footer #text-8 .rg-content .rg-helpline a {
    color: #caa74d;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
footer #text-8 .rg-content .rg-details {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
    margin-bottom: 0;
}
footer #text-8 .rg-content .rg-details a {
    color: #14b8a6;
    text-decoration: underline;
    text-underline-offset: 2px;
}
footer #text-8 .rg-content .rg-details br + a,
footer #text-8 .rg-content .rg-details a + br {
    display: inline;
}

/* --- Risk Disclaimer (#text-3) --- */
footer #text-3 {
    text-align: left;
    border-bottom: none;
    padding: 24px 0 0;
    margin: 0;
}
footer #text-3 p {
    color: rgba(255,255,255,0.4);
    line-height: 1.7;
    margin-bottom: 0;
}

/* --- Copyright (#text-2) --- */
footer #text-2 {
    padding: 24px 0 0;
    margin: 1rem 0 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}
footer #text-2 p {
    color: rgba(255,255,255,0.35);
    margin-bottom: 0;
}

/* --- Footer Menu (between widgets and post-footer) --- */
footer .footer-menu {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 24px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
}
footer .footer-menu .footer-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
}
footer .footer-menu .footer-menu__list li a {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}
footer .footer-menu .footer-menu__list li a:hover {
    color: #fff;
}

/* --- Post-Footer cleanup --- */
.bos-post-footer {
        border-top: none;
        padding: 0 0 36px;
}
.bos-post-footer__inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 24px;
}
ul#menu-footer-menu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul#menu-footer-menu li {
    list-style: none;
}
ul#menu-footer-menu li:first-child {
    margin-left: 0;
}
@media (max-width: 768px) {
        footer#colophon {
                padding: 0;
        }

        .footer-top-inner {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 0 16px;
        }

        .footer-top {
                padding: 36px 0 30px;
        }

        .footer-middle {
                padding: 24px 0;
        }

        .footer-middle-inner {
                padding: 0 16px;
        }

        .rg-logos {
                gap: 10px;
        }

        .rg-logo-box {
                padding: 6px 10px;
        }

        .rg-logo-box span {
                font-size: 10px;
        }

        .footer-disclosure-bar {
                padding: 18px 0;
        }

        .footer-disclosure-inner {
                padding: 0 16px;
        }

        .footer-bottom-inner {
                flex-direction: column;
                gap: 12px;
                text-align: center;
                padding: 0 16px;
        }

        .footer-copyright {
                text-align: center;
        }

        .footer-bottom-links {
                justify-content: center;
        }
}

#cookie-notice .cn-button {
        background: var(--sky);
        color: #fff;
        font-weight: 600;
        border-radius: var(--radius-sm);
}

#scroll-top {
        display: none;
}

.post-modified-info {
        font-size: 10px;
}
.post-modified-info a {
        color: var(--sky);
}

.unyson.page-builder .lwptoc {
        width: 100%;
}


/* ============================================
   AUTHOR BOX
   ============================================ */

.author-box {
        max-width: 1110px;
        margin: 40px 15px;
}
.home .author-box {
        margin: 0 15px;
}
.author-box .author-box-wrap {
        background: var(--white);
        padding: 24px;
        border-radius: var(--radius-lg);
        border: 1px solid var(--card-border);
        box-shadow: var(--shadow-sm);
        margin-bottom: 2rem;
}
.author-box .gravatar img {
        border-radius: 50%;
        margin-right: 15px;
        border: 3px solid var(--sky);
        box-shadow: 0 0 0 4px rgba(14,165,233,0.1);
}
.author-box .author-box-header {
        position: relative;
        display: flex;
        padding-bottom: 0px;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        flex: 1 1 0%;
}
.author-box .authorname {
        font-size: 22px;
        font-weight: 800;
        color: var(--slate);
}


/* ============================================
   TOOLTIPSTER
   ============================================ */

.tooltip_templates {
        display: none;
}

.tooltipster-sidetip [id*=tooltip_content_] {
        background: #fff;
        border: 1px solid var(--card-border);
        border-radius: var(--radius-md);
        max-width: 220px;
        padding: 16px;
        text-align: center;
        box-shadow: var(--shadow-lg);
}
.tooltipster-sidetip [id*=tooltip_content_] p {
        font-size: 12px;
        line-height: 1.4;
}
.tooltipster-sidetip [id*=tooltip_content_] .title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        color: var(--slate);
}
.tooltipster-sidetip [id*=tooltip_content_] .btn {
        display: inline-block;
        color: #fff !important;
        text-align: center;
        padding: 6px 16px;
        font-size: 13px;
        margin: 0 auto;
        text-decoration: none;
}
#tooltipster-370119.tooltipster-sidetip .tooltipster-box {
        max-width: 500px;
}
.tooltip.tooltipstered {
        text-decoration: none;
        border-bottom: 1px dashed var(--sky);
}
.text-dark {
        color: var(--text-secondary);
}


/* ============================================
   TOOLTIPSTER CORE CSS
   ============================================ */

.tooltipster-base {
        display: flex;
        pointer-events: none;
        position: absolute;
}

.tooltipster-box {
        flex: 1 1 auto;
}

.tooltipster-content {
        box-sizing: border-box;
        max-height: 100%;
        max-width: 100%;
        overflow: auto;
}

.tooltipster-ruler {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
}


/* ============================================
   TOOLTIPSTER ANIMATIONS
   ============================================ */

.tooltipster-fade {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
        opacity: 1;
}

.tooltipster-grow {
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -o-transform: scale(0,0);
        -ms-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
        opacity: 0;
        -webkit-transform: rotateZ(4deg);
        -moz-transform: rotateZ(4deg);
        -o-transform: rotateZ(4deg);
        -ms-transform: rotateZ(4deg);
        transform: rotateZ(4deg);
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
        -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
        -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
        -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
        -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
        transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
        -webkit-transition-property: top;
        -moz-transition-property: top;
        -o-transition-property: top;
        -ms-transition-property: top;
        transition-property: top;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
        top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0 !important;
        opacity: 0;
}

.tooltipster-slide {
        -webkit-transition-property: left;
        -moz-transition-property: left;
        -o-transition-property: left;
        -ms-transition-property: left;
        transition-property: left;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
        left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0 !important;
        opacity: 0;
}

a.tooltipy {
        position: relative;
        display: inline-block;
        color: var(--sky);
        opacity: 1;
}


/* ============================================
   ADVERTISER DISCLOSURE
   ============================================ */

#advertiser-disclosure {
        position: relative;
        margin-bottom: 30px;
}
.advertiser-disclosure {
        float: right;
        color: var(--text-muted);
        font-size: 12px;
}
.advert-disc {
        display: none;
}
.advertiser-disclosure:hover + .advert-disc {
        position: absolute;
        top: 30px;
        display: block;
        width: 100%;
        margin: 0 auto;
        background: var(--white);
        font-size: 10px;
        border: 1px solid var(--card-border);
        padding: 12px;
        border-radius: var(--radius-md);
        z-index: 99;
        box-shadow: var(--shadow-lg);
}


/* ============================================
   ARCHIVE
   ============================================ */

.archive article {
        background: var(--white);
        border: 1px solid var(--card-border);
        border-radius: var(--radius-lg);
        padding: 25px;
        margin-bottom: 30px;
        box-shadow: var(--shadow-sm);
}
.archive article header .entry-title a {
        color: var(--slate);
        font-weight: 700;
}
.archive article header .entry-title a:hover {
        color: var(--sky);
}
.archive .thumbnail img {
        border-radius: var(--radius-md);
}


/* ============================================
   DESKTOP RESPONSIVE
   ============================================ */

@media (min-width: 768px) {
        #reviews-table .review.head {
                display: flex;
        }
        .hide-mobile {
                display: block;
        }
        .hide-desktop {
                display: none;
        }
        #reviews-table .review .table-data {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .container {
                max-width: none;
        }
        section#hero {
                font-size: 18px;
                background-size: cover;
        }
        section.boxed .container {
                width: 100%;
                margin: 0 auto;
        }
        .lwptoc {
                float: right;
                width: 40%;
                margin-top: 0 !important;
                margin-left: 15px !important;
        }
        .affiliate-disclosure {
                margin-top: -20px;
                margin-bottom: 0;
        }
        #reviews-table .col-md-3 {
                max-width: 200px;
        }
        #reviews-table .col-md-7 {
                max-width: 690px;
                flex: 690px;
        }
        .blog .title a {
                text-align: center;
        }
        ul.sitemap {
                column-count: 2;
        }
        footer .menu li {
                display: inline-block;
                margin: 10px 20px 10px;
        }
}

/* ========================================
   Global Page Components
   ======================================== */

.page-hero {
    background: linear-gradient(135deg, var(--slate) 0%, var(--slate-light) 100%);
    padding: 60px 0 50px;
}

.page-hero .fw-special-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.page-hero .fw-special-subtitle {
    color: var(--sky-light);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 8px;
}

.page-hero h2 {
    color: var(--sky-light);
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.page-hero a {
    color: var(--sky-light);
    font-weight: 600;
    text-decoration: none;
}

.page-hero a:hover {
    text-decoration: underline;
}

.page-section {
    padding: 50px 0;
    background: #ffffff;
}

.page-section--alt {
    padding: 50px 0;
    background: var(--gray-50);
}

.page-section--dark {
    padding: 50px 0;
    background: var(--slate);
}

.page-section--centered {
    text-align: center;
}

.page-section .fw-special-title,
.page-section--alt .fw-special-title {
    color: var(--slate);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.page-section--dark .fw-special-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 25px;
}

.page-section--alt .fw-special-subtitle {
    color: var(--sky);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 5px;
    margin-bottom: 20px;
}

.page-section p,
.page-section--alt p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.page-section--dark p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.page-section a,
.page-section--alt a {
    color: var(--sky);
    font-weight: 600;
    text-decoration: none;
}

.page-section a:hover,
.page-section--alt a:hover {
    text-decoration: underline;
}

.page-section--dark a {
    color: var(--sky-light);
    font-weight: 600;
    text-decoration: none;
}

.page-section--dark a:hover {
    text-decoration: underline;
}

.numbered-steps {
    counter-reset: step-number;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.numbered-steps li {
    position: relative;
    padding: 14px 18px 14px 58px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    counter-increment: step-number;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.numbered-steps li:hover {
    box-shadow: var(--shadow-sm);
    border-color: rgba(14,165,233,0.2);
}

.numbered-steps li::before {
    content: counter(step-number);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-card {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-left: 4px solid var(--sky);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    padding: 20px 24px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-xs);
}

.info-card h4 {
    color: var(--slate);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.info-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.dark-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    padding: 22px 24px;
    margin-bottom: 14px;
    transition: background 0.2s ease;
}

.dark-card:hover {
    background: rgba(255, 255, 255, 0.08);
}

.dark-card h4 {
    color: var(--sky-light);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.dark-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.step-cards {
    counter-reset: step-counter;
    margin: 20px 0;
}

.step-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 24px 24px 24px 72px;
    margin-bottom: 16px;
    counter-increment: step-counter;
    box-shadow: var(--shadow-xs);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.step-card:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(14,165,233,0.15);
}

.step-card::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 24px;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-card h3 {
    color: var(--slate);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.step-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.step-card p:last-child {
    margin-bottom: 0;
}

.step-card ul {
    padding-left: 18px;
    margin: 10px 0;
}

.step-card ul li {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 4px;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin: 20px 0;
}

.spec-item {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 18px 20px;
    box-shadow: var(--shadow-xs);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.spec-item:hover {
    box-shadow: var(--shadow-sm);
    border-color: rgba(14,165,233,0.15);
}

.spec-item strong {
    display: block;
    color: var(--slate);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.spec-item span {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.6;
    display: block;
}

.data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin: 20px 0;
    box-shadow: var(--shadow-sm);
}

.data-table thead th {
    background: var(--slate);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.data-table tbody td {
    padding: 12px 16px;
    font-size: 13px;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--gray-100);
    line-height: 1.6;
    vertical-align: top;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

.data-table tbody tr:nth-child(even) {
    background: var(--gray-50);
}

.data-table .weight-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

.criteria-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.criteria-list li {
    position: relative;
    padding: 14px 18px 14px 45px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
    transition: background 0.2s ease;
}

.criteria-list li:hover {
    background: rgba(255, 255, 255, 0.08);
}

.stat-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 18px 0 0;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-md);
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.stat-bar span {
    white-space: nowrap;
}

.stat-bar strong {
    color: var(--sky-light);
    font-weight: 600;
}

.evidence-box {
    background: linear-gradient(135deg, var(--slate), var(--slate-light));
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    padding: 22px 26px;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.85);
}

.evidence-box .evidence-label {
    display: inline-block;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.evidence-box p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.8);
}

.evidence-box p:last-child {
    margin-bottom: 0;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 25px 0 10px;
}

.highlight-stat {
    background: linear-gradient(135deg, var(--slate) 0%, var(--slate-light) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    text-align: center;
}

.highlight-stat__number {
    font-size: 38px;
    font-weight: 800;
    color: var(--sky-light);
    line-height: 1;
    margin-bottom: 6px;
}

.highlight-stat__label {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.highlight-stat__detail {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.pros-list,
.cons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-list h4,
.cons-list h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
}

.pros-list h4 {
    color: var(--green-cta);
}

.cons-list h4 {
    color: var(--red-accent);
}

.pros-list li,
.cons-list li {
    position: relative;
    padding: 10px 14px 10px 38px;
    margin-bottom: 8px;
    background: #ffffff;
    border-radius: var(--radius-sm);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
    border: 1px solid var(--card-border);
}

.pros-list li::before {
    content: "\2713" !important;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green-cta);
    font-size: 15px;
    font-weight: 700;
    background: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    vertical-align: baseline !important;
}

.cons-list li::before {
    content: "\2715" !important;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red-accent);
    font-size: 14px;
    font-weight: 700;
    background: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    vertical-align: baseline !important;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-xs);
}

.faq-question {
    display: block;
    width: 100%;
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 600;
    color: var(--slate);
    background: none;
    border: none;
    text-align: left;
    cursor: default;
}

.faq-answer {
    padding: 0 22px 18px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-secondary);
    border-top: 1px solid var(--gray-100);
    padding-top: 14px;
}

.faq-answer p {
    margin: 0;
}

.methodology-card {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-top: 3px solid var(--sky);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-xs);
}

.methodology-card h3 {
    color: var(--slate);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    gap: 10px;
}

.methodology-card .weight-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: #ffffff;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.methodology-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 10px;
}

.methodology-card p:last-child {
    margin-bottom: 0;
}

.methodology-card ul li {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .page-hero {
        padding: 40px 0 35px;
    }

    .page-hero .fw-special-title {
        font-size: 26px;
    }

    .page-section,
    .page-section--alt,
    .page-section--dark {
        padding: 35px 0;
    }

    .page-section .fw-special-title,
    .page-section--alt .fw-special-title,
    .page-section--dark .fw-special-title {
        font-size: 22px;
    }

    .numbered-steps li {
        padding: 10px 12px 10px 48px;
        font-size: 13px;
    }

    .info-card,
    .dark-card {
        padding: 16px 18px;
    }

    .step-card {
        padding: 18px 16px 18px 58px;
    }

    .step-card::before {
        left: 14px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .step-card h3 {
        font-size: 16px;
    }

    .spec-grid {
        grid-template-columns: 1fr;
    }

    .entry-content,
    article .post-content,
    .fw-col-inner {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .data-table thead th {
        padding: 10px 12px;
        font-size: 11px;
        white-space: nowrap;
    }

    .data-table tbody td {
        padding: 10px 12px;
        font-size: 11px;
        white-space: nowrap;
    }

    .pros-cons {
        grid-template-columns: 1fr;
    }

    .stat-bar {
        gap: 6px 14px;
        padding: 12px 16px;
        font-size: 12px;
    }

    .evidence-box {
        padding: 16px 18px;
    }

    .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .highlight-stat {
        padding: 18px 14px;
    }

    .highlight-stat__number {
        font-size: 28px;
    }

    .highlight-stat__label {
        font-size: 12px;
    }

    .highlight-stat__detail {
        font-size: 11px;
    }

    .faq-question {
        padding: 14px 18px;
        font-size: 14px;
    }

    .faq-answer {
        padding: 0 18px 14px;
        padding-top: 12px;
        font-size: 13px;
    }

    .methodology-card {
        padding: 18px;
    }

    .methodology-card h3 {
        font-size: 15px;
    }
}

/* ==========================================================================
   Accordion
   ========================================================================== */

.accordion {
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 25px;
}

.accordion .card {
    border: none;
    border-bottom: 1px solid var(--gray-100);
    border-radius: 0;
    background: #ffffff;
}

.accordion .card:last-child {
    border-bottom: none;
}

.accordion .card-header {
    background: #ffffff;
    border-bottom: none;
    padding: 0;
}

.accordion .card-header button,
.accordion .card-header a,
.accordion .card-header .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--slate);
    text-decoration: none;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1.4;
}

.accordion .card-header button:hover,
.accordion .card-header a:hover,
.accordion .card-header .btn-link:hover {
    background: var(--gray-50);
    color: var(--sky);
    text-decoration: none;
}

.accordion .card-header button:focus,
.accordion .card-header a:focus,
.accordion .card-header .btn-link:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.accordion .card-header button::after,
.accordion .card-header a::after,
.accordion .card-header .btn-link::after {
    content: "\002B";
    font-size: 22px;
    font-weight: 700;
    color: var(--sky);
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.accordion .card-header button[aria-expanded="true"]::after,
.accordion .card-header a[aria-expanded="true"]::after,
.accordion .card-header .btn-link[aria-expanded="true"]::after {
    content: "\2212";
}

.accordion .card-header button[aria-expanded="true"],
.accordion .card-header a[aria-expanded="true"],
.accordion .card-header .btn-link[aria-expanded="true"] {
    color: var(--sky);
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
}

.accordion .card-body {
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-secondary);
    background: var(--gray-50);
}

.accordion .card-body p {
    margin: 0 0 12px;
}

.accordion .card-body p:last-child {
    margin-bottom: 0;
}

.accordion .card-body ul,
.accordion .card-body ol {
    padding-left: 20px;
    margin: 0 0 12px;
}

.accordion .card-body li {
    margin-bottom: 6px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .accordion .card-header button,
    .accordion .card-header a,
    .accordion .card-header .btn-link {
        padding: 14px 16px;
        font-size: 14px;
    }

    .accordion .card-body {
        padding: 16px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Casino Toplist Shortcode
   ========================================================================== */

.toplist-offers {
    clear: both;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.toplist-offers__item {
    display: grid;
    grid-template-columns: 180px 1fr 200px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 24px;
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    margin-bottom: 12px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
}

.toplist-offers__item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: rgba(14,165,233,0.15);
}

.toplist-offers__brand {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplist-offers__rank {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 3;
}

.toplist-offers__rank-number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(14,165,233,0.35);
}

.toplist-offers__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.toplist-offers__logo a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.toplist-offers__logo img {
    width: 160px;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
}

.toplist-offers__rating {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: baseline;
    gap: 2px;
    background: linear-gradient(135deg, #1e293b, #334155);
    padding: 4px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    white-space: nowrap;
}

.toplist-offers__rating-score {
    font-size: 16px;
    font-weight: 800;
    color: var(--amber);
    line-height: 1;
}

.toplist-offers__rating-label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
}

.toplist-offers__info {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toplist-offers__tagline {
    font-size: 13px;
    color: var(--sky);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.toplist-offers__bonus {
    font-size: 17px;
    font-weight: 700;
    color: var(--slate);
    line-height: 1.4;
}

.toplist-offers__cta {
    grid-row: 1;
    grid-column: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.toplist-offers__btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--green-cta), var(--green-cta-dark));
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-md);
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(34,197,94,0.3);
}

.toplist-offers__btn:hover {
    background: linear-gradient(135deg, var(--green-cta-light), var(--green-cta));
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(34,197,94,0.35);
    color: #fff !important;
}

.toplist-offers__review-link {
    font-size: 12px;
    color: var(--sky) !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.2s ease;
}

.toplist-offers__review-link:hover {
    color: var(--slate) !important;
    text-decoration: underline !important;
}

.toplist-offers__terms-toggle {
    display: none;
}

.toplist-offers__terms {
    grid-row: 2;
    grid-column: 1 / -1;
    padding-top: 10px;
    border-top: 1px solid var(--gray-100);
    margin-top: 10px;
}

.toplist-offers__terms p {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .toplist-offers__item {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 14px 0;
        padding: 20px 16px;
        text-align: center;
    }

    .toplist-offers__brand {
        grid-row: auto;
        grid-column: 1;
        justify-content: center;
        margin-bottom: 6px;
    }

    .toplist-offers__rank {
        top: -6px;
        left: calc(50% - 80px - 4px);
    }

    .toplist-offers__logo img {
        width: 160px;
    }

    .toplist-offers__rating {
        bottom: -10px;
    }

    .toplist-offers__info {
        grid-row: auto;
        grid-column: 1;
        text-align: center;
        align-items: center;
    }

    .toplist-offers__bonus {
        font-size: 15px;
    }

    .toplist-offers__cta {
        grid-row: auto;
        grid-column: 1;
    }

    .toplist-offers__btn {
        padding: 14px 24px;
        font-size: 15px;
    }

    .toplist-offers__terms {
        grid-row: auto;
        grid-column: 1;
        display: block;
        text-align: center;
    }

    .toplist-offers__terms-toggle {
        display: none;
    }
}

/* ==========================================================================
   Mini Reviews Shortcode
   ========================================================================== */

.mini-reviews {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.mini-reviews__intro {
    margin-bottom: 35px;
}

.mini-reviews__intro p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-secondary);
}

.mini-reviews__card {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.mini-reviews__card:hover {
    box-shadow: var(--shadow-lg);
    border-color: rgba(14,165,233,0.15);
}

.mini-reviews__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 800;
    color: var(--slate);
    margin: 0 0 20px 0;
    flex-wrap: wrap;
    letter-spacing: -0.02em;
}

.mini-reviews__number {
    color: var(--sky);
    font-weight: 800;
}

.mini-reviews__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    margin-left: auto;
    letter-spacing: 0.02em;
}

.mini-reviews__screenshot {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid var(--gray-200);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mini-reviews__screenshot a {
    display: block;
    text-decoration: none;
}

.mini-reviews__screenshot img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 565px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease;
}

.mini-reviews__screenshot:hover img {
    transform: scale(1.02);
}

.mini-reviews__screenshot-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mini-reviews__screenshot:hover .mini-reviews__screenshot-overlay {
    opacity: 1;
}

.mini-reviews__screenshot-cta {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--green-cta), var(--green-cta-dark));
    border-radius: var(--radius-md);
    box-shadow: 0 4px 12px rgba(34,197,94,0.35);
}

.mini-reviews__bonus {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(14,165,233,0.06), rgba(14,165,233,0.02));
    border-left: 4px solid var(--sky);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.mini-reviews__bonus-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sky-dark);
}

.mini-reviews__bonus-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--slate);
}

.mini-reviews__section {
    margin-bottom: 20px;
}

.mini-reviews__section p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.mini-reviews__section-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--slate);
    margin: 0 0 10px 0;
}
.mini-reviews__best-for {
    background: var(--gray-50);
    border-radius: var(--radius-md);
    padding: 14px 18px;
    margin-bottom: 20px;
    border-left: 3px solid var(--teal);
}

.mini-reviews__best-for p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

.mini-reviews__not-ideal {
    background: #fef2f2;
    border-radius: var(--radius-md);
    padding: 14px 18px;
    margin-bottom: 20px;
    border-left: 3px solid #ef4444;
}

.mini-reviews__not-ideal p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

.mini-reviews__body {
    margin-bottom: 20px;
}

.mini-reviews__body p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.mini-reviews__highlights {
    background: var(--gray-50);
    border-radius: var(--radius-md);
    padding: 18px 22px;
    margin-bottom: 22px;
}

.mini-reviews__highlights-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--slate);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px 0;
}

.mini-reviews__highlights p,
.mini-reviews__highlights li {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0 0 8px 0;
}

.mini-reviews__highlights p:last-child,
.mini-reviews__highlights li:last-child {
    margin-bottom: 0;
}

.mini-reviews__highlights li::before {
    content: "\2713";
    color: var(--green-cta);
    font-weight: 700;
    font-size: 14px;
}

.mini-reviews__more-info {
    background: var(--gray-50);
    border-radius: var(--radius-md);
    padding: 18px 22px;
    margin-bottom: 22px;
    border-left: 3px solid var(--sky);
}

.mini-reviews__more-info-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--slate);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px 0;
}

.mini-reviews__more-info p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0 0 8px 0;
}

.mini-reviews__more-info p:last-child {
    margin-bottom: 0;
}

.mini-reviews__pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 22px;
}

.mini-reviews__pros,
.mini-reviews__cons {
    background: var(--gray-50);
    border-radius: var(--radius-md);
    padding: 18px 22px;
}

.mini-reviews__pros {
    border-top: 3px solid var(--green-cta);
}

.mini-reviews__cons {
    border-top: 3px solid var(--red-accent);
}

.mini-reviews__pros-title,
.mini-reviews__cons-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px 0;
}

.mini-reviews__pros-title {
    color: var(--green-cta-dark);
}

.mini-reviews__cons-title {
    color: #dc2626;
}

.mini-reviews__pros ul,
.mini-reviews__cons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mini-reviews__pros li,
.mini-reviews__cons li {
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.mini-reviews__pros li::before {
    content: "\2713" !important;
    position: absolute;
    left: 0;
    color: var(--green-cta);
    font-weight: 700;
    background: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}

.mini-reviews__cons li::before {
    content: "\2715" !important;
    position: absolute;
    left: 0;
    color: var(--red-accent);
    font-weight: 700;
    background: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}

.mini-reviews__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.mini-reviews__btn-visit {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--green-cta), var(--green-cta-dark));
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: var(--radius-md);
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(34,197,94,0.3);
}

.mini-reviews__btn-visit:hover {
    background: linear-gradient(135deg, var(--green-cta-light), var(--green-cta));
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(34,197,94,0.4);
    color: #fff !important;
}

.mini-reviews__btn-review {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    color: var(--sky) !important;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid var(--sky);
    border-radius: var(--radius-md);
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.mini-reviews__btn-review:hover {
    background: var(--sky);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.mini-reviews__remark {
    font-weight: 600;
    color: var(--sky);
}
.mini-reviews__terms {
    font-size: 12px;
    margin-top: 1rem;
    color: var(--gray-400);
}
.company-data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 10px;
        margin-bottom: 1rem;
}

.company-data-table tr {
    border-bottom: 1px solid var(--gray-100);
}

.company-data-table tr:last-child {
    border-bottom: none;
}

.company-data-table td {
    padding: 8px 12px;
    vertical-align: top;
    line-height: 1.5;
}

.company-data-table td:first-child {
    font-weight: 600;
    color: var(--slate-700);
    white-space: nowrap;
    width: 160px;
}

.company-data-table td:last-child {
    color: var(--slate-600);
}

@media (max-width: 768px) {
    .mini-reviews__card {
        padding: 20px;
        margin-bottom: 25px;
    }

    .mini-reviews__heading {
        font-size: 18px;
    }

    .mini-reviews__badge {
        margin-left: 0;
    }

    .mini-reviews__bonus {
        flex-direction: column;
        gap: 4px;
    }

    .mini-reviews__body p {
        font-size: 14px;
    }

    .mini-reviews__actions {
        flex-direction: column;
    }

    .mini-reviews__btn-visit,
    .mini-reviews__btn-review {
        text-align: center;
        width: 100%;
    }

    .mini-reviews__pros-cons {
        grid-template-columns: 1fr;
    }

    .mini-reviews__pros li,
    .mini-reviews__cons li {
        font-size: 12px;
    }

    .mini-reviews__screenshot-overlay {
        opacity: 1;
        background: rgba(15, 23, 42, 0.4);
    }

    .mini-reviews__screenshot-cta {
        font-size: 14px;
        padding: 10px 20px;
    }

    .company-data-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .company-data-table td:first-child {
        width: auto;
        white-space: normal;
        min-width: 100px;
    }
    .company-data-table td {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* ============================================================
   HOMEPAGE SECTIONS
   ============================================================ */

.bos-comparison-section,
.bos-slots-section,
.bos-testing-section,
.bos-lookfor-section,
.bos-rtp-section,
.bos-bonuses-section,
.bos-ukgc-section,
.bos-mobile-section,
.bos-responsible-section,
.bos-faq-section {
    padding: 48px 0;
}


.bos-comparison-section,
.bos-testing-section,
.bos-rtp-section,
.bos-ukgc-section,
.bos-responsible-section {
    background-color: #f8fafc;
}

.bos-slots-section,
.bos-lookfor-section,
.bos-bonuses-section,
.bos-mobile-section,
.bos-faq-section {
    background-color: #ffffff;
}

.bos-section-title .fw-special-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.bos-section-title .fw-special-subtitle {
    display: none;
}

.bos-intro-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 20px;
}

.bos-text-content p,
.bos-slot-reviews p {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 16px;
}

.bos-text-content h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0f172a;
    margin-top: 28px;
    margin-bottom: 12px;
}

.bos-text-content strong,
.bos-slot-reviews strong {
    color: #0f172a;
    font-weight: 600;
}

.bos-text-content ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.bos-text-content ul li {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 8px;
}

/* ============================================================
   INFO BOXES
   ============================================================ */

.bos-info-box {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    border-left: 4px solid #0ea5e9;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
    margin: 20px 0;
}

.bos-info-box p {
    font-size: 14px;
    line-height: 1.7;
    color: #1e3a5f;
    margin-bottom: 0;
}

.bos-info-box strong {
    color: #0c4a6e;
}

/* ============================================================
   TABLES (shared)
   ============================================================ */

.bos-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 24px 0;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
}

.bos-table thead th {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #f1f5f9;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 14px;
    text-align: left;
    white-space: nowrap;
}

.bos-table tbody td {
    padding: 10px 2px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    vertical-align: middle;
}

.bos-table tbody tr:last-child td {
    border-bottom: none;
}

.bos-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.bos-table tbody tr:hover {
    background-color: #f0f9ff;
}

.bos-table-note {
    font-size: 13px;
    color: #64748b;
    font-style: italic;
    margin-top: -16px;
    margin-bottom: 16px;
}

/* ============================================================
   COMPARISON TABLE (wider, horizontal scroll on mobile)
   ============================================================ */

.bos-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bos-comparison-table td:nth-child(2),
.bos-bonus-table td:first-child,
.bos-ukgc-table td:first-child,
.bos-slots-table td:nth-child(2) {
    font-weight: 600;
    color: #0f172a;
}

.bos-comparison-table td:nth-child(7),
.bos-bonus-table td:nth-child(6) {
    color: #059669;
    font-weight: 600;
}

.bos-comparison-table td:nth-child(8) {
    font-weight: 600;
}

/* ============================================================
   SLOTS TABLE
   ============================================================ */

.bos-slots-table td:nth-child(4) {
    font-weight: 600;
    color: #0ea5e9;
}

.bos-slots-table td:nth-child(5) {
    font-weight: 500;
}

.bos-slots-table td:nth-child(6) {
    color: #059669;
    font-weight: 600;
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */

.bos-faq-section .accordion {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.bos-faq-section .accordion-title {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    cursor: pointer;
    background: #ffffff;
    transition: background-color 0.2s ease;
    position: relative;
    padding: 16px 44px 16px 20px;
}
.bos-faq-section .accordion-title .ui-accordion-header-icon,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    left: auto;
}

.bos-faq-section .accordion-title:hover {
    background-color: #f8fafc;
}

.bos-faq-section .accordion-title.ui-state-active,
.bos-faq-section .accordion-title.active {
    background-color: #f0f9ff;
    color: #0ea5e9;
}

.bos-faq-section .accordion-content {
    padding: 16px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.bos-faq-section .accordion-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}

/* ============================================================
   SLOT REVIEWS (individual game descriptions)
   ============================================================ */

.bos-slot-reviews {
    margin-top: 32px;
}

.bos-slot-reviews p {
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}

.bos-slot-reviews p:last-child {
    border-bottom: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .bos-comparison-section,
    .bos-slots-section,
    .bos-testing-section,
    .bos-lookfor-section,
    .bos-rtp-section,
    .bos-bonuses-section,
    .bos-ukgc-section,
    .bos-mobile-section,
    .bos-responsible-section,
    .bos-faq-section {
        padding: 32px 0;
    }

    .bos-section-title .fw-special-title {
        font-size: 22px;
    }

    .bos-table {
        font-size: 13px;
    }

    .bos-table thead th {
        font-size: 11px;
        padding: 10px 10px;
    }

    .bos-table tbody td {
        padding: 8px 10px;
    }

    .bos-text-content p,
    .bos-slot-reviews p,
    .bos-intro-text p {
        font-size: 14px;
    }

    .bos-faq-section .accordion-title {
        font-size: 14px;
        padding: 14px 16px;
    }

    .bos-faq-section .accordion-content {
        padding: 14px 16px;
    }

    .bos-faq-section .accordion-content p {
        font-size: 14px;
    }

    .bos-info-box {
        padding: 12px 16px;
    }

    .bos-info-box p {
        font-size: 13px;
    }
}

/* ============================================
   ABOUT US PAGE STYLES
   ============================================ */

.bos-about-title .fw-special-title {
        font-size: 36px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 16px;
}
.bos-about-section-title .fw-special-title {
        font-size: 28px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 3px solid #059669;
        display: inline-block;
}

.bos-about-intro-section {
        background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 50%, #f0f9ff 100%);
        padding: 60px 0 50px;
}
.bos-about-intro-text p {
        font-size: 18px;
        line-height: 1.8;
        color: #334155;
}
.bos-about-intro-text p:first-child {
        font-size: 20px;
        font-weight: 500;
        color: #0f172a;
}

.bos-about-different-section {
        background: #ffffff;
        padding: 60px 0;
}
.bos-about-different-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
}
.bos-about-different-text h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin: 32px 0 8px;
        padding-left: 16px;
        border-left: 4px solid #059669;
}
.bos-about-different-text h3:first-of-type {
        margin-top: 24px;
}

.bos-about-james-section {
        background: #f8fafc;
        padding: 60px 0;
}
.bos-about-james-text {
        background: #ffffff;
        border-radius: 14px;
        padding: 36px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.05);
        border-left: 5px solid #059669;
}
.bos-about-james-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
        margin-bottom: 16px;
}
.bos-about-james-text p:last-child {
        margin-bottom: 0;
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid #e2e8f0;
}
.bos-about-james-text a {
        color: #059669;
        font-weight: 600;
        text-decoration: none;
}
.bos-about-james-text a:hover {
        text-decoration: underline;
}

.bos-about-team-section {
        background: #ffffff;
        padding: 60px 0;
}
.bos-about-team-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
}

.bos-about-money-section {
        background: #fefce8;
        padding: 60px 0;
}
.bos-about-money-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
}
.bos-about-money-text p:first-child {
        font-weight: 600;
        color: #92400e;
        font-size: 17px;
}

.bos-about-testing-section {
        background: #ffffff;
        padding: 60px 0;
}
.bos-about-testing-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
}
.bos-about-testing-text h3 {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        margin: 28px 0 8px;
        padding: 10px 16px;
        background: #f0fdf4;
        border-left: 4px solid #059669;
        border-radius: 0 8px 8px 0;
        display: inline-block;
}
.bos-about-testing-text h3:first-of-type {
        margin-top: 20px;
}

.bos-about-standards-section {
        background: #f1f5f9;
        padding: 60px 0;
}
.bos-about-standards-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
        margin-bottom: 16px;
}
.bos-about-standards-text p:first-child {
        font-weight: 600;
        font-size: 17px;
        color: #0f172a;
}
.bos-about-standards-text strong {
        color: #0f172a;
}

.bos-about-contact-section {
        background: #ffffff;
        padding: 60px 0;
}
.bos-about-contact-text {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        padding: 36px;
}
.bos-about-contact-text p {
        font-size: 16px;
        line-height: 1.7;
        color: #475569;
}
.bos-about-contact-text p:first-child {
        font-size: 18px;
        font-weight: 600;
}
.bos-about-contact-text a {
        color: #059669;
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
}
.bos-about-contact-text a:hover {
        text-decoration: underline;
}

@media (max-width: 768px) {
    .bos-about-intro-section {
        padding: 40px 0 30px;
    }
    .bos-about-title .fw-special-title {
        font-size: 28px;
    }
    .bos-about-section-title .fw-special-title {
        font-size: 22px;
    }
    .bos-about-intro-text p {
        font-size: 16px;
    }
    .bos-about-intro-text p:first-child {
        font-size: 17px;
    }
    .bos-about-james-text {
        padding: 24px;
    }
    .bos-about-contact-text {
        padding: 24px;
    }
    .bos-about-different-section,
    .bos-about-james-section,
    .bos-about-team-section,
    .bos-about-money-section,
    .bos-about-testing-section,
    .bos-about-standards-section,
    .bos-about-contact-section {
        padding: 40px 0;
    }
}

/* ============================================
   CONTACT US PAGE STYLES
   ============================================ */

.bos-contact-intro-section {
        background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 50%, #f0f9ff 100%);
        padding: 60px 0 50px;
}
.bos-contact-title {
        margin-bottom: 16px;
}
.bos-contact-intro-text p {
        font-size: 19px;
        line-height: 1.8;
        color: #334155;
}
.bos-contact-intro-text a {
        color: #059669;
        font-weight: 700;
        text-decoration: none;
}
.bos-contact-intro-text a:hover {
        text-decoration: underline;
}

.bos-contact-help-section {
        background: #ffffff;
        padding: 60px 0;
}
.bos-contact-section-title {
        margin-bottom: 20px;
}
.bos-contact-help-text h3 {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        margin: 28px 0 8px;
        padding-top: 20px;
        border-top: 1px solid #e2e8f0;
}
.bos-contact-help-text h3:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
}
.bos-contact-help-text p {
        font-size: 15px;
        line-height: 1.7;
        color: #475569;
        margin: 0 0 8px;
}

.bos-contact-dont-section {
        background: #f1f5f9;
        padding: 60px 0;
}
.bos-contact-dont-text p {
        font-size: 15px;
        line-height: 1.7;
        color: #475569;
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e2e8f0;
}
.bos-contact-dont-text p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
}
.bos-contact-dont-text a {
        color: #059669;
        font-weight: 600;
        text-decoration: none;
}
.bos-contact-dont-text a:hover {
        text-decoration: underline;
}

.bos-contact-response-section {
        background: #ffffff;
        padding: 60px 0;
}
.bos-contact-response-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
}
.bos-contact-response-text a {
        color: #059669;
        font-weight: 700;
        text-decoration: none;
}
.bos-contact-response-text a:hover {
        text-decoration: underline;
}

@media (max-width: 768px) {
    .bos-contact-intro-section {
        padding: 40px 0 30px;
    }
    .bos-contact-help-section,
    .bos-contact-dont-section,
    .bos-contact-response-section {
        padding: 40px 0;
    }
}

/* ============================================
   TERMS AND CONDITIONS PAGE STYLES
   ============================================ */

.bos-terms-intro-section {
        background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 50%, #f0f9ff 100%);
        padding: 60px 0 50px;
}
.bos-terms-title {
        margin-bottom: 16px;
}
.bos-terms-intro-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #334155;
}
.bos-terms-intro-text a {
        color: #059669;
        font-weight: 600;
        text-decoration: none;
}
.bos-terms-intro-text a:hover {
        text-decoration: underline;
}

.bos-terms-section {
        background: #ffffff;
        padding: 50px 0;
}
.bos-terms-section-alt {
        background: #f8fafc;
        padding: 50px 0;
}
.bos-terms-section-title {
        margin-bottom: 16px;
}
.bos-terms-text p {
        font-size: 15px;
        line-height: 1.8;
        color: #475569;
        margin: 0 0 16px;
}
.bos-terms-text p:last-child {
        margin-bottom: 0;
}
.bos-terms-text a {
        color: #059669;
        font-weight: 600;
        text-decoration: none;
}
.bos-terms-text a:hover {
        text-decoration: underline;
}
.bos-terms-text strong {
        color: #0f172a;
}

@media (max-width: 768px) {
    .bos-terms-intro-section {
        padding: 40px 0 30px;
    }
    .bos-terms-section,
    .bos-terms-section-alt {
        padding: 36px 0;
    }
}

/* ============================================================
   GUIDES LISTING PAGE
   ============================================================ */
.bos-guides-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0 0;
}
.bos-guides-list__card {
    display: block;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 28px 28px 22px;
    text-decoration: none !important;
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
    box-shadow: var(--shadow-sm);
}
.bos-guides-list__card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: rgba(14,165,233,0.2);
}
.bos-guides-list__badge {
    display: inline-block;
    background: #ea580c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.bos-guides-list__title {
    font-size: 19px;
    font-weight: 700;
    color: var(--slate);
    line-height: 1.35;
    margin: 0 0 10px 0;
}
.bos-guides-list__card:hover .bos-guides-list__title {
    color: var(--sky);
}
.bos-guides-list__excerpt {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 16px 0;
}
.bos-guides-list__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--gray-100);
}
.bos-guides-list__date {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}
.bos-guides-list__arrow {
    font-size: 20px;
    color: var(--sky);
    font-weight: 600;
    transition: transform 0.2s ease;
}
.bos-guides-list__card:hover .bos-guides-list__arrow {
    transform: translateX(4px);
}
@media (max-width: 768px) {
    .bos-guides-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .bos-guides-list__card {
        padding: 22px 20px 18px;
    }
    .bos-guides-list__title {
        font-size: 17px;
    }
}

/* ============================================================
   GUIDE PAGES
   ============================================================ */
.bos-guide-breadcrumb {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 16px;
}
.bos-guide-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}
.bos-guide-breadcrumb a:hover {
    color: #059669;
    text-decoration: underline;
}
.bos-guide-breadcrumb .separator {
    margin: 0 6px;
    color: #cbd5e1;
}
.bos-guide-badge {
    display: inline-block;
    background: #f97316;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.bos-guide-hero-section {
    padding: 48px 0 0;
    background: #ffffff;
}
.bos-guide-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 16px;
}
.bos-guide-meta-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 32px;
}
.bos-guide-author-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0;
}
.bos-guide-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1e293b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}
.bos-guide-author-info {
    flex: 1;
}
.bos-guide-author-name {
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
    margin: 0;
}
.bos-guide-author-bio {
    font-size: 13px;
    color: #64748b;
    margin: 2px 0 0;
}
.bos-guide-author-date {
    text-align: right;
    flex-shrink: 0;
}
.bos-guide-author-date-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 600;
}
.bos-guide-author-date-value {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}
.bos-guide-author-date-month {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

/* Stats bar */
.bos-guide-stats-section {
    padding: 0;
    background: #ffffff;
}
.bos-guide-stats-bar {
    background: #1e293b;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 32px 0;
    overflow: hidden;
}
.bos-guide-stat {
    padding: 20px 24px;
    text-align: center;
    border-right: 1px solid #334155;
}
.bos-guide-stat:last-child {
    border-right: none;
}
.bos-guide-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 6px;
}
.bos-guide-stat-value {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.bos-guide-stat-highlight {
    background: #059669;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

/* TOC box */
.bos-guide-toc-section {
    padding: 0 0 40px;
    background: #ffffff;
}
.bos-guide-toc {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 28px 32px;
    background: #f8fafc;
}
.bos-guide-toc-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0f172a;
    margin: 0 0 16px;
}
.bos-guide-toc ol {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: decimal;
}
.bos-guide-toc li {
    padding: 5px 0;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}
.bos-guide-toc a {
    color: #334155;
    text-decoration: none;
}
.bos-guide-toc a:hover {
    color: #059669;
    text-decoration: underline;
}

/* Content sections */
.bos-guide-content-section {
    padding: 48px 0;
    background: #ffffff;
}
.bos-guide-content-section-alt {
    padding: 48px 0;
    background: #f8fafc;
}
.bos-guide-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px;
    line-height: 1.3;
}
.bos-guide-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 16px;
}
.bos-guide-text p:last-child {
    margin-bottom: 0;
}
.bos-guide-text a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}
.bos-guide-text a:hover {
    text-decoration: underline;
}
.bos-guide-text strong {
    color: #0f172a;
}

/* Callout boxes */
.bos-guide-callout {
    border-radius: 8px;
    padding: 24px 28px;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.7;
}
.bos-guide-callout p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.7;
    color: inherit;
}
.bos-guide-callout p:last-child {
    margin-bottom: 0;
}
.bos-guide-callout-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.bos-guide-callout-insight {
    background: #fff7ed;
    border-left: 4px solid #f97316;
    color: #9a3412;
}
.bos-guide-callout-insight .bos-guide-callout-label {
    color: #ea580c;
}
.bos-guide-callout-warning {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    color: #991b1b;
}
.bos-guide-callout-warning .bos-guide-callout-label {
    color: #dc2626;
}
.bos-guide-callout-confirmed {
    background: #f0fdf4;
    border-left: 4px solid #22c55e;
    color: #166534;
}
.bos-guide-callout-confirmed .bos-guide-callout-label {
    color: #16a34a;
}
.bos-guide-callout-tip {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    color: #1e40af;
}
.bos-guide-callout-tip .bos-guide-callout-label {
    color: #2563eb;
}

/* Tables */
.bos-guide-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.bos-guide-table thead th {
    background: #1e293b;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: none;
}
.bos-guide-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    vertical-align: top;
}
.bos-guide-table tbody tr:nth-child(even) {
    background: #f8fafc;
}
.bos-guide-table tbody tr:last-child td {
    border-bottom: none;
}
.bos-guide-table .positive {
    color: #16a34a;
    font-weight: 700;
}
.bos-guide-table .negative {
    color: #dc2626;
    font-weight: 700;
}

/* Worked example boxes */
.bos-guide-example {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 24px 28px;
    margin: 24px 0;
    font-family: 'Inter', monospace;
}
.bos-guide-example-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 12px;
}
.bos-guide-example p {
    margin: 4px 0;
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
}
.bos-guide-example .result {
    font-weight: 700;
    color: #0f172a;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cbd5e1;
}
.bos-guide-example .result.positive {
    color: #16a34a;
}
.bos-guide-example .result.negative {
    color: #dc2626;
}

/* FAQ section */
.bos-guide-faq-section {
    padding: 48px 0;
    background: #f8fafc;
}
.bos-guide-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.bos-guide-faq-question {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    padding: 18px 24px;
    margin: 0;
}
.bos-guide-faq-answer {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    padding: 0 24px 18px;
    margin: 0;
}

/* Guide mobile responsive */
@media (max-width: 768px) {
    .bos-guide-title {
        font-size: 26px;
    }
    .bos-guide-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    .bos-guide-stat {
        border-right: none;
        border-bottom: 1px solid #334155;
        padding: 14px 16px;
    }
    .bos-guide-stat:nth-child(odd) {
        border-right: 1px solid #334155;
    }
    .bos-guide-stat:nth-last-child(-n+2) {
        border-bottom: none;
    }
    .bos-guide-author-bar {
        flex-wrap: wrap;
        gap: 12px;
    }
    .bos-guide-author-date {
        text-align: left;
        width: 100%;
    }
    .bos-guide-section-title {
        font-size: 22px;
    }
    .bos-guide-toc {
        padding: 20px 24px;
    }
    .bos-guide-table {
        display: block;
        overflow-x: auto;
    }
    .bos-guide-hero-section {
        padding: 32px 0 0;
    }
}

/* ============================================================
   SPOILER / READ MORE TOGGLE
   ============================================================ */

.bos-spoiler-content {
    display: none;
    margin-top: 12px;
}

.bos-spoiler-content.active {
    display: block;
}

.bos-spoiler-toggle {
    display: inline;
    font-family: 'Inter', sans-serif;
    font-size: inherit;
    font-weight: 600;
    color: #059669;
    text-decoration: none;
    cursor: pointer;
}

.bos-spoiler-toggle:hover {
    color: #047857;
    text-decoration: underline;
}
