
/* =========================================================
   Lucky Royal Theme
   Premium midnight-sapphire glass design for Luckysatta
   ========================================================= */

:root {
    --royal-bg: #081120;
    --royal-bg-alt: #0d1b32;
    --royal-surface: rgba(10, 20, 38, 0.88);
    --royal-surface-strong: rgba(13, 27, 49, 0.96);
    --royal-surface-soft: rgba(255, 255, 255, 0.05);
    --royal-border: rgba(166, 191, 224, 0.18);
    --royal-text: #f7fbff;
    --royal-muted: #c2d2e7;
    --royal-primary: #4f8cff;
    --royal-primary-strong: #2563eb;
    --royal-violet: #7c4dff;
    --royal-gold: #f7cc6b;
    --royal-success: #22c55e;
    --royal-danger: #fb7185;
    --royal-shadow: 0 22px 48px rgba(2, 8, 23, 0.48);
    --royal-shadow-soft: 0 14px 32px rgba(2, 8, 23, 0.24);
    --royal-radius: 24px;
    --royal-radius-md: 18px;
    --royal-radius-sm: 14px;
    --royal-max-width: min(1280px, calc(100% - 24px));
}

body.lucky-theme {
    color: var(--royal-text) !important;
    background:
        radial-gradient(1200px 500px at 10% -10%, rgba(79, 140, 255, 0.22), transparent 58%),
        radial-gradient(1100px 420px at 95% 0%, rgba(124, 77, 255, 0.18), transparent 55%),
        radial-gradient(800px 420px at 50% 115%, rgba(247, 204, 107, 0.10), transparent 60%),
        linear-gradient(135deg, var(--royal-bg), var(--royal-bg-alt) 58%, #101e38);
    min-height: 100vh;
    font-weight: 500 !important;
    line-height: 1.65;
    padding-top: 122px !important;
    padding-bottom: 92px !important;
}

body.lucky-theme::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.04), transparent 22%, transparent 78%, rgba(255,255,255,0.03)),
        radial-gradient(420px 180px at 50% 0%, rgba(247, 204, 107, 0.08), transparent 70%);
    z-index: 0;
}

body.lucky-theme main,
body.lucky-theme footer,
body.lucky-theme nav,
body.lucky-theme .fixed-header {
    position: relative;
    z-index: 1;
}

body.lucky-theme a {
    color: inherit;
}

body.lucky-theme .skip-link {
    position: absolute;
    left: 12px;
    top: -48px;
    z-index: 2000;
    background: var(--royal-primary);
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    transition: top 0.2s ease;
}

body.lucky-theme .skip-link:focus {
    top: 12px;
}

body.lucky-theme .fixed-header {
    background: rgba(7, 16, 31, 0.82) !important;
    border-bottom: 1px solid var(--royal-border) !important;
    backdrop-filter: blur(18px);
    box-shadow: var(--royal-shadow-soft);
}

body.lucky-theme .info-line {
    background: linear-gradient(90deg, rgba(79, 140, 255, 0.14), rgba(124, 77, 255, 0.14), rgba(247, 204, 107, 0.14)) !important;
    border-bottom: 1px solid rgba(166, 191, 224, 0.12) !important;
    color: var(--royal-muted) !important;
    padding: 0.55rem 0 !important;
}

body.lucky-theme .info-line p,
body.lucky-theme .info-line marquee,
body.lucky-theme .marquee p {
    color: var(--royal-muted) !important;
    font-size: 0.94rem !important;
    font-weight: 500 !important;
}

body.lucky-theme .blinking-website-name {
    padding: 0.9rem 1rem !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.lucky-theme .blinking-text {
    animation: none !important;
    opacity: 1 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1.35rem !important;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(135deg, rgba(79, 140, 255, 0.16), rgba(124, 77, 255, 0.16)),
        rgba(255,255,255,0.04);
    color: var(--royal-text) !important;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(79, 140, 255, 0.12);
}

body.lucky-theme .blinking-text::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, #fff, #9bd1ff 35%, var(--royal-primary) 70%);
    box-shadow: 0 0 0 5px rgba(79, 140, 255, 0.14), 0 0 18px rgba(79, 140, 255, 0.55);
}

body.lucky-theme .blinking-text::after {
    content: "Live Results + Charts";
    color: var(--royal-gold);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    white-space: nowrap;
}

body.lucky-theme .container,
body.lucky-theme .container-fluid {
    width: var(--royal-max-width) !important;
    max-width: var(--royal-max-width) !important;
    margin-inline: auto !important;
    padding-inline: 12px !important;
}

body.lucky-theme main > section {
    padding: 1.15rem 0 !important;
}

body.lucky-theme main > section:first-of-type {
    padding-top: 0.7rem !important;
}

body.lucky-theme .hero {
    background: transparent !important;
    text-align: center;
}

body.lucky-theme .hero .hero-content {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.25rem 0.25rem 0.75rem;
}

body.lucky-theme .hero .hero-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
        linear-gradient(135deg, rgba(79, 140, 255, 0.12), rgba(124, 77, 255, 0.12), rgba(247, 204, 107, 0.08));
    border: 1px solid rgba(166, 191, 224, 0.14);
    box-shadow: var(--royal-shadow);
    z-index: -1;
}

body.lucky-theme #current-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem !important;
    border-radius: 999px;
    border: 1px solid rgba(247, 204, 107, 0.18);
    background: rgba(255,255,255,0.05);
    color: var(--royal-gold) !important;
    font-weight: 700 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

