/* =============================================
   MAROON / CRIMSON THEME OVERRIDE
   Black + deep maroon landing palette
   Primary:   #c41e3a
   Highlight: #e85d6c / #f07884
   Dark:      #050203–#12080a
   ============================================= */

/* --- Body / Global Background --- */
body {
    background-color: #0a0609 !important;
    color: #f2e8e6 !important;
}

/* Soft maroon glow on page body */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(196, 30, 58, 0.14) 0%, transparent 52%),
        radial-gradient(ellipse at 80% 70%, rgba(232, 93, 108, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(10, 4, 12, 1) 0%, #0a0609 100%);
}

/* --- Root CSS Variable Overrides --- */
:root {
    /* Primary brand — maroon / crimson on black */
    --primary: #4a0e14;

    /* Body & page backgrounds */
    --body-theme-bg: #0a0609;

    /* ── Announcement ── */
    --announcement-cntr-bg: #12080a;
    --announcement-cntr-color: #f2e8e6;
    --announcement-cntr-section-announcement-bg: #12080a;
    --announcement-cntr-section-announcement-color: #e85d6c;
    --announcement-cntr-list-li-color: #e85d6c;

    /* ── Banner ── */
    --banner-bg: #12080a;
    --banner-carousel-indicators-li-border: 1px solid #e85d6c;
    --banner-carousel-indicators-active-bg: #4a0e14;
    --banner-carousel-indicators-active-border: #e85d6c;

    /* ── Download APK ── */
    --download-apk-content-bg: #12080a;
    --download-apk-details-title-color: #f2e8e6;
    --download-apk-details-desc-color: #b89894;
    --download-apk-details-btn-bg: linear-gradient(180deg, #c41e3a 0%, #c41e3a 100%);
    --download-apk-color: #f2e8e6;
    --download-apk-section-i-color: #e85d6c;
    --download-apk-btn-color: #fff;
    --download-apk-btn-bg: linear-gradient(to bottom, #4a0e14 0%, #c41e3a 100%);
    --download-apk-btn-hover-color: #fff;
    --download-popup-modal-body-span-color: #f2e8e6;
    --download-popup-modal-header-title-color: #e85d6c;

    /* ── Progressive Jackpot ── */
    --home-progressive-jackpot-bg: linear-gradient(#12080a, #4a0e14, #12080a);
    --home-progressive-jackpot-color: #f2e8e6;
    --home-progressive-jackpot-outer-cntr-bg: #050505;
    --home-progressive-jackpot-inner-cntr-bg: linear-gradient(#4a0e14, #12080a);
    --home-progressive-jackpot-border-cntr-bg: rgba(10, 4, 14, 0.6);
    --home-progressive-jackpot-border-cntr-border: 3px solid #e85d6c;
    --home-progressive-jackpot-jackpot-cntr-bg: linear-gradient(#4a0e14, #12080a);
    --home-progressive-jackpot-jackpot-inner-cntr-bg: #050505;
    --home-progressive-jackpot-jackpot-border-cntr-border: 3px dotted #c41e3a;
    --home-progressive-jackpot-jackpot-currency-color: #e85d6c;
    --home-progressive-jackpot-jackpot-play-text-color: #e85d6c;
    --home-progressive-jackpot-jackpot-play-text-label-color: #e85d6c;

    /* ── Lottery ── */
    --lottery-result-cntr-bg: #140a10;
    --lottery-result-cntr-color: #f2e8e6;
    --lottery-result-cntr-title-bg: #4a0e14;
    --lottery-result-cntr-title-color: #e85d6c;
    --lottery-result-cntr-numbers-bg: #0a0609;

    /* ── Sports ── */
    --sports-platform-title-color: #f2e8e6;
    --sports-matches-cntr-bg: #0c080a;
    --sport-match-item-bg: #160c12;
    --sport-match-item-color: #f2e8e6;
    --sport-match-item-even-bg: #1c0e14;
    --sport-match-item-even-color: #f2e8e6;
    --sport-match-item-info-cntr-bg: #10080c;
    --sport-match-item-even-info-cntr-bg: #120a10;
    --sport-match-item-even-info-cntr-color: #f2e8e6;
    --sport-match-item-info-color: #f2e8e6;
    --sport-match-item-teams-span-color: #e85d6c;

    /* ── Popular/Home Game Lists ── */
    --popular-game-title-cntr-title-span-color: #fff;
    --popular-game-title-cntr-title-span-bg: #4a0e14;
    --popular-game-title-cntr-title-span-after-bg: #4a0e14;
    --popular-game-title-cntr-content-border: 1px solid #4a0e14;
    --popular-game-title-cntr-content-game-list-game-item-game-name-color: #e85d6c;
    --popular-game-title-cntr-content-game-list-game-item-provider-name-color: #f2e8e6;
    --popular-game-title-cntr-content-game-list-scrollbar-thumb-bg: #4a0e14;

    --popular-games-bg: transparent;
    --popular-games-left-section-title-bg: #4a0e14;
    --popular-games-left-section-title-color: #f2e8e6;
    --popular-games-scrtabs-tab-cntr-bg: #4a0e14;
    --popular-games-nav-tabs-li-a-bg: #10080c;
    --popular-games-nav-tabs-li-a-active-bg: rgba(92, 10, 56, 0.5);
    --popular-games-scroll-arrow-bg: transparent;
    --popular-games-scroll-arrow-color: #f2e8e6;
    --popular-games-tab-pane-bg: #0c080a;
    --popular-games-tab-content-border: 1px solid #4a0e14;
    --popular-games-list-game-item-hover-link-cntr-bg: rgba(10, 4, 14, 0.75);

    --home-game-list-cntr-title-span-color: #fff;
    --home-game-list-cntr-title-span-bg: #4a0e14;
    --home-game-list-cntr-title-span-after-bg: #4a0e14;
    --home-game-list-cntr-content-border: 1px solid #4a0e14;
    --home-game-list-cntr-content-game-list-game-item-game-name-color: #e85d6c;
    --home-game-list-cntr-content-game-list-game-item-provider-name-color: #f2e8e6;
    --home-game-list-cntr-content-game-list-scrollbar-thumb-bg: #4a0e14;
    --home-game-list-game-player-color: #f2e8e6;
    --home-game-list-active-player-color: #f2e8e6;
    --home-game-list-game-player-container-bg: rgba(10, 4, 14, 0.75);

    /* ── Home Info / Ticker ── */
    --home-info-cntr-bg: #4a0e14;
    --home-info-cntr-border: 2px solid #e85d6c;
    --home-info-cntr-tickercntr-bg: #0c080a;

    /* ── Arcade ── */
    --arcade-games-cntr-bg: #4a0e14;
    --arcade-games-cntr-vendor-name-color: #f2e8e6;
    --arcade-games-cntr-filter-section-bg: #4a0e14;
    --arcade-games-cntr-filter-section-input-text-bg: #0c080a;
    --arcade-games-cntr-filter-section-input-text-color: #f2e8e6;
    --arcade-games-cntr-category-filter-link-color: #f2e8e6;
    --arcade-games-cntr-category-filter-link-active-bg: #c41e3a;
    --arcade-games-cntr-category-filter-link-active-color: #fff;

    /* ── Misc containers ── */
    --sports-cntr-bg: #0c080a;
    --poker-game-types-bg: linear-gradient(to right, rgba(18,8,16,.5) 0%, rgba(50,20,40,.5) 50%, rgba(18,8,16,.5) 100%);
    --poker-game-types-border: 4px solid #4a0e14;
    --poker-game-types-ul-li-p-color: #f2e8e6;
    --slot-jackpot-cntr-bg: rgba(18, 10, 22, 0.85);

    /* ── Provider slide ── */
    --provider-slide-bg: #4a0e14;
    --provider-slide-i-bg: rgba(232, 93, 108, 0.1);
    --provider-slide-i-color: #e85d6c;
    --provider-slide-i-hover-bg: rgba(232, 93, 108, 0.25);
    --provider-slide-main-slide-item-bg: rgba(232, 93, 108, 0.08);
    --provider-slide-main-slide-item-a-not-game-info-bg: #4a0e14;
    --provider-slide-main-slide-item-a-not-game-info-hover-bg: #c41e3a;
    --provider-slide-main-slide-item-h5-color: #f2e8e6;

    /* ── Promotions ── */
    --promotion-cntr-bg: #0c0814;
    --promotion-cntr-std-side-menu-li-a-bg: #4a0e14;
    --promotion-cntr-std-side-menu-li-a-color: #f2e8e6;
    --promotion-cntr-std-side-menu-a-true-bg: #c41e3a;
    --promotion-cntr-std-side-menu-a-true-color: #fff;
    --promotion-list-bg: #0c080a;
    --promotion-item-img-border: 1px solid #4a0e14;
    --promotion-item-btn-cntr-promotion-label-h2-h3-color: #f2e8e6;
    --promotion-item-click-for-get-promo-btn-bg: #4a0e14;
    --promotion-item-click-for-get-promo-btn-color: #fff;
    --promotion-item-click-for-get-promo-btn-hover-bg: #c41e3a;
    --promotion-item-details-bg: #0c0814;
    --promotion-item-details-color: #f2e8e6;
    --promotion-item-details-promotion-title-color: #e85d6c;
    --promotion-item-details-click-for-get-promo-btn-bg: #4a0e14;
    --promotion-item-details-click-for-get-promo-btn-hover-bg: #c41e3a;

    /* ── Std Forms / Buttons ── */
    --std-form-cntr-bg: #10060c;
    --std-form-title-bg: #4a0e14;
    --std-form-title-color: #f2e8e6;
    --std-form-content-bg: #14080e;
    --std-form-content-color: #b89894;
    --std-section-title-color: #f2e8e6;
    --std-section-title-before-bg: #c41e3a;
    --std-reporting-cntrl-group-btn-primary-bg: #4a0e14;
    --std-reporting-cntrl-group-btn-primary-color: #fff;
    --std-reporting-cntrl-group-btn-primary-border: transparent;
    --std-reporting-cntrl-group-btn-primary-hover-bg: #c41e3a;
    --std-form-note-bg: #12080a;
    --std-form-note-color: #f2e8e6;
    --std-btn-group-btn-primary-bg: #4a0e14;
    --std-btn-group-btn-primary-color: #fff;
    --std-btn-group-btn-primary-hover-bg: #c41e3a;
    --std-btn-group-btn-primary-hover-color: #fff;
    --std-btn-group-btn-primary-disabled-bg: #362448;
    --std-btn-group-btn-primary-disabled-color: #8a706c;

    /* ── Menus / Nav ── */
    --std-side-menu-bg: #4a0e14;
    --std-side-menu-group-label-menu-a-bg: #140810;
    --std-side-menu-group-label-menu-a-color: #f2e8e6;
    --std-side-menu-a-active-hover-bg: #2e2038;
    --std-side-menu-a-active-hover-color: #e85d6c;
    --std-side-menu-player-acc-section-bg: #12080a;
    --std-side-menu-player-acc-section-color: #f2e8e6;
    --std-side-menu-player-acc-section-username-color: #e85d6c;
    --std-side-menu-player-acc-section-wallet-cntr-bg: #060608;
    --std-side-menu-player-acc-section-wallet-cntr-border: 1px solid #e85d6c;
    --std-side-menu-menu-section-bg: #4a0e14;
    --std-side-menu-menu-section-color: #f2e8e6;
    --std-side-menu-menu-section-hr-border: #140810;
    --std-side-menu-menu-section-hover-focus-true-bg: #140810;
    --std-side-menu-menu-section-hover-focus-true-color: #e8a898;
    --std-side-menu-group-label-bg: #0e0608;

    /* ── Top/Site Header ── */
    --topbar-cntr-bg: #140810;
    --topbar-left-section-item-color: #e8d4d0;
    --topbar-left-section-item-a-hover-color: #e85d6c;
    --topbar-left-section-language-selector-bg: #0c0a10;
    --topbar-left-section-language-selector-li-border: 1px solid #10080c;
    --site-header-bg: #12060a;
    --site-header-border: 4px solid #c41e3a;
    --top-menu-li-a-color: #f2e8e6;
    --top-menu-li-true-hover-bg: #4a0e14;
    --top-menu-li-true-hover-a-color: #e85d6c;
    --top-menu-game-list-btop: 4px solid #c41e3a;
    --top-menu-game-list-bg: rgba(5, 5, 30, 0.95);
    --top-menu-game-list-bbot: 10px solid #c41e3a;
    --top-menu-game-list-li-a-background-bg: linear-gradient(90deg, rgba(196, 30, 58, 0) 0%, rgba(92, 10, 56, 0.71) 99.99%);
    --top-menu-game-list-li-a-background-border: 1px solid #c41e3a;

    /* ── Footer ── */
    --footer-separator-border: 1px dotted #c41e3a;
    --site-footer-border: 2px solid #c41e3a;
    --site-footer-bg: linear-gradient(to right, #0c0506 0%, #4a0e14 100%) no-repeat center;
    --site-footer-bi: linear-gradient(to right, #0c0506 0%, #4a0e14 100%);
    --footer-links-li-a-color: #e8a898;
    --footer-links-li-a-hover-color: #e85d6c;
    --footer-links-li-li-a-border: 1px solid #241210;
    --copyright-color: #8a6a82;
    --footer-section-title-color: #f2e8e6;
    --footer-sitemap-icon-bg: #4a0e14;
    --footer-featured-product-bg: #12080a;
    --footer-banking-card-bg: #12080a;

    /* ── Login Panel ── */
    --login-panel-login-btn-bg: linear-gradient(to right, #4a0e14 0%, #c41e3a 100%);
    --login-panel-login-btn-color: #fff;
    --login-panel-login-btn-border: transparent;
    --login-panel-login-btn-hover-bg: linear-gradient(to right, #c41e3a 0%, #4a0e14 100%);
    --login-panel-register-btn-bg: linear-gradient(to bottom, #c41e3a 0%, #4a0e14 100%);
    --login-panel-register-btn-color: #fff;
    --login-panel-register-btn-border: transparent;
    --login-panel-register-btn-hover-bg: linear-gradient(to bottom, #4a0e14 0%, #c41e3a 100%);

    /* ── Profile Bar ── */
    --std-profile-bar-bg: #12080a;
    --std-profile-bar-color: #f2e8e6;
    --std-profile-bar-a-color: #f2e8e6;
    --std-profile-bar-user-field-div-username-color: #e85d6c;
    --std-profile-bar-user-field-loyalty-info-cntr-lp-field-border: 1px dotted #e85d6c;
    --std-profile-bar-user-field-loyalty-info-cntr-lp-field-color: #e85d6c;
    --std-profile-bar-ref-code-cntr-border: 1px dashed #c41e3a;
    --std-profile-bar-ref-code-cntr-bg: #140810;
    --std-profile-bar-ref-code-cntr-color: #e85d6c;

    /* ── Modal ── */
    --modal-content-bg: #0c080a;
    --modal-content-border: #0c080a;
    --modal-body-p-color: #e8a898;
    --modal-footer-border: #241210;
    --modal-footer-btn-primary-color: #fff;
    --modal-footer-btn-primary-bg: #4a0e14;
    --modal-footer-btn-primary-hover-bg: #c41e3a;
    --modal-btn-bg: #382840;
    --modal-btn-color: #f2e8e6;
    --modal-btn-border: 2px solid #382840;
    --modal-btn-hover-bg: #362240;
    --modal-btn-hover-color: #f2e8e6;
    --modal-header-close-color: #f2e8e6;

    /* ── Popover ── */
    --popover-bg: #12080a;
    --popover-border: #4a0e14;
    --popover-color: #f2e8e6;
    --popover-top-arrow-border: #4a0e14;
    --popover-top-arrow-after-border: #12080a;

    /* ── Play Now / Free Play Buttons ── */
    --play-now-bg: #4a0e14;
    --play-now-color: #fff;
    --play-now-hover-bg: #c41e3a;
    --play-now-hover-color: #fff;
    --free-play-bg: linear-gradient(to bottom, #3a2848 0%, #241210 100%);
    --free-play-hover-bg: linear-gradient(to bottom, #241210 0%, #3a2848 100%);

    /* ── Game List ── */
    --game-list-title-bg: #0c080a;
    --game-list-bg: #0c080a;
    --game-list-game-item-bg: #10060c;
    --game-list-game-name-bg: #c41e3a;
    --game-list-game-name-color: #fff;
    --game-list-wrapper-cntr-hover-bg: #050505;
    --large-game-list-cntr-bg: rgba(5, 15, 50, 0.85);
    --large-game-list-li-game-provider-img-bg: linear-gradient(335.7deg, #4a0d32 16.09%, rgba(92, 10, 56, 0.5) 49.24%, rgba(0, 0, 0, 0) 83.08%);
    --large-game-list-li-game-provider-img-link-cntr-img-play-now-bg: #c41e3a;
    --large-game-list-li-link-cntr-game-prov-img-bg: rgba(10, 4, 14, 0.75);
    --provider-page-large-game-list-cntr-bg: rgba(5, 15, 50, 0.85);
    --provider-info-bg: rgba(5, 15, 50, 0.85);

    /* ── Notification / Info Center ── */
    --info-center-title-bg: #140810;
    --info-center-title-color: #f2e8e6;
    --info-center-bg: #140810;
    --info-center-content-panel-bg: #10080c;
    --info-center-content-panel-color: #f2e8e6;
    --info-center-content-panel-default-heading-bg: #241210;
    --info-center-content-panel-default-heading-color: #f2e8e6;
    --info-center-content-title-color: #e85d6c;

    /* ── Banking / Deposits / Withdrawals ── */
    --deposit-cntr-formatted-balance-color: #e85d6c;
    --deposit-cntr-copy-bank-acc-btn-color: #e85d6c;
    --deposit-cntr-reveal-bank-acc-btn-bg: #4a0e14;
    --deposit-cntr-reveal-bank-acc-btn-hover-bg: #c41e3a;
    --bank-info-cntr-carousel-indicators-li-hover-bg: #c41e3a;
    --bank-info-block-bg: #140810;
    --bank-info-block-hr-border-top: 1px solid #4a0e14;
    --last-transaction-table-border: 1px solid #4a0e14;
    --last-transaction-table-thead-bg: #4a0e14;

    /* ── User Info ── */
    --user-info-color: #f2e8e6;
    --user-info-main-info-bg: rgba(255, 255, 255, 0.06);
    --user-info-wallet-cntr-balance-color: #e85d6c;
    --user-info-dropdown-menu-li-a-bg: #4a0e14;
    --user-info-dropdown-menu-li-a-color: #f2e8e6;
    --user-info-dropdown-menu-li-a-focus-bg: #c41e3a;
    --user-info-vendor-balances-cntr-border: 3px solid #c41e3a;
    --user-info-vendor-balances-cntr-bg: rgba(10, 4, 14, 0.9);
    --user-info-vendor-balances-cntr-header-border: 2px solid #c41e3a;
    --user-info-vendor-balances-cntr-header-strong-color: #e85d6c;
    --user-info-item-a-btn-logout-bg: #5c0a42;
    --user-info-item-a-btn-logout-hover-bg: #c41e3a;
    --user-info-loyalty-point-span-color: #e85d6c;

    /* ── Floating Action Btn ── */
    --floating-action-btn-bg: linear-gradient(0deg, #c41e3a 0%, #4a0e14 100%);
    --floating-action-btn-border: 1px solid #e85d6c;
    --floating-action-btn-bs: 0 4px 24px 0 rgba(196, 30, 58, 0.5);

    /* ── Unread Announcements ── */
    --unread-announcements-popup-border: 3px solid #c41e3a;
    --unread-announcements-popup-before-border: 10px solid #c41e3a;

    /* ── Claim / Bonus ── */
    --claim-item-type-div-bg: #4a0e14;
    --claim-item-type-div-color: #f2e8e6;
    --claim-item-claim-btn-bg: #4a0e14;
    --claim-item-claim-btn-hover-bg: #c41e3a;
    --claim-item-activation-btn-bg: #c41e3a;
    --claim-item-activation-btn-hover-bg: #4a0e14;
    --bonus-slider-modal-modal-header-bg: #4a0e14;
    --bonus-slider-modal-modal-content-bg: #12080a;
    --bonus-slider-modal-bonus-form-bg: #12080a;
    --bonus-slider-modal-bonus-form-border: 2px solid #4a0e14;
    --bonus-controls-field-bonus-amount-color: #e85d6c;
    --bonus-range-bubble-border: 2px solid #c41e3a;
    --bonus-range-bubble-bg: #c41e3a;

    /* ── Misc ── */
    --a-color: #e85d6c;
    --a-focus-hover-color: #c41e3a;
    --form-control-bg: #14080e;
    --form-control-color: #b89894;
    --form-control-border: #241210;
    --data-cntr-background-banner-bg: #12080a;
    --data-cntr-background-others-bg: #0a0609;
    --data-cntr-background-promotions-bg: #0c080a;
    --search-cntr-bg: #040415;
    --search-header-title-color: #f2e8e6;
    --search-input-cntr-input-bg: #10060c;
    --search-input-cntr-input-border: 1px solid #241210;
    --search-input-cntr-input-color: #f2e8e6;
    --recent-searches-cntr-history-item-bg: #10060c;
    --search-result-section-title-bg: #100a0c;
    --top-tab-cntr-border: 2px solid #140810;
    --top-tab-cntr-a-bg: #4a0e14;
    --top-tab-cntr-a-color: #f2e8e6;
    --top-tab-cntr-a-true-hover-bg: #140810;
    --top-tab-cntr-a-true-hover-color: #e8a898;
    --tab-content-cntr-bg: #12080a;
    --progressbar-bg: #160c12;
    --progress-bg: #c41e3a;
    --std-content-info-border: 1px solid #12080a;
    --std-content-info-h2-color: #e85d6c;
    --std-content-info-std-content-block-bg: #12080a;
    --std-content-info-table-border: 1px solid #12080a;
    --std-content-info-table-thead-tr-th-bg: #12080a;
    --notification-popup-body-color: #f2e8e6;
    --notification-popup-body-title-bg: #0a0609;
    --notification-popup-body-tabs-tab-item-bg: #0c080a;
    --notification-popup-body-footer-bg: linear-gradient(to bottom, #4a0e14 0%, #c41e3a 100%);
    --notification-list-item-data-seen-false-bg: #4a0e14;
    --notification-list-item-play-btn-bg: #c41e3a;
    --notification-list-item-header-label-bg: #4a0e14;
    --loyalty-top-bar-cntr-bg: linear-gradient(82.95deg, #0a0609 -41.64%, #4a0e14 138.36%);
    --std-profile-bar-bg: #12080a;
    --otp-hr-border: #c41e3a;
    --otp-input-border: #c41e3a;
    --request-otp-btn-contact-ver-link-border: 2px solid #c41e3a;
    --request-otp-btn-contact-ver-link-color: #e85d6c;
}

/* --- Maroon / crimson accents (glow) --- */

/* Glowing navbar / header */
.navbar, .site-header, [class*="header"] {
    box-shadow: 0 0 20px rgba(196, 30, 58, 0.3) !important;
}

/* Header logo: image scales to the header slot, not intrinsic asset size */
.site-header a.logo {
    display: inline-block;
    max-width: 100%;
    max-height: clamp(40px, 7vw, 52px);
    overflow: hidden;
    line-height: 0;
    vertical-align: middle;
}
.site-header a.logo img {
    display: block;
    max-height: clamp(40px, 7vw, 52px);
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

/* Glowing primary buttons */
.btn-primary, .play-now, .std-btn-group .btn-primary {
    box-shadow: 0 0 12px rgba(196, 30, 58, 0.5) !important;
    transition: box-shadow 0.3s ease, background 0.3s ease !important;
}
.btn-primary:hover, .play-now:hover {
    box-shadow: 0 0 20px rgba(232, 93, 108, 0.7) !important;
}

/* Glow on links */
a {
    color: #e85d6c;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}
a:hover, a:focus {
    color: #c41e3a;
    text-shadow: 0 0 8px rgba(232, 93, 108, 0.5);
}

/* Navbar links */
.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
    color: #e8d4d0 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #e85d6c !important;
    text-shadow: 0 0 8px rgba(232, 93, 108, 0.6);
}

/* Dark cards and panels */
.panel, .card, .well {
    background-color: #14080e !important;
    border-color: #2a1418 !important;
    color: #f2e8e6 !important;
}
.panel-heading {
    background-color: #4a0e14 !important;
    border-color: #4a0e14 !important;
    color: #f2e8e6 !important;
}

/* Tables */
.table > thead > tr > th,
.table > tbody > tr > td {
    border-color: #241210 !important;
    color: #e8d4d0;
}
.table > thead > tr > th {
    background-color: #140810;
}
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #10060c !important;
}
.table-hover > tbody > tr:hover > td {
    background-color: #301818 !important;
}

/* Form controls */
.form-control {
    background-color: #14080e !important;
    border-color: #241210 !important;
    color: #f2e8e6 !important;
    box-shadow: inset 0 1px 1px rgba(10, 4, 14, 0.3);
}
.form-control:focus {
    border-color: #c41e3a !important;
    box-shadow: inset 0 1px 1px rgba(10, 4, 14, 0.3), 0 0 10px rgba(196, 30, 58, 0.5) !important;
}

/* Dropdown menus */
.dropdown-menu {
    background-color: #14080e !important;
    border-color: #4a0e14 !important;
    box-shadow: 0 6px 20px rgba(10, 4, 14, 0.8) !important;
}
.dropdown-menu > li > a {
    color: #e8d4d0 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #4a0e14 !important;
}

/* Scrtabs (scrollable tabs) — use theme variable (maroon), never legacy blue */
.scrtabs-tab-container {
    background-color: var(--popular-games-scrtabs-tab-cntr-bg, #120608) !important;
    background-image: none !important;
}
.scrtabs-tab-scroll-arrow {
    background: linear-gradient(180deg, #3d0a10 0%, #1a0508 100%) !important;
    background-color: #2a080c !important;
    color: #f0a3a3 !important;
    border-color: rgba(196, 30, 58, 0.4) !important;
}
.scrtabs-tab-scroll-arrow:hover {
    background: linear-gradient(180deg, #5c1018 0%, #2a080c 100%) !important;
    color: #fff8f6 !important;
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
    background-color: #14080e !important;
    border-color: #241210 !important;
    color: #e8d4d0 !important;
}
.pagination > .active > a,
.pagination > .active > span {
    background-color: #c41e3a !important;
    border-color: #c41e3a !important;
    color: #fff !important;
}

/* Alert styles */
.alert {
    background-color: #10060c !important;
    border-color: #2a1418 !important;
    color: #f2e8e6 !important;
}

/* Star shimmer on headings */
h1, h2, h3, h4, h5, h6 {
    color: #f2e8e6;
}

/* Glow on active nav items */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #4a0e14 !important;
    box-shadow: 0 0 10px rgba(196, 30, 58, 0.5);
}