body.lucky-theme .hero h1,
body.lucky-theme .hero-main-title {
    color: var(--royal-text) !important;
    font-size: clamp(2rem, 4vw, 3.25rem) !important;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem !important;
    text-wrap: balance;
    text-shadow: 0 8px 28px rgba(0,0,0,0.24);
}

body.lucky-theme .hero h2 {
    color: var(--royal-muted) !important;
    font-size: clamp(1rem, 1.65vw, 1.3rem) !important;
    font-weight: 600 !important;
    margin-bottom: 0.9rem !important;
}

body.lucky-theme .hero-description {
    max-width: 780px;
    margin: 0 auto 1.5rem !important;
    color: var(--royal-muted) !important;
    font-size: 1rem !important;
}

body.lucky-theme .active-games {
    margin-top: 0.35rem;
}

body.lucky-theme .active-games .row {
    row-gap: 0.4rem;
}

body.lucky-theme .card,
body.lucky-theme .service-card,
body.lucky-theme .blog-card,
body.lucky-theme .accordion-item,
body.lucky-theme .table-responsive,
body.lucky-theme .modal-content {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)),
        linear-gradient(180deg, var(--royal-surface-strong), var(--royal-surface));
    border: 1px solid var(--royal-border) !important;
    border-radius: var(--royal-radius) !important;
    box-shadow: var(--royal-shadow-soft) !important;
    color: var(--royal-text) !important;
    overflow: hidden;
    backdrop-filter: blur(14px);
}

body.lucky-theme .card,
body.lucky-theme .service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.lucky-theme .card:hover,
body.lucky-theme .service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--royal-shadow);
    border-color: rgba(247, 204, 107, 0.22) !important;
}

body.lucky-theme .card-body {
    padding: 1.3rem !important;
    color: var(--royal-text) !important;
}

body.lucky-theme .card-title,
body.lucky-theme .card-text,
body.lucky-theme .service-card p,
body.lucky-theme .service-card h5,
body.lucky-theme .service-card h6,
body.lucky-theme .service-card span,
body.lucky-theme .service-card strong,
body.lucky-theme .card-header,
body.lucky-theme .accordion-body,
body.lucky-theme .blog-content,
body.lucky-theme .blog-content p,
body.lucky-theme .blog-content li,
body.lucky-theme .blog-content blockquote,
body.lucky-theme .answer-text-small,
body.lucky-theme .section,
body.lucky-theme p,
body.lucky-theme li {
    color: inherit;
}

body.lucky-theme [style*="color: black"],
body.lucky-theme [style*="color:#000"],
body.lucky-theme [style*="color: #000000"],
body.lucky-theme [style*="color: #555"],
body.lucky-theme [style*="color:#555"] {
    color: var(--royal-text) !important;
}

body.lucky-theme [style*="background-color: #f4f4f4"],
body.lucky-theme [style*="background-color:#f4f4f4"],
body.lucky-theme [style*="background-color: #FFFFFF"],
body.lucky-theme [style*="background-color:#FFFFFF"],
body.lucky-theme [style*="background: linear-gradient(to bottom, #FFFFE0"],
body.lucky-theme [style*="background: linear-gradient(to bottom, #FFFFFF"],
body.lucky-theme [style*="background: linear-gradient(to bottom, #ffffcc"],
body.lucky-theme [style*="background: linear-gradient(to bottom, #ffab10"],
body.lucky-theme [style*="background: linear-gradient(to bottom, #fffb10"] {
    background: transparent !important;
}

body.lucky-theme [style*="background-color: #202529"],
body.lucky-theme [style*="background-color:#202529"] {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid var(--royal-border);
    border-radius: var(--royal-radius-md);
}

body.lucky-theme .hero-game .card {
    padding: 0.25rem;
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
        linear-gradient(180deg, #0d1d34, #0a1424) !important;
}

body.lucky-theme .hero-game .card-body {
    gap: 0.55rem;
    justify-content: space-between;
}

body.lucky-theme .game-name,
body.lucky-theme .service-card .game-name {
    color: var(--royal-text) !important;
    font-weight: 700 !important;
    line-height: 1.35;
}

body.lucky-theme .hero .game-name {
    font-size: 1.25rem !important;
    margin-bottom: 0.1rem !important;
}

body.lucky-theme .hero-result {
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    font-weight: 800 !important;
    line-height: 1.1;
    background: linear-gradient(180deg, #ffffff, #edf4ff 35%, var(--royal-gold) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow: none !important;
}

body.lucky-theme .highlight {
    color: var(--royal-gold) !important;
    font-weight: 800 !important;
    text-shadow: 0 0 18px rgba(247, 204, 107, 0.14);
}

body.lucky-theme .result-number {
    color: var(--royal-gold) !important;
    font-size: clamp(1.85rem, 4vw, 2.8rem) !important;
    font-weight: 800 !important;
    text-shadow: 0 0 22px rgba(247, 204, 107, 0.16);
}

body.lucky-theme .star-image {
    filter: drop-shadow(0 8px 16px rgba(79, 140, 255, 0.14));
}

body.lucky-theme .btn {
    border-radius: 14px !important;
    font-weight: 700 !important;
    padding: 0.72rem 1rem !important;
    box-shadow: none;
}

body.lucky-theme .btn-primary {
    background: linear-gradient(135deg, var(--royal-primary), var(--royal-violet)) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 14px 28px rgba(79, 140, 255, 0.22) !important;
}

body.lucky-theme .btn-primary:hover,
body.lucky-theme .btn-primary:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(79, 140, 255, 0.28) !important;
}

body.lucky-theme .btn-secondary {
    background: rgba(255,255,255,0.07) !important;
    color: var(--royal-text) !important;
    border: 1px solid var(--royal-border) !important;
}

body.lucky-theme a.btn[style*="#25D366"],
body.lucky-theme button.btn[style*="#25D366"] {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    border: none !important;
    color: #ffffff !important;
}

body.lucky-theme a.btn[style*="#0088cc"],
body.lucky-theme button.btn[style*="#0088cc"] {
    background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
    border: none !important;
    color: #ffffff !important;
}

body.lucky-theme button.btn[disabled][style*="#cccccc"] {
    background: rgba(148, 163, 184, 0.14) !important;
    border: 1px solid var(--royal-border) !important;
    color: var(--royal-muted) !important;
}

body.lucky-theme .record-chart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: rgba(247, 204, 107, 0.12) !important;
    border: 1px solid rgba(247, 204, 107, 0.18) !important;
    color: var(--royal-gold) !important;
    text-decoration: none !important;
    font-size: 0.82rem !important;
    font-weight: 700;
}

body.lucky-theme .record-chart-link i {
    color: var(--royal-gold) !important;
}

body.lucky-theme h2.text-center,
body.lucky-theme .result-chart-heading,
body.lucky-theme .record-chart-title,
body.lucky-theme .blog-shell h1,
body.lucky-theme .legal-page h1 {
    color: var(--royal-text) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    text-shadow: none !important;
}

body.lucky-theme .container-fluid > h2.text-center,
body.lucky-theme .record-chart-title,
body.lucky-theme #faqs > .container-fluid > h2.text-center,
body.lucky-theme .blog-shell h1,
body.lucky-theme .legal-page h1 {
    position: relative;
    margin-bottom: 1rem !important;
}

body.lucky-theme .container-fluid > h2.text-center::after,
body.lucky-theme .record-chart-title::after,
body.lucky-theme .blog-shell h1::after,
body.lucky-theme .legal-page h1::after {
    content: "";
    display: block;
    width: 78px;
    height: 4px;
    margin: 0.7rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--royal-primary), var(--royal-violet), var(--royal-gold));
}

body.lucky-theme .sattadividerr {
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.14), rgba(124, 77, 255, 0.14), rgba(247, 204, 107, 0.10)) !important;
    border-block: 1px solid rgba(166, 191, 224, 0.12);
}

body.lucky-theme .sattadividerr h4,
body.lucky-theme .sattadividerr p,
body.lucky-theme .sattadividerr strong {
    color: var(--royal-text) !important;
}

body.lucky-theme .table-responsive {
    padding: 6px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        linear-gradient(180deg, rgba(12, 23, 41, 0.96), rgba(8, 18, 34, 0.96)) !important;
}

body.lucky-theme .games-results-table,
body.lucky-theme .chart-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: none !important;
    overflow: hidden;
    border-radius: calc(var(--royal-radius) - 6px);
    margin-bottom: 0 !important;
    background: transparent !important;
}

body.lucky-theme .games-results-table th,
body.lucky-theme .games-results-table td,
body.lucky-theme .chart-table th,
body.lucky-theme .chart-table td {
    border: 0 !important;
    border-right: 1px solid rgba(166, 191, 224, 0.12) !important;
    border-bottom: 1px solid rgba(166, 191, 224, 0.12) !important;
    padding: 0.9rem 0.7rem !important;
    vertical-align: middle !important;
}

body.lucky-theme .games-results-table th:last-child,
body.lucky-theme .games-results-table td:last-child,
body.lucky-theme .chart-table th:last-child,
body.lucky-theme .chart-table td:last-child {
    border-right: none !important;
}

body.lucky-theme .games-results-table thead th,
body.lucky-theme .chart-table thead th,
body.lucky-theme .chart-table .highlight-header,
body.lucky-theme .custom-table-header th,
body.lucky-theme .year-header,
body.lucky-theme .custom-date-column {
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.98), rgba(124, 77, 255, 0.9)) !important;
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 800 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.lucky-theme .games-results-table tbody td,
body.lucky-theme .chart-table tbody td {
    background: rgba(8, 18, 34, 0.88) !important;
    color: var(--royal-text) !important;
}

body.lucky-theme .games-results-table tbody tr:nth-child(even) td,
body.lucky-theme .chart-table tbody tr:nth-child(even) td {
    background: rgba(11, 23, 42, 0.92) !important;
}

body.lucky-theme .games-results-table tbody tr:hover td,
body.lucky-theme .chart-table tbody tr:hover td {
    background: rgba(79, 140, 255, 0.12) !important;
}

body.lucky-theme .games-results-table td:first-child,
body.lucky-theme .chart-table td:first-child,
body.lucky-theme .game-name-cell {
    background: linear-gradient(135deg, rgba(247, 204, 107, 0.18), rgba(79, 140, 255, 0.12)) !important;
    color: var(--royal-text) !important;
    font-weight: 700;
}

body.lucky-theme #questions,
body.lucky-theme #faqs,
body.lucky-theme #owners,
body.lucky-theme #agents,
body.lucky-theme #agents2,
body.lucky-theme #blogs,
body.lucky-theme #services {
    background: transparent !important;
}

body.lucky-theme #questions .card-header,
body.lucky-theme #questions .card-body {
    background: transparent !important;
    border-color: rgba(166, 191, 224, 0.10) !important;
}

body.lucky-theme .accordion-item {
    margin-bottom: 1rem !important;
}

body.lucky-theme .accordion-button {
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.16), rgba(124, 77, 255, 0.16)) !important;
    color: var(--royal-text) !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    border: none !important;
}

body.lucky-theme .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.24), rgba(124, 77, 255, 0.22)) !important;
    color: #ffffff !important;
}

body.lucky-theme .accordion-button::after {
    filter: invert(1) brightness(2);
}

body.lucky-theme .accordion-body {
    background: transparent !important;
    color: var(--royal-muted) !important;
}

body.lucky-theme .card-img-top {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-bottom: 1px solid rgba(166, 191, 224, 0.12);
}

body.lucky-theme .modal-header,
body.lucky-theme .modal-footer {
    border-color: rgba(166, 191, 224, 0.14) !important;
}

body.lucky-theme .modal-title,
body.lucky-theme .modal-body {
    color: var(--royal-text) !important;
}

body.lucky-theme .btn-close {
    filter: invert(1) brightness(2);
}

body.lucky-theme footer {
    padding: 1rem 0 6.6rem;
    background: transparent !important;
}

body.lucky-theme footer .container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

body.lucky-theme footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0.75rem 1.15rem !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--royal-primary), var(--royal-violet)) !important;
    box-shadow: 0 12px 28px rgba(79, 140, 255, 0.18);
}

body.lucky-theme footer p {
    width: 100%;
    margin: 0 !important;
    padding: 1rem 1.15rem !important;
    text-align: center !important;
    border-radius: var(--royal-radius-md);
}

body.lucky-theme footer p:first-of-type {
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid var(--royal-border);
    color: var(--royal-text) !important;
    font-weight: 700;
}

body.lucky-theme footer p:last-of-type {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(166, 191, 224, 0.12);
    color: var(--royal-muted) !important;
    line-height: 1.75;
}

body.lucky-theme .fixed-bottom-nav {
    position: fixed !important;
    inset: auto 0 0 0;
    z-index: 1035 !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 6px;
    padding: 8px !important;
    background: rgba(5, 12, 24, 0.88) !important;
    border-top: 1px solid var(--royal-border) !important;
    box-shadow: 0 -18px 42px rgba(2, 8, 23, 0.42);
    backdrop-filter: blur(20px);
}

body.lucky-theme .fixed-bottom-nav .nav-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 58px;
    padding: 0.65rem 0.3rem !important;
    border-radius: 16px;
    text-decoration: none !important;
    color: var(--royal-muted) !important;
    background: transparent !important;
    font-size: 0.74rem !important;
    line-height: 1.15;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.lucky-theme .fixed-bottom-nav .nav-btn i {
    font-size: 1.05rem !important;
}

body.lucky-theme .fixed-bottom-nav .nav-btn:hover,
body.lucky-theme .fixed-bottom-nav .nav-btn.active,
body.lucky-theme .fixed-bottom-nav .home-btn {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.2), rgba(124, 77, 255, 0.18)) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

body.lucky-theme .fixed-bottom-nav .nav-btn:hover {
    transform: translateY(-2px);
}

body.lucky-theme .back-to-index {
    bottom: 82px !important;
    right: 14px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, var(--royal-primary), var(--royal-violet)) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 30px rgba(79, 140, 255, 0.24);
}

body.lucky-theme .back-to-index:hover {
    transform: translateY(-3px) !important;
}

body.lucky-theme.record-chart-page {
    padding-top: 118px !important;
}

body.lucky-theme.record-chart-page .record-chart-title {
    margin-top: 0.45rem !important;
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.15), rgba(124, 77, 255, 0.15), rgba(247, 204, 107, 0.08)) !important;
    border: 1px solid rgba(166, 191, 224, 0.12);
    border-radius: 24px !important;
    padding: 1.25rem 1rem !important;
}

body.lucky-theme.record-chart-page .gradient-header {
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.16), rgba(124, 77, 255, 0.16)) !important;
    border: 1px solid rgba(166, 191, 224, 0.12);
    color: var(--royal-text) !important;
    border-radius: 16px !important;
    padding: 0.85rem 1rem !important;
}

body.lucky-theme.record-chart-page .record-chart-links a.btn-3d.uniform-btn {
    width: 100% !important;
    min-height: 64px !important;
    height: auto !important;
    padding: 0.9rem 1rem !important;
    border-radius: 18px !important;
    border: none !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--royal-primary), var(--royal-violet)) !important;
    box-shadow: 0 16px 30px rgba(79, 140, 255, 0.22) !important;
    text-decoration: none !important;
}

body.lucky-theme.record-chart-page .record-chart-links a.btn-3d.uniform-btn:hover {
    transform: translateY(-2px) !important;
    background: linear-gradient(135deg, #5b95ff, #8a63ff) !important;
}

body.lucky-theme.record-chart-page .year-header {
    color: #ffffff !important;
}

body.lucky-theme.blog-page,
body.lucky-theme.record-blog-page {
    padding-top: 112px !important;
}

body.lucky-theme .blog-shell {
    width: min(960px, calc(100% - 20px)) !important;
    max-width: min(960px, calc(100% - 20px)) !important;
    padding-inline: 0 !important;
}

body.lucky-theme .blog-card {
    border-radius: 28px !important;
}

body.lucky-theme .blog-content {
    color: var(--royal-muted) !important;
    font-size: 1.03rem;
}

body.lucky-theme .blog-content a {
    color: var(--royal-gold) !important;
}

body.lucky-theme .blog-content h2,
body.lucky-theme .blog-content h3,
body.lucky-theme .blog-content h4 {
    color: var(--royal-text) !important;
    margin-top: 1.8rem;
    margin-bottom: 0.65rem;
}

body.lucky-theme.legal-page {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}


body.lucky-theme.legal-page .legal-actions {
    width: min(980px, calc(100% - 24px));
    margin: 1.1rem auto 0.6rem;
    display: flex;
    justify-content: flex-start;
}

body.lucky-theme.legal-page .legal-actions .btn {
    min-width: 160px;
}

body.lucky-theme.legal-page .container {
    width: min(980px, calc(100% - 24px)) !important;
    max-width: min(980px, calc(100% - 24px)) !important;
    padding: clamp(1.5rem, 3vw, 2.5rem) !important;
    margin-top: 1.25rem !important;
    margin-bottom: 1.5rem !important;
    border-radius: 28px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)),
        linear-gradient(180deg, var(--royal-surface-strong), var(--royal-surface)) !important;
    border: 1px solid var(--royal-border) !important;
    box-shadow: var(--royal-shadow) !important;
}

body.lucky-theme.legal-page h1,
body.lucky-theme.legal-page h2,
body.lucky-theme.legal-page h3 {
    text-align: left !important;
}

body.lucky-theme.legal-page h1::after {
    margin-left: 0;
}

body.lucky-theme.legal-page h2 {
    margin-top: 1.7rem !important;
    color: var(--royal-text) !important;
}

body.lucky-theme.legal-page h3 {
    margin-top: 1rem !important;
    color: var(--royal-gold) !important;
}

body.lucky-theme.legal-page p,
body.lucky-theme.legal-page li {
    color: var(--royal-muted) !important;
}

body.lucky-theme.legal-page .mailto,
body.lucky-theme.legal-page a[href^="mailto:"] {
    color: var(--royal-gold) !important;
}

@media (max-width: 991.98px) {
    body.lucky-theme {
        padding-top: 110px !important;
    }

    body.lucky-theme .blinking-text::after {
        display: none;
    }

    body.lucky-theme .container,
    body.lucky-theme .container-fluid {
        width: min(100%, calc(100% - 16px)) !important;
        max-width: min(100%, calc(100% - 16px)) !important;
        padding-inline: 8px !important;
    }

    body.lucky-theme .hero .hero-content::before {
        border-radius: 28px;
    }
}

@media (max-width: 767.98px) {
    body.lucky-theme {
        padding-top: 104px !important;
        padding-bottom: 90px !important;
    }

    body.lucky-theme main > section {
        padding: 0.9rem 0 !important;
    }

    body.lucky-theme .blinking-text {
        width: 100%;
        justify-content: center;
        font-size: 1.2rem !important;
        letter-spacing: 0.1em;
        padding: 0.8rem 1rem !important;
    }

    body.lucky-theme .hero .hero-content {
        padding-top: 0.95rem;
    }

    body.lucky-theme .hero h1,
    body.lucky-theme .hero-main-title {
        font-size: clamp(1.6rem, 7vw, 2.25rem) !important;
    }

    body.lucky-theme .card,
    body.lucky-theme .service-card,
    body.lucky-theme .blog-card,
    body.lucky-theme .accordion-item,
    body.lucky-theme .table-responsive {
        border-radius: 20px !important;
    }

    body.lucky-theme .card-body {
        padding: 1rem !important;
    }

    body.lucky-theme .fixed-bottom-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    body.lucky-theme .fixed-bottom-nav .nav-btn {
        min-height: 54px;
        font-size: 0.7rem !important;
    }

    body.lucky-theme footer {
        padding-bottom: 7rem;
    }

    body.lucky-theme.legal-page {
        padding-top: 16px !important;
    }

    body.lucky-theme.legal-page .container {
        padding: 1.25rem !important;
    }
}

@media (max-width: 479.98px) {
    body.lucky-theme .fixed-bottom-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 5px;
    }

    body.lucky-theme .fixed-bottom-nav .nav-btn .btn-label {
        font-size: 0.65rem;
    }

    body.lucky-theme .record-chart-link {
        width: 100%;
    }
}

/* =========================================================
   Readability + Mobile Comfort overrides
   Focus: easier reading, calmer contrast, cleaner spacing,
   safer horizontal scrolling on chart-heavy pages.
   ========================================================= */

:root {
    --royal-bg: #07111c;
    --royal-bg-alt: #0b1626;
    --royal-surface: rgba(11, 21, 36, 0.94);
    --royal-surface-strong: rgba(12, 24, 41, 0.98);
    --royal-surface-soft: rgba(255, 255, 255, 0.06);
    --royal-border: rgba(203, 218, 239, 0.14);
    --royal-text: #f8fbff;
    --royal-muted: #d5deea;
    --royal-primary: #4b83ff;
    --royal-primary-strong: #336cf1;
    --royal-violet: #6d6eff;
    --royal-gold: #ffd36c;
    --royal-shadow: 0 20px 42px rgba(2, 8, 23, 0.36);
    --royal-shadow-soft: 0 12px 28px rgba(2, 8, 23, 0.22);
    --royal-radius: 22px;
    --royal-radius-md: 18px;
    --royal-radius-sm: 14px;
    --royal-max-width: min(1180px, calc(100% - 28px));
}

html {
    -webkit-text-size-adjust: 100%;
}

body.lucky-theme {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
    letter-spacing: 0.01em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:
        radial-gradient(960px 380px at 0% 0%, rgba(75, 131, 255, 0.18), transparent 58%),
        radial-gradient(720px 300px at 100% 0%, rgba(109, 110, 255, 0.14), transparent 52%),
        linear-gradient(180deg, var(--royal-bg), var(--royal-bg-alt) 56%, #091220) !important;
}

body.lucky-theme * {
    word-wrap: break-word;
}

body.lucky-theme img,
body.lucky-theme svg {
    max-width: 100%;
    height: auto;
}

body.lucky-theme [id] {
    scroll-margin-top: 122px;
}

body.lucky-theme p,
body.lucky-theme li,
body.lucky-theme td,
body.lucky-theme th,
body.lucky-theme label,
body.lucky-theme .accordion-body,
body.lucky-theme .card-text,
body.lucky-theme .blog-content,
body.lucky-theme .blog-content p,
body.lucky-theme .answer-text-small,
body.lucky-theme .service-card,
body.lucky-theme .form-text {
    font-size: 1rem !important;
    line-height: 1.72 !important;
}

body.lucky-theme p,
body.lucky-theme .blog-content p,
body.lucky-theme .hero-description,
body.lucky-theme .legal-page p,
body.lucky-theme .legal-page li {
    max-width: 72ch;
}

body.lucky-theme .hero-description,
body.lucky-theme .container-fluid > p.text-center,
body.lucky-theme .blog-content p,
body.lucky-theme .legal-page p,
body.lucky-theme .legal-page li,
body.lucky-theme #questions .card-text,
body.lucky-theme #questions .answer-text-small {
    color: var(--royal-muted) !important;
}

body.lucky-theme .game-entry,
body.lucky-theme .rate-entry,
body.lucky-theme footer p {
    max-width: none !important;
}

body.lucky-theme .fixed-header {
    background: rgba(7, 16, 31, 0.92) !important;
    backdrop-filter: blur(16px);
}

body.lucky-theme .info-line {
    padding: 0.45rem 0 !important;
}

body.lucky-theme .info-line p,
body.lucky-theme .info-line marquee,
body.lucky-theme .marquee p {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
}

body.lucky-theme .blinking-website-name {
    padding: 0.75rem 1rem !important;
}

body.lucky-theme .blinking-text {
    padding: 0.82rem 1.1rem !important;
    gap: 0.7rem;
    font-size: clamp(1.2rem, 2.1vw, 1.7rem) !important;
    letter-spacing: 0.12em;
    box-shadow: 0 10px 24px rgba(75, 131, 255, 0.12);
}

body.lucky-theme .container,
body.lucky-theme .container-fluid {
    width: var(--royal-max-width) !important;
    max-width: var(--royal-max-width) !important;
}

body.lucky-theme main > section {
    padding: 1rem 0 !important;
}

body.lucky-theme .hero .hero-content {
    padding: 1rem 0.15rem 0.5rem;
}

body.lucky-theme .hero .hero-content::before {
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        linear-gradient(180deg, rgba(12, 24, 41, 0.96), rgba(9, 17, 28, 0.96)) !important;
}

body.lucky-theme #current-time {
    font-size: 0.95rem !important;
    min-height: 42px;
}

body.lucky-theme .hero h1,
body.lucky-theme .hero-main-title,
body.lucky-theme .record-chart-title,
body.lucky-theme .blog-shell h1,
body.lucky-theme .legal-page h1 {
    text-wrap: balance;
}

body.lucky-theme .hero h1,
body.lucky-theme .hero-main-title {
    font-size: clamp(1.85rem, 3.5vw, 3rem) !important;
    margin-bottom: 0.7rem !important;
}

body.lucky-theme .hero h2 {
    font-size: clamp(1rem, 1.45vw, 1.18rem) !important;
    line-height: 1.55 !important;
}

body.lucky-theme .hero-description {
    font-size: 1rem !important;
    line-height: 1.75 !important;
    margin-bottom: 1.25rem !important;
}

body.lucky-theme .card,
body.lucky-theme .service-card,
body.lucky-theme .blog-card,
body.lucky-theme .accordion-item,
body.lucky-theme .table-responsive,
body.lucky-theme .modal-content {
    border-radius: var(--royal-radius-md) !important;
}

body.lucky-theme .card:hover,
body.lucky-theme .service-card:hover {
    transform: translateY(-2px);
}

body.lucky-theme .card-body {
    padding: 1.15rem !important;
}

body.lucky-theme .service-card .card-body.text-center {
    text-align: left !important;
}

body.lucky-theme .service-card .card-body .text-center,
body.lucky-theme .service-card .card-body .btn,
body.lucky-theme .service-card .card-body h5,
body.lucky-theme .service-card .card-body h6 {
    text-align: center !important;
}

body.lucky-theme .hero-game .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

body.lucky-theme .hero-game .btn {
    width: 100%;
    justify-content: center;
}

body.lucky-theme .game-name,
body.lucky-theme .service-card .game-name,
body.lucky-theme .card-title,
body.lucky-theme .accordion-button,
body.lucky-theme .record-chart-title,
body.lucky-theme .gradient-header,
body.lucky-theme .heading-box h2,
body.lucky-theme h2.text-center {
    line-height: 1.35 !important;
}

body.lucky-theme .hero .game-name {
    font-size: 1.16rem !important;
}

body.lucky-theme .hero-result,
body.lucky-theme .result-number {
    letter-spacing: 0.03em;
}

body.lucky-theme .btn,
body.lucky-theme .form-select,
body.lucky-theme .form-control,
body.lucky-theme .accordion-button,
body.lucky-theme .fixed-bottom-nav .nav-btn {
    min-height: 48px;
}

body.lucky-theme .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
}

body.lucky-theme .btn-primary {
    box-shadow: 0 10px 22px rgba(75, 131, 255, 0.18) !important;
}

body.lucky-theme .record-chart-link {
    font-size: 0.9rem !important;
    padding: 0.68rem 0.9rem;
}

body.lucky-theme .game-list,
body.lucky-theme .rate-list {
    display: grid;
    gap: 0.65rem;
    width: 100%;
}

body.lucky-theme .game-entry,
body.lucky-theme .rate-entry {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0 !important;
    padding: 0.72rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(203, 218, 239, 0.10);
}

body.lucky-theme .game-entry {
    text-align: left !important;
}

body.lucky-theme .game-name {
    flex: 1 1 auto;
}

body.lucky-theme .game-time {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(75, 131, 255, 0.12);
    color: var(--royal-text) !important;
    white-space: nowrap !important;
    font-size: 0.9rem !important;
}

body.lucky-theme .rate-list-title {
    margin-bottom: 0.25rem !important;
}

body.lucky-theme .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

body.lucky-theme .table-responsive::-webkit-scrollbar {
    height: 10px;
}

body.lucky-theme .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

body.lucky-theme .games-results-table,
body.lucky-theme .chart-table {
    font-variant-numeric: tabular-nums;
}

body.lucky-theme .games-results-table thead th,
body.lucky-theme .chart-table thead th,
body.lucky-theme .chart-table .highlight-header,
body.lucky-theme .custom-table-header th,
body.lucky-theme .year-header,
body.lucky-theme .custom-date-column {
    position: sticky;
    top: 0;
    z-index: 3;
}

body.lucky-theme .games-results-table th,
body.lucky-theme .games-results-table td,
body.lucky-theme .chart-table th,
body.lucky-theme .chart-table td {
    padding: 0.82rem 0.72rem !important;
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
}

body.lucky-theme .games-results-table td:first-child,
body.lucky-theme .games-results-table th:first-child,
body.lucky-theme .chart-table td:first-child,
body.lucky-theme .chart-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    box-shadow: 10px 0 18px rgba(2, 8, 23, 0.14);
}

body.lucky-theme .games-results-table thead th:first-child,
body.lucky-theme .chart-table thead th:first-child {
    z-index: 4;
}

body.lucky-theme .game-name-cell {
    min-width: 150px;
    text-align: left !important;
}

body.lucky-theme #monthly-games-results .chart-table,
body.lucky-theme.record-chart-page .chart-table {
    min-width: 860px;
}

body.lucky-theme.home-page #games-results .chart-table,
body.lucky-theme.home-page #games-results .games-results-table {
    min-width: 100%;
}

body.lucky-theme .accordion-item {
    margin-bottom: 0.85rem !important;
}

body.lucky-theme .accordion-button {
    text-align: left !important;
    padding: 0.95rem 1rem !important;
}

body.lucky-theme .accordion-body {
    padding: 1rem !important;
}

body.lucky-theme .form-label {
    margin-bottom: 0.4rem;
    color: var(--royal-muted) !important;
}

body.lucky-theme .form-select,
body.lucky-theme .form-control {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid var(--royal-border) !important;
    color: var(--royal-text) !important;
    border-radius: 14px !important;
    padding: 0.75rem 0.95rem !important;
    box-shadow: none !important;
}

body.lucky-theme .form-select:focus,
body.lucky-theme .form-control:focus,
body.lucky-theme .btn:focus-visible,
body.lucky-theme a:focus-visible,
body.lucky-theme button:focus-visible,
body.lucky-theme .accordion-button:focus-visible {
    outline: 3px solid rgba(255, 211, 108, 0.34) !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(75, 131, 255, 0.18) !important;
}

body.lucky-theme.record-chart-page .record-chart-title {
    padding: 1rem 1rem !important;
}

body.lucky-theme.record-chart-page .gradient-header {
    text-align: left !important;
}

body.lucky-theme.record-chart-page .record-chart-links .row {
    row-gap: 0.8rem;
}

body.lucky-theme.record-chart-page .record-chart-links a.btn-3d.uniform-btn {
    min-height: 58px !important;
    padding: 0.85rem 0.95rem !important;
    line-height: 1.35;
}

body.lucky-theme .blog-shell {
    width: min(920px, calc(100% - 20px)) !important;
    max-width: min(920px, calc(100% - 20px)) !important;
}

body.lucky-theme .blog-content {
    font-size: 1.02rem;
    line-height: 1.8 !important;
}

body.lucky-theme .blog-content h2,
body.lucky-theme .blog-content h3,
body.lucky-theme .blog-content h4,
body.lucky-theme .legal-page h2,
body.lucky-theme .legal-page h3 {
    line-height: 1.35 !important;
}

body.lucky-theme.legal-page .container {
    width: min(900px, calc(100% - 20px)) !important;
    max-width: min(900px, calc(100% - 20px)) !important;
}

body.lucky-theme footer {
    padding-top: 0.5rem;
}

body.lucky-theme footer .container-fluid {
    gap: 0.7rem;
}

body.lucky-theme footer a {
    min-height: 48px;
}

body.lucky-theme .fixed-bottom-nav {
    gap: 5px;
    padding: 7px !important;
}

body.lucky-theme .fixed-bottom-nav .nav-btn {
    padding: 0.58rem 0.35rem !important;
    font-size: 0.75rem !important;
}

body.lucky-theme .fixed-bottom-nav .nav-btn .btn-label {
    line-height: 1.15;
}

@media (max-width: 991.98px) {
    body.lucky-theme {
        font-size: 15.5px !important;
    }

    body.lucky-theme [id] {
        scroll-margin-top: 110px;
    }

    body.lucky-theme .hero .hero-content {
        padding-top: 0.85rem;
    }

    body.lucky-theme .game-entry,
    body.lucky-theme .rate-entry {
        padding: 0.68rem 0.8rem;
    }
}

@media (max-width: 767.98px) {
    body.lucky-theme {
        padding-top: 100px !important;
        padding-bottom: 94px !important;
        font-size: 15px !important;
    }

    body.lucky-theme [id] {
        scroll-margin-top: 102px;
    }

    body.lucky-theme .container,
    body.lucky-theme .container-fluid {
        width: min(100%, calc(100% - 12px)) !important;
        max-width: min(100%, calc(100% - 12px)) !important;
        padding-inline: 6px !important;
    }

    body.lucky-theme main > section {
        padding: 0.8rem 0 !important;
    }

    body.lucky-theme .blinking-text {
        width: 100%;
        justify-content: center;
        padding: 0.74rem 0.9rem !important;
        font-size: 1.06rem !important;
        letter-spacing: 0.08em;
    }

    body.lucky-theme #current-time {
        width: 100%;
        margin-bottom: 0.85rem !important;
    }

    body.lucky-theme .hero h1,
    body.lucky-theme .hero-main-title {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
    }

    body.lucky-theme .hero h2 {
        font-size: 0.98rem !important;
    }

    body.lucky-theme .hero-description,
    body.lucky-theme .container-fluid > p.text-center {
        font-size: 0.95rem !important;
        padding-inline: 0.2rem;
    }

    body.lucky-theme .card,
    body.lucky-theme .service-card,
    body.lucky-theme .blog-card,
    body.lucky-theme .accordion-item,
    body.lucky-theme .table-responsive {
        border-radius: 18px !important;
    }

    body.lucky-theme .card-body {
        padding: 0.95rem !important;
    }

    body.lucky-theme .game-entry,
    body.lucky-theme .rate-entry {
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
    }

    body.lucky-theme .game-time {
        min-width: 0;
        width: max-content;
    }

    body.lucky-theme .games-results-table th,
    body.lucky-theme .games-results-table td,
    body.lucky-theme .chart-table th,
    body.lucky-theme .chart-table td {
        padding: 0.68rem 0.62rem !important;
        font-size: 0.88rem !important;
    }

    body.lucky-theme .record-chart-link {
        width: 100%;
    }

    body.lucky-theme .fixed-bottom-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 4px;
        padding: 6px !important;
    }

    body.lucky-theme .fixed-bottom-nav .nav-btn {
        min-height: 52px;
        padding: 0.5rem 0.2rem !important;
        font-size: 0.68rem !important;
        border-radius: 14px;
    }

    body.lucky-theme .fixed-bottom-nav .nav-btn i {
        font-size: 1rem !important;
    }

    body.lucky-theme footer {
        padding-bottom: 7rem;
    }

    body.lucky-theme .legal-actions {
        width: min(900px, calc(100% - 12px)) !important;
    }

    body.lucky-theme.legal-page .container,
    body.lucky-theme .blog-shell {
        width: min(100%, calc(100% - 12px)) !important;
        max-width: min(100%, calc(100% - 12px)) !important;
    }
}

@media (max-width: 479.98px) {
    body.lucky-theme .info-line p,
    body.lucky-theme .info-line marquee,
    body.lucky-theme .marquee p {
        font-size: 0.84rem !important;
    }

    body.lucky-theme .hero h1,
    body.lucky-theme .hero-main-title {
        font-size: clamp(1.35rem, 7.2vw, 1.85rem) !important;
    }

    body.lucky-theme .hero-result,
    body.lucky-theme .result-number {
        font-size: clamp(1.65rem, 8vw, 2rem) !important;
    }

    body.lucky-theme .games-results-table th,
    body.lucky-theme .games-results-table td,
    body.lucky-theme .chart-table th,
    body.lucky-theme .chart-table td {
        font-size: 0.84rem !important;
    }

    body.lucky-theme .game-name-cell {
        min-width: 132px;
    }

    body.lucky-theme #monthly-games-results .chart-table,
    body.lucky-theme.record-chart-page .chart-table {
        min-width: 760px;
    }
}

@media (hover: none) {
    body.lucky-theme .card:hover,
    body.lucky-theme .service-card:hover,
    body.lucky-theme .btn-primary:hover,
    body.lucky-theme .back-to-index:hover,
    body.lucky-theme .fixed-bottom-nav .nav-btn:hover {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.lucky-theme *,
    body.lucky-theme *::before,
    body.lucky-theme *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
