/*
Theme Name: Astra Child
Description: Child theme of Astra
Author: Bhuwan Bhaskar
Template: astra
Version: 1.0.0
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    min-height: 100vh;
}



/* DESKTOP FOOTER FIX - OVERRIDE GRID LAYOUT */
@media (min-width: 769px) {
    body {
        display: flex !important;
        flex-direction: column !important;
        min-height: 100vh !important;
        overflow: visible !important;
    }
    
    .main-layout {
        flex: 1 !important;
        position: relative !important; /* CHANGED FROM FIXED */
        top: 161px !important;
        height: auto !important;
        bottom: auto !important;
        display: flex !important; /* CHANGED FROM GRID */
        flex-direction: row !important;
        min-height: calc(100vh - 161px) !important;
        overflow: visible !important;
        grid-template-columns: none !important; /* DISABLE GRID */
        grid-template-areas: none !important; /* DISABLE GRID */
    }
    
    .left-sidebar {
        width: 200px !important;
        flex-shrink: 0 !important;
        position: relative !important;
        grid-area: none !important; /* DISABLE GRID */
        bottom : 34px;
    }
    
    .main-content {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        overflow-y: auto !important;
        grid-area: none !important; /* DISABLE GRID */
    }
    
    .content-wrapper {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        height: auto !important;
    }
    
    .page-content {
        flex: 1 !important;
        height: auto !important;
        min-height: 0 !important;
    }
    
    .footer {
        margin-top: 100px !important;
        flex-shrink: 0 !important;
        position: relative !important;
        width: 100% !important;
    }
    
    /* Enable scrolling in main content */
    .main-content {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Ensure right sidebar still works */
    .right-sidebar {
        position: fixed !important;
        top: 161px !important;
        right: -450px !important;
        height: calc(100vh - 161px) !important;
        z-index: 999 !important;
    }
    
    .right-sidebar.active {
        right: 0 !important;
    }
    
    .main-content.sidebar-open {
        margin-right: 450px !important;
    }
}



/* HAMBURGER MENU STYLES - BOTH CLASSES SUPPORTED */
.hamburger-menu,
.hamburger-main {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
    background: #1e8067;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1005;
}

.hamburger-line {
    width: 22px;
    height: 2px;
    background: white;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
}

.hamburger-menu:hover,
.hamburger-main:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Hamburger Animation - BOTH CLASSES */
.hamburger-menu.active .hamburger-line:nth-child(1),
.hamburger-main.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .hamburger-line:nth-child(2),
.hamburger-main.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3),
.hamburger-main.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Top navigation bar */
.top-nav {
    background: #1e8067;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 13px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 30px;
}

.top-nav-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.date-time {
    font-size: 12px;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.twitter { background: #1da1f2; }
.facebook { background: #4267b2; }
.instagram { background: #e4405f; }

.mobile-help {
    display: flex;
    gap: 15px;
    font-size: 12px;
}

.mobile-help span {
    cursor: pointer;
}

.nav-links {
    display: flex;
    gap: 25px;
    font-weight: 500;
}

.nav-links span {
    cursor: pointer;
    text-transform: uppercase;
    padding: 5px 0;
}

.nav-links span:hover {
    text-decoration: underline;
}

/* Main header section */
.main-header {
    background: #1e8067;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 999;
    height: 80px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo .sports {
    color: #ff6b35;
}

.custom-logo-link {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}

.custom-logo {
    max-height: 100px;
    width: auto;
    height: auto;
    max-width: 200px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.custom-logo:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* SEARCH CONTAINER */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    border: 1px solid #1e8067;
    overflow: hidden;
    transition: all 0.3s ease;
    min-width: 200px;
    height: 40px;
}

.search-container:focus-within {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.search-input {
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
    width: 100%;
    height: 100%;
    outline: none;
    line-height: 1.2;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #1e8067;
    font-size: 14px;
}

.search-input:focus::placeholder {
    color: #1e8067;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #1e8067;
    cursor: pointer;
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.search-icon:hover {
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.search-container:focus-within .search-icon {
    color: white;
}

/* Fix for WebKit browsers */
.search-input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-input[type="search"]::-webkit-search-decoration,
.search-input[type="search"]::-webkit-search-cancel-button,
.search-input[type="search"]::-webkit-search-results-button,
.search-input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.auth-buttons {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-login {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.btn-join {
    background: #32d74b;
    color: white;
}

.btn:hover {
    opacity: 0.9;
}

/* Navigation menu */
.nav-menu {
    background: #f6f8fa;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 12px 20px;
    display: flex;
    gap: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 998;
}

.nav-item {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-item:hover {
    color: #4a47ff;
}

.nav-item.active {
    color: #4a47ff;
}

.dropdown-arrow {
    font-size: 12px;
}

/* ==========================
   DESKTOP LAYOUT - FIXED TOP POSITION
   ========================== */
.main-layout {
    position: fixed;
    top: 161px; /* FIXED: was 185px */
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "left-sidebar main-content";
    height: calc(100vh - 161px);
    width: 100vw;
    overflow: hidden;
}

/* LEFT SIDEBAR - DESKTOP (ALWAYS VISIBLE) */
.left-sidebar {
    grid-area: left-sidebar;
    width: 200px;
    background: #1e8067;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    left: 0;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.left-sidebar::-webkit-scrollbar {
    width: 6px;
}

.left-sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.left-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

/* UNIFIED SECTION STYLES - ALL SECTIONS IDENTICAL */
.betting-layout-container,
.sports-sections {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

/* ===========================
   MATCH DATE & SCHEDULE ICON FIXES
   =========================== */

/* Match Date Icons - Enhanced Implementation */
.match-date {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.match-date::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #6c757d;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    flex-shrink: 0;
}

/* Alternative fallback for match date icon */
.match-date.fallback::before {
    content: "📅";
    font-size: 12px;
    width: auto;
    height: auto;
    background: none;
    mask: none;
    -webkit-mask: none;
}

/* Match Time/Schedule Icons */
.match-time,
.sport-match-time,
.football-time {
    font-size: 12px;
    color: #666;
    background: #e9ecef;
    padding: 4px 8px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

/* .match-time::before,
.sport-match-time::before,
.football-time::before {
    content: "";
    width: 12px;
    height: 12px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='m12.5 7-1 0 0 6 4.75 2.85.75-1.23-4-2.37z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='m12.5 7-1 0 0 6 4.75 2.85.75-1.23-4-2.37z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    flex-shrink: 0;
}
 */
/* Alternative fallback for time icon */
/* .match-time.fallback::before,
.sport-match-time.fallback::before,
.football-time.fallback::before {
    content: "🕐";
    font-size: 10px;
    width: auto;
    height: auto;
    background: none;
    mask: none;
    -webkit-mask: none;
}
 */
/* Live Match Time Icons */
.live-event-time {
    background: #dc3545;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.live-event-time::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff4757;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    flex-shrink: 0;
}

/* Match Schedule Status Icons */
.match-status,
.football-match-status {
    font-size: 10px;
    color: #10b981;
    font-weight: 600;
    background: rgba(16, 185, 129, 0.1);
    padding: 4px 8px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.match-status::before,
.football-match-status::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Enhanced Live Indicator */
.live-indicator {
    background: white;
    color: #dc3545;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    animation: pulse 2s infinite;
}

.live-indicator::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #dc3545;
    border-radius: 50%;
    animation: pulse 1s infinite;
    flex-shrink: 0;
}

/* Featured Match Date Enhancement */
.featured-match-date {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.featured-match-date::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #6c757d;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    flex-shrink: 0;
}

/* Racing Venue Time Icons */
.venue-time,
.racing-time {
    font-size: 12px;
    color: #28a745;
    font-weight: 600;
    background: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.venue-time::before,
.racing-time::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #28a745;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='m12.5 7-1 0 0 6 4.75 2.85.75-1.23-4-2.37z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='m12.5 7-1 0 0 6 4.75 2.85.75-1.23-4-2.37z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    flex-shrink: 0;
}

/* Match Subtitle Icons */
.match-subtitle {
    font-size: 11px;
    color: #1a73e8;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.08) 0%, rgba(255, 107, 53, 0.08) 100%);
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(26, 115, 232, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    max-width: fit-content;
}

.match-subtitle::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #1a73e8;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M7 14l5-5 5 5z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M7 14l5-5 5 5z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    flex-shrink: 0;
}

/* Alternative fallback for match subtitle */
.match-subtitle.fallback::before {
    content: "⚡";
    font-size: 8px;
    width: auto;
    height: auto;
    background: none;
    mask: none;
    -webkit-mask: none;
}

/* ===========================
   RESPONSIVE ICON ADJUSTMENTS
   =========================== */

/* TABLET RESPONSIVE */
@media (max-width: 1024px) {
    .match-date::before,
    .featured-match-date::before {
        width: 12px;
        height: 12px;
    }
    
    .match-time::before,
    .sport-match-time::before,
    .football-time::before {
        width: 10px;
        height: 10px;
    }
    
    .match-date,
    .featured-match-date {
        font-size: 11px;
        gap: 4px;
    }
    
    .match-time,
    .sport-match-time,
    .football-time {
        font-size: 11px;
        padding: 3px 6px;
        gap: 3px;
    }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .match-date,
    .featured-match-date {
        font-size: 11px;
        gap: 4px;
        margin-bottom: 4px;
    }
    
    .match-date::before,
    .featured-match-date::before {
        width: 11px;
        height: 11px;
    }
    
    .match-time,
    .sport-match-time,
    .football-time {
        font-size: 10px;
        padding: 3px 6px;
        gap: 3px;
    }
    
    .match-time::before,
    .sport-match-time::before,
    .football-time::before {
        width: 9px;
        height: 9px;
    }
    
    .match-subtitle {
        font-size: 10px;
        padding: 3px 8px;
        gap: 3px;
    }
    
    .match-subtitle::before {
        width: 8px;
        height: 8px;
    }
    
    .live-event-time {
        font-size: 9px;
        padding: 2px 6px;
        gap: 3px;
    }
    
    .live-event-time::before {
        width: 6px;
        height: 6px;
    }
    
    .venue-time,
    .racing-time {
        font-size: 10px;
        padding: 3px 6px;
        gap: 3px;
    }
    
    .venue-time::before,
    .racing-time::before {
        width: 9px;
        height: 9px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .match-date,
    .featured-match-date {
        font-size: 10px;
        gap: 3px;
    }
    
    .match-date::before,
    .featured-match-date::before {
        width: 10px;
        height: 10px;
    }
    
    .match-time,
    .sport-match-time,
    .football-time {
        font-size: 9px;
        padding: 2px 5px;
        gap: 2px;
    }
    .match-time::before,
    .sport-match-time::before,
    .football-time::before {
        width: 8px;
        height: 8px;
    }
    
    .match-subtitle {
        font-size: 9px;
        padding: 2px 6px;
        gap: 2px;
    }
    
    .match-subtitle::before {
        width: 7px;
        height: 7px;
    }
}

/* ===========================
   ICON FALLBACKS FOR OLDER BROWSERS
   =========================== */

/* Fallback for browsers that don't support CSS masks */
@supports not (mask: url()) {
    .match-date::before,
    .featured-match-date::before {
        content: "📅";
        font-size: 12px;
        width: auto;
        height: auto;
        background: none;
    }
    
/*     .match-time::before,
    .sport-match-time::before,
    .football-time::before,
    .venue-time::before,
    .racing-time::before {
        content: "🕐";
        font-size: 10px;
        width: auto;
        height: auto;
        background: none;
    } */
    
    .match-subtitle::before {
        content: "⚡";
        font-size: 8px;
        width: auto;
        height: auto;
        background: none;
    }
}

/* High contrast mode adjustments */
@media (prefers-contrast: high) {
    .match-date::before,
    .featured-match-date::before,
    .match-time::before,
    .sport-match-time::before,
    .football-time::before,
    .venue-time::before,
    .racing-time::before,
    .match-subtitle::before {
        background: currentColor;
        opacity: 1;
    }
    
    .match-date,
    .featured-match-date,
    .match-time,
    .sport-match-time,
    .football-time,
    .venue-time,
    .racing-time,
    .match-subtitle {
        border: 1px solid currentColor;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .live-event-time::before,
    .live-indicator,
    .live-indicator::before {
        animation: none !important;
    }
}

/* Print styles */
@media print {
    .match-date::before,
    .featured-match-date::before,
    .match-time::before,
    .sport-match-time::before,
    .football-time::before,
    .venue-time::before,
    .racing-time::before,
    .match-subtitle::before {
        background: #000 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}


/* ===========================
   ENHANCED MATCH INFO & FOOTBALL UI STYLING
   =========================== */

/* Enhanced Featured Match Info */
.featured-match-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.featured-match-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6b35, transparent);
    transition: left 0.6s ease;
}

.featured-match-card:hover {
    background: linear-gradient(145deg, #ffffff 0%, #f5f7fa 100%);
    border-left-color: #ff6b35;
    transform: translateY(-3px) translateX(3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15);
}

.featured-match-card:hover::before {
    left: 100%;
}

/* Enhanced Match Info Section */
.match-info {
    flex: 1;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 2;
}

.match-date {
    font-size: 11px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.match-date::before {
    content: '⏰';
    font-size: 12px;
    opacity: 0.7;
}

.match-teams {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin: 4px 0;
    line-height: 1.3;
    position: relative;
}

/* Enhanced VS separator */
.match-teams .vs-separator {
    color: #ff6b35;
    font-weight: 600;
    margin: 0 8px;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.match-subtitle {
    font-size: 11px;
    color: #1a73e8;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.08) 0%, rgba(255, 107, 53, 0.08) 100%);
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(26, 115, 232, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    max-width: fit-content;
}

.match-subtitle::before {
    content: '⚡';
    font-size: 10px;
}

/* Enhanced Match Status Badge */
.match-status {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

/* Enhanced Match Odds for Featured */
.match-odds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    margin-left: 20px;
}

.odds-button {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 55px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    position: relative;
    overflow: hidden;
}

.odds-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: left 0.6s ease;
}

.odds-button:hover::before {
    left: 100%;
}

.odds-button:hover {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    border-color: #ff6b35;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.odds-button.selected {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    border-color: #ff6b35;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.odds-button.selected::after {
    content: '✓';
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.odds-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #6b7280;
}

.odds-button:hover .odds-label,
.odds-button.selected .odds-label {
    color: rgba(255, 255, 255, 0.9);
}

.odds-value {
    font-weight: 800;
    font-size: 13px;
    color: #1f2937;
    line-height: 1;
}

.odds-button:hover .odds-value,
.odds-button.selected .odds-value {
    color: white;
}

/* ===========================
   ENHANCED FOOTBALL SECTION UI
   =========================== */

/* Football Sport Content Section */
.sport-content-section.football-section {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(74, 71, 255, 0.1);
}

.sport-content-section.football-section:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(74, 71, 255, 0.15);
    border-color: rgba(74, 71, 255, 0.2);
}

/* Enhanced Football Header */
.sport-content-header.football-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 22px 25px !important;
    position: relative;
    overflow: hidden;
}

.sport-content-header.football-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 80px;
    height: 200%;
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(20deg);
}

.sport-content-title.football-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    z-index: 2;
    position: relative;
}

.sport-content-icon.football-icon {
    font-size: 24px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

/* ===========================
   ENHANCED SPORT MATCH ITEM - PROPER SPACING FIX
   =========================== */

.sport-match-item {
    background: linear-gradient(145deg, #fafbfc 0%, #f1f3f4 100%);
    border-radius: 12px;
    padding: 18px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column; /* CHANGED: Force vertical layout */
    gap: 15px; /* ADDED: Proper spacing between sections */
}

.sport-match-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #4a47ff 0%, #6b5fff 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.sport-match-item:hover {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-left-color: #4a47ff;
    transform: translateY(-3px) translateX(3px);
    box-shadow: 0 8px 25px rgba(74, 71, 255, 0.15);
}

.sport-match-item:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

.sport-match-item:last-child {
    margin-bottom: 0;
}

/* Enhanced Sport Match Header */
.sport-match-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0; /* REMOVED: No margin needed with gap */
    position: relative;
    z-index: 2;
    flex-wrap: wrap; /* ADDED: Allow wrapping on small screens */
    gap: 8px; /* ADDED: Gap between items when wrapped */
}

.sport-match-teams {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    flex: 1;
    min-width: 200px; /* ADDED: Minimum width to prevent crushing */
}

.sport-match-time {
    font-size: 12px;
    color: white;
    background: linear-gradient(135deg, #4a47ff 0%, #6b5fff 100%);
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(74, 71, 255, 0.3);
    white-space: nowrap;
    flex-shrink: 0; /* ADDED: Prevent shrinking */
}

/* Enhanced Sport Betting Odds Section */
.sport-betting-odds {
    display: grid;
    gap: 12px;
    margin-top: 0; /* REMOVED: Using gap from parent container */
    width: 100%;
    box-sizing: border-box;
}

/* Football odds - 3 column layout */
.sport-betting-odds.football-odds {
    grid-template-columns: repeat(3, 1fr);
}

/* Cricket odds - 2 column layout */
.sport-betting-odds.cricket-odds {
    grid-template-columns: repeat(2, 1fr);
}

/* Tennis odds - 2 column layout */
.sport-betting-odds.tennis-odds {
    grid-template-columns: repeat(2, 1fr);
}

/* Enhanced Sport Odds Buttons */
.sport-odds-button {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 55px;
    position: relative;
    overflow: hidden;
}

.sport-odds-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(74, 71, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.sport-odds-button:hover::before {
    left: 100%;
}

.sport-odds-button:hover {
    background: linear-gradient(135deg, #4a47ff 0%, #6b5fff 100%);
    color: white;
    border-color: #4a47ff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(74, 71, 255, 0.3);
}

.sport-odds-button.selected {
    background: linear-gradient(135deg, #4a47ff 0%, #6b5fff 100%);
    color: white;
    border-color: #4a47ff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(74, 71, 255, 0.4);
}

.sport-odds-button.selected::after {
    content: '✓';
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.sport-odds-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #6b7280;
    margin-bottom: 2px;
}

.sport-odds-button:hover .sport-odds-label,
.sport-odds-button.selected .sport-odds-label {
    color: rgba(255, 255, 255, 0.9);
}

.sport-odds-value {
    font-weight: 800;
    font-size: 14px;
    color: #1f2937;
    line-height: 1;
}

.sport-odds-button:hover .sport-odds-value,
.sport-odds-button.selected .sport-odds-value {
    color: white;
}

/* Match Additional Info Section */
.sport-match-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
    position: relative;
    z-index: 2;
    margin-top: 0; /* REMOVED: Using gap from parent */
}

.sport-match-meta {
    display: flex;
    gap: 12px;
    align-items: center;
}

.sport-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.sport-league {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
    background: rgba(107, 114, 128, 0.1);
    padding: 2px 8px;
    border-radius: 6px;
}

.sport-markets-count {
    color: #4a47ff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.3s;
}

.sport-markets-count:hover {
    background: rgba(74, 71, 255, 0.1);
    transform: translateX(2px);
}

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

/* TABLET RESPONSIVE */
@media (max-width: 1024px) {
    .sport-match-item {
        padding: 16px;
        gap: 12px;
    }
    
    .sport-match-header {
        gap: 6px;
    }
    
    .sport-match-teams {
        font-size: 15px;
        min-width: 180px;
    }
    
    .sport-match-time {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .sport-betting-odds {
        gap: 10px;
    }
    
    .sport-odds-button {
        padding: 12px 8px;
        min-height: 50px;
    }
    
    .sport-odds-value {
        font-size: 13px;
    }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .sport-match-item {
        padding: 16px;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .sport-match-header {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .sport-match-teams {
        font-size: 15px;
        text-align: center;
        min-width: auto;
    }
    
    .sport-match-time {
        align-self: center;
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .sport-betting-odds {
        gap: 10px;
    }
    
    .sport-betting-odds.football-odds {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sport-betting-odds.cricket-odds,
    .sport-betting-odds.tennis-odds {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sport-odds-button {
        padding: 12px 8px;
        min-height: 48px;
        gap: 3px;
    }
    
    .sport-odds-label {
        font-size: 9px;
    }
    
    .sport-odds-value {
        font-size: 13px;
    }
    
    .sport-match-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 10px;
    }
    
    .sport-match-meta {
        gap: 8px;
    }
    
    .sport-meta-item {
        font-size: 11px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .sport-match-item {
        padding: 14px;
        gap: 12px;
        margin-bottom: 12px;
    }
    
    .sport-match-teams {
        font-size: 14px;
        line-height: 1.2;
    }
    
    .sport-match-time {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .sport-betting-odds {
        gap: 8px;
    }
    
    .sport-odds-button {
        padding: 10px 6px;
        min-height: 45px;
    }
    
    .sport-odds-label {
        font-size: 8px;
    }
    
    .sport-odds-value {
        font-size: 12px;
    }
    
    .sport-league {
        font-size: 10px;
        padding: 1px 6px;
    }
    
    .sport-markets-count {
        font-size: 11px;
        padding: 3px 6px;
    }
}

/* ===========================
   ACCESSIBILITY & PERFORMANCE
   =========================== */

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
    .sport-match-item,
    .sport-odds-button {
        transition: none !important;
    }
    
    .sport-match-item::before,
    .sport-odds-button::before {
        transition: none !important;
    }
}

/* HIGH CONTRAST MODE */
@media (prefers-contrast: high) {
    .sport-match-item {
        border: 2px solid #000;
        background: #fff;
    }
    
    .sport-odds-button {
        border: 2px solid #000;
        background: #fff;
    }
    
    .sport-odds-button:hover,
    .sport-odds-button.selected {
        background: #000;
        color: #fff;
    }
}

/* TOUCH DEVICE OPTIMIZATION */
@media (hover: none) {
    .sport-match-item:hover {
        transform: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
    
    .sport-odds-button {
        min-height: 48px;
        min-width: 48px;
    }
    
    .sport-odds-button:hover {
        transform: none;
    }
}

/* PRINT STYLES */
@media print {
    .sport-match-item {
        background: #fff !important;
        box-shadow: none !important;
        border: 1px solid #000 !important;
        margin-bottom: 10px !important;
        break-inside: avoid;
    }
    
    .sport-odds-button {
        background: #fff !important;
        border: 1px solid #000 !important;
        color: #000 !important;
    }
}


/* Enhanced Football Match Items */
.sport-match-item.football-match {
    background: linear-gradient(145deg, #fafbfc 0%, #f1f3f4 100%);
    border-radius: 12px;
    padding: 18px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.sport-match-item.football-match::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: bottom;
}

.sport-match-item.football-match:hover {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-left-color: #667eea;
    transform: translateY(-3px) translateX(3px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.sport-match-item.football-match:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

/* Enhanced Football Match Header */
.sport-match-header.football-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.sport-match-teams.football-teams {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Football Team Icons */
.football-teams .team-icon {
    width: 24px;
    height: 24px;
    background: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: 700;
    margin-right: 6px;
}

.football-teams .vs-separator {
    color: #667eea;
    font-weight: 600;
    margin: 0 8px;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.sport-match-time.football-time {
    font-size: 12px;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* Enhanced Football Match Status */
.football-match-status {
    font-size: 10px;
    color: #10b981;
    font-weight: 600;
    background: rgba(16, 185, 129, 0.1);
    padding: 3px 8px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 4px;
    display: inline-block;
}

/* Enhanced Football Betting Odds */
.sport-betting-odds.football-odds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 15px;
}

.sport-odds-button.football-odds-btn {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 55px;
    position: relative;
    overflow: hidden;
}

.sport-odds-button.football-odds-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.6s ease;
}

.sport-odds-button.football-odds-btn:hover::before {
    left: 100%;
}

.sport-odds-button.football-odds-btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.sport-odds-button.football-odds-btn.selected {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.sport-odds-button.football-odds-btn.selected::after {
    content: '✓';
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.sport-odds-label.football-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #6b7280;
}

.sport-odds-button.football-odds-btn:hover .sport-odds-label,
.sport-odds-button.football-odds-btn.selected .sport-odds-label {
    color: rgba(255, 255, 255, 0.9);
}

.sport-odds-value.football-value {
    font-weight: 800;
    font-size: 14px;
    color: #1f2937;
    line-height: 1;
}

.sport-odds-button.football-odds-btn:hover .sport-odds-value,
.sport-odds-button.football-odds-btn.selected .sport-odds-value {
    color: white;
}

/* Football Match Additional Info */
.football-match-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}

.football-meta-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.football-league {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
    background: rgba(107, 114, 128, 0.1);
    padding: 2px 8px;
    border-radius: 6px;
}

.football-markets-count {
    font-size: 11px;
    color: #667eea;
    font-weight: 600;
    cursor: pointer;
}

.football-markets-count:hover {
    text-decoration: underline;
}

/* Enhanced Football Live Indicator */
.football-live-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #dc2626;
    font-weight: 600;
}

.football-live-dot {
    width: 6px;
    height: 6px;
    background: #dc2626;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

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

/* TABLET RESPONSIVE */
@media (max-width: 1024px) {
    .featured-match-card {
        padding: 16px;
    }
    
    .match-odds {
        gap: 8px;
        margin-left: 16px;
    }
    
    .odds-button {
        min-width: 50px;
        min-height: 45px;
        padding: 10px 6px;
    }
    
    .sport-match-item.football-match {
        padding: 16px;
    }
    
    .sport-betting-odds.football-odds {
        gap: 10px;
    }
    
    .sport-odds-button.football-odds-btn {
        min-height: 50px;
        padding: 12px 8px;
    }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .featured-match-card {
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .match-info {
        gap: 8px;
    }
    
    .match-teams {
        font-size: 16px;
    }
    
    .match-odds {
        margin-left: 0;
        justify-content: center;
        gap: 12px;
    }
    
    .odds-button {
        flex: 1;
        min-width: 70px;
        min-height: 50px;
        padding: 12px 8px;
    }
    
    .odds-label {
        font-size: 8px;
    }
    
    .odds-value {
        font-size: 14px;
        margin-top: 2px;
    }
    
    /* Football Mobile */
    .sport-match-item.football-match {
        padding: 16px;
    }
    
    .sport-match-header.football-header {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .sport-match-teams.football-teams {
        font-size: 15px;
        justify-content: center;
    }
    
    .sport-match-time.football-time {
        align-self: center;
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .sport-betting-odds.football-odds {
        gap: 10px;
        margin-top: 12px;
    }
    
    .sport-odds-button.football-odds-btn {
        min-height: 48px;
        padding: 10px 6px;
    }
    
    .sport-odds-label.football-label {
        font-size: 8px;
    }
    
    .sport-odds-value.football-value {
        font-size: 13px;
    }
    
    .football-match-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 10px;
        padding-top: 10px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .featured-match-card {
        padding: 14px;
    }
    
    .match-teams {
        font-size: 15px;
        line-height: 1.2;
    }
    
    .odds-button {
        min-width: 60px;
        padding: 10px 6px;
    }
    
    .odds-value {
        font-size: 13px;
    }
    
    .sport-match-item.football-match {
        padding: 14px;
    }
    
    .sport-match-teams.football-teams {
        font-size: 14px;
    }
    
    .sport-odds-button.football-odds-btn {
        min-height: 45px;
        padding: 8px 4px;
    }
    
    .sport-odds-value.football-value {
        font-size: 12px;
    }
}

/* ACCESSIBILITY & PERFORMANCE */
@media (prefers-reduced-motion: reduce) {
    .featured-match-card,
    .sport-match-item.football-match,
    .odds-button,
    .sport-odds-button.football-odds-btn {
        transition: none !important;
    }
    
    .featured-match-card::before,
    .sport-match-item.football-match::before,
    .odds-button::before,
    .sport-odds-button.football-odds-btn::before {
        transition: none !important;
    }
    
    .football-live-dot {
        animation: none !important;
    }
}

/* HIGH DPI DISPLAYS */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .odds-button,
    .sport-odds-button.football-odds-btn {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* TOUCH OPTIMIZATION */
@media (hover: none) {
    .featured-match-card:hover,
    .sport-match-item.football-match:hover,
    .odds-button:hover,
    .sport-odds-button.football-odds-btn:hover {
        transform: none;
        box-shadow: none;
    }
    
    .odds-button,
    .sport-odds-button.football-odds-btn {
        min-height: 48px;
        min-width: 48px;
    }
}


/* Base styling for ALL sections - Sports, Featured, Racing */
.betting-section,
.featured-section,
.racing-section,
.sport-content-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.betting-section:hover,
.featured-section:hover,
.racing-section:hover,
.sport-content-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Unified Header Styling for ALL sections */
.section-header,
.featured-header,
.racing-header,
.sport-content-header {
    background: #1e8067 !important;
    color: white !important;
    /* padding: 18px 20px !important; */
    display: flex !important;
    align-items: center !important;
    /* justify-content: space-between !important; */
    border-bottom: none !important;
}

/* Unified Title Styling */
.section-title,
.featured-title,
.racing-title,
.sport-content-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

/* Icon styling for all sections */
.sport-content-icon,
.section-icon,
.featured-icon,
.racing-icon {
    font-size: 20px;
}

/* View All Button - Unified Styling */
.view-all-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s;
}

.view-all-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Unified Content Body */
.featured-matches,
.racing-venues,
.sport-content-body {
    padding: 20px;
}

/* Match/Event Lists */
.featured-matches,
.racing-venues,
.sport-matches-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Featured Match Cards - Make identical to sport matches */
.featured-match-card,
.sport-match-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 4px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-match-card:hover,
.sport-match-item:hover {
    background: #e9ecef;
    border-left-color: #4a47ff;
    transform: translateX(3px);
}

/* Racing Venue Cards - Make identical to sport matches */
.racing-venue-card {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s;
    border-left: 4px solid transparent;
}

.racing-venue-card:hover {
    background: #e9ecef;
    border-left-color: #4a47ff;
    transform: translateX(3px);
}

.racing-venue-card:last-child {
    margin-bottom: 0;
}

/* Venue Header Styling */
.venue-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
}

.venue-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.venue-icon {
    font-size: 16px;
}

.venue-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.venue-subtitle {
    font-size: 11px;
    color: #666;
    margin-left: 10px;
}

.venue-arrow {
    color: #666;
    font-size: 12px;
}

/* Match Info Styling - Unified */
/* .match-info,
.sport-match-header {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
} */

.match-date {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}

.match-teams,
.sport-match-teams {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 2px 0;
}

.match-time,
.sport-match-time {
    font-size: 12px;
    color: #666;
    background: #e9ecef;
    padding: 4px 8px;
    border-radius: 10px;
}

.match-subtitle {
    font-size: 11px;
    color: #007bff;
    font-weight: 500;
}

/* Unified Odds Styling for ALL sections */
.match-odds,
.sport-betting-odds {
    display: grid;
    gap: 8px;
    align-items: center;
}

/* Football odds - 3 column layout */
.match-odds,
.football-odds {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Cricket odds - 2 column layout */
.cricket-odds {
    grid-template-columns: 1fr 1fr;
}

/* Tennis odds - 2 column layout */
.tennis-odds {
    grid-template-columns: 1fr 1fr;
}

.odds-group {
    text-align: center;
    min-width: 60px;
}

.odds-button,
.sport-odds-button {
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 50px;
}

.odds-button:hover,
.sport-odds-button:hover {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
    transform: translateY(-2px);
}

.odds-button.selected,
.sport-odds-button.selected {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
}

.odds-label,
.sport-odds-label {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.odds-button:hover .odds-label,
.odds-button.selected .odds-label,
.sport-odds-button:hover .sport-odds-label,
.sport-odds-button.selected .sport-odds-label {
    color: rgba(255, 255, 255, 0.8);
}

.odds-value,
.sport-odds-value {
    font-weight: 600;
    font-size: 12px;
    color: #333;
}

.odds-button:hover .odds-value,
.odds-button.selected .odds-value,
.sport-odds-button:hover .sport-odds-value,
.sport-odds-button.selected .sport-odds-value {
    color: white;
}

/* Racing-specific styles */
.racing-runners {
    padding: 0;
}

.runner-row {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s;
}

.runner-row:hover {
    background-color: #f8f9fa;
}

.runner-row:last-child {
    border-bottom: none;
}

.runner-number {
    width: 30px;
    height: 24px;
    background: #4a47ff;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.runner-silk {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.runner-info {
    flex: 1;
}

.runner-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.runner-details {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
}

.runner-odds {
    margin-left: 10px;
}

.runner-odds .odds-button {
    min-width: 55px;
    padding: 6px 10px;
    font-size: 12px;
}

/* Bottom Navigation Tabs */
.bottom-nav-tabs {
    display: flex;
    background: white;
    border-top: 1px solid #e0e0e0;
    overflow-x: auto;
}

.nav-tab {
    flex: 1;
    min-width: 120px;
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    transition: all 0.2s;
    background: #f8f9fa;
}

.nav-tab:last-child {
    border-right: none;
}

.nav-tab.active {
    background: #4a47ff;
    color: white;
}

.nav-tab:hover:not(.active) {
    background: #e9ecef;
}

.nav-tab-icon {
    font-size: 16px;
    margin-bottom: 4px;
}

.nav-tab-label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}

.nav-tab-count {
    font-size: 10px;
    color: #28a745;
    font-weight: 600;
}

.nav-tab.active .nav-tab-count {
    color: #90EE90;
}

/* Sport section container */
.sport-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sport-header {
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    user-select: none;
}

.sport-header:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sport-header.expanded {
    background: rgba(255, 255, 255, 0.15);
}

.sport-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sport-name {
    flex: 1;
}

.expand-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sport-header.expanded .expand-arrow {
    transform: rotate(180deg);
}

.match-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.1);
}

.match-list.expanded {
    max-height: 300px;
}

.match-item {
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 15px 8px 35px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.match-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(3px);
}

.match-item:last-child {
    border-bottom: none;
}

.match-teams {
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.2;
}

.match-time {
    font-size: 10px;
    opacity: 0.8;
}

.view-all-matches {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 15px 8px 35px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.view-all-matches:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.other-sports-header {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 20px 8px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-item {
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-item-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* MAIN CONTENT - DESKTOP */
.main-content {
    grid-area: main-content;
    background: #f0f2f5;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: margin-right 0.3s ease;
    min-height: 100%;
	bottom: 34px;
}

.main-content.sidebar-open {
    margin-right: 450px;
}

.main-content::-webkit-scrollbar {
    width: 8px;
}

.main-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.main-content::-webkit-scrollbar-thumb {
    background: #4a47ff;
    border-radius: 4px;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.page-content {
    flex: 1;
    padding-bottom: 20px;
	margin-top: 31px;

}

/* RIGHT SIDEBAR - HIDDEN BY DEFAULT */
.right-sidebar {
    width: 450px;
    background: white;
    border-left: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    overflow: hidden;
    position: fixed;
    top: 161px;
    right: -450px;
    height: calc(100vh - 161px);
    z-index: 999;
    transition: right 0.3s ease;
}

.right-sidebar.active {
    right: 0;
}

/* MOBILE HEADER FOR RIGHT SIDEBAR */
.mobile-sidebar-header {
    background: #1e8067;
    color: white;
    padding: 15px 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
}

.mobile-sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.mobile-close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* RIGHT SIDEBAR CLOSE BUTTON - MOBILE ONLY */
.right-sidebar-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1003;
    transition: all 0.3s ease;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.right-sidebar-close:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #333;
    transform: scale(1.1);
}

.right-sidebar-close:active {
    transform: scale(0.95);
}

/* PLACE BET BUTTON */
.place-bet-button-fixed {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #32d74b 0%, #28a745 100%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(50, 215, 75, 0.3);
    transition: all 0.3s ease;
    z-index: 1002;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    min-width: 120px;
    user-select: none;
    outline: none;
}

.place-bet-button-fixed:hover {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 25px rgba(50, 215, 75, 0.4);
}

.place-bet-button-fixed:active {
    transform: translateY(-50%) scale(0.98);
}

.place-bet-btn-icon {
    font-size: 18px;
    animation: pulse-icon 2s infinite;
}

.place-bet-btn-text {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.place-bet-btn-count {
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-left: 5px;
    animation: bounce 0.6s ease-in-out;
}

.place-bet-btn-count.hidden {
    display: none;
}

/* Sidebar Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Sidebar Overlay */
.mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

.mobile-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

/* HERO BANNER WITH IMAGES */
.hero-banner {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, #4a47ff 0%, #6b5fff 100%);
    overflow: hidden;
    margin-bottom: 20px;
}

.banner-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.banner-slide.active {
    opacity: 1;
}

.banner-content {
    color: white;
    max-width: 60%;
    z-index: 2;
    position: relative;
}

.banner-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.banner-cta {
    background: #32d74b;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.banner-cta:hover {
    background: #28a745;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

/* Banner Image Container */
.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.banner-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
    transition: all 0.3s ease;
}

.banner-slide:hover .banner-bg-image {
    filter: brightness(0.8);
    transform: scale(1.02);
}

/* Banner Indicators */
.banner-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.indicator.active {
    background: white;
    transform: scale(1.2);
    border-color: white;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* SPORTS SECTIONS IN MAIN CONTENT */
.sports-sections {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.sport-content-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.sport-content-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.sport-content-header {
    background: linear-gradient(135deg, #4a47ff 0%, #6b5fff 100%);
    color: white;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sport-content-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sport-content-icon {
    font-size: 20px;
}

.view-all-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s;
}

.view-all-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.sport-content-body {
    padding: 20px;
}

.sport-matches-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sport-match-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 4px solid transparent;
}

.sport-match-item:hover {
    background: #e9ecef;
    border-left-color: #4a47ff;
    transform: translateX(3px);
}

.sport-match-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.sport-match-teams {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.sport-match-time {
    font-size: 12px;
    color: #666;
    background: #e9ecef;
    padding: 4px 8px;
    border-radius: 10px;
}

.sport-betting-odds {
    display: grid;
    gap: 8px;
}

/* Cricket odds - special layout for cricket */
.cricket-odds {
    grid-template-columns: 1fr 1fr;
}

/* Football odds - 3 column layout */
.football-odds {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Tennis odds - 2 column layout */
.tennis-odds {
    grid-template-columns: 1fr 1fr;
}

.sport-odds-button {
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.sport-odds-button:hover {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
    transform: translateY(-2px);
}

.sport-odds-button.selected {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
}

.sport-odds-label {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.sport-odds-button:hover .sport-odds-label,
.sport-odds-button.selected .sport-odds-label {
    color: rgba(255, 255, 255, 0.8);
}

.sport-odds-value {
    font-weight: 600;
    font-size: 12px;
    color: #333;
}

.sport-odds-button:hover .sport-odds-value,
.sport-odds-button.selected .sport-odds-value {
    color: white;
}

/* ADDITIONAL SECTIONS */
.additional-sections {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 20px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

/* LIVE EVENTS SECTION */
.live-events-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.live-events-header {
    background: linear-gradient(135deg, #dc3545 0%, #e85a6b 100%);
    color: white;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live-events-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-indicator {
    background: white;
    color: #dc3545;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.live-events-content {
    padding: 20px;
}

.live-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    width: 100%;
}

.live-event-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.live-event-card:hover {
    border-color: #dc3545;
    background: white;
    transform: translateY(-3px);
}

.live-event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.live-event-teams {
    font-weight: 600;
    color: #333;
}

.live-event-time {
    background: #dc3545;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
}

.live-event-score {
    font-size: 20px;
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.live-event-odds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin-top: 10px;
}

.live-odds-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 11px;
}

.live-odds-btn:hover {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

/* PROMOTIONS SECTION */
.promotions-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.promotions-header {
    background: linear-gradient(135deg, #28a745 0%, #5cb85c 100%);
    color: white;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promotions-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotions-content {
    padding: 20px;
}

.promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    width: 100%;
}

.promotion-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.promotion-card:hover {
    border-color: #28a745;
    background: white;
    transform: translateY(-3px);
}

.promotion-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.promotion-description {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.promotion-btn {
    background: #28a745;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.promotion-btn:hover {
    background: #1e7e34;
    transform: translateY(-2px);
}

/* RIGHT SIDEBAR CONTENT STYLES */
.betslip-tabs {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.betslip-tab {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    border-right: 1px solid #ddd;
    transition: all 0.3s;
    position: relative;
}

.betslip-tab:last-child {
    border-right: none;
}

.betslip-tab.active {
    background: linear-gradient(135deg, #e8f4fd 0%, #d4edfc 100%);
    color: #4a47ff;
    border-bottom: 3px solid #4a47ff;
}

.betslip-tab:hover {
    background: #f0f0f0;
}

.betslip-tab .tab-label {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.betslip-count {
    background: #4a47ff;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.right-sidebar-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.right-sidebar-content::-webkit-scrollbar {
    width: 8px;
}

.right-sidebar-content::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.right-sidebar-content::-webkit-scrollbar-thumb {
    background: #4a47ff;
    border-radius: 4px;
}

.tab-content {
    display: none;
    flex: 1;
    flex-direction: column;
}

.tab-content.active {
    display: flex;
}

.betslip-empty {
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.betslip-empty h3 {
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.betslip-empty p {
    font-size: 13px;
    line-height: 1.3;
    color: #777;
}

.available-offers {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.offers-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offers-icon {
    background: #ffd700;
    color: #333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.offers-title {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.gaming-quick-links {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.gaming-quick-header {
    color: #4a47ff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.gaming-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gaming-quick-card {
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    position: relative;
    height: 80px;
    display: flex;
    flex-direction: column;
}

.gaming-quick-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Card Content Overlay */
.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 6px;
    background: linear-gradient(
        to bottom, 
        rgba(0,0,0,0.3) 0%, 
        rgba(0,0,0,0.7) 100%
    );
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    line-height: 1.2;
}

/* Specific Card Styling with Images */
.gaming-quick-card.roulette {
    background: linear-gradient(rgba(255,107,53,0.8), rgba(255,142,83,0.8)), 
                url('http://localhost/playbigdaddygame/wp-content/uploads/2025/08/roulete.650Z.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gaming-quick-card.blackjack {
    background: linear-gradient(rgba(220,53,69,0.8), rgba(232,90,107,0.8)), 
                url('http://localhost/playbigdaddygame/wp-content/uploads/2025/08/balck.461Z.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gaming-quick-card.wonderland {
    background: linear-gradient(rgba(40,167,69,0.8), rgba(92,184,92,0.8)), 
                url('http://localhost/playbigdaddygame/wp-content/uploads/2025/08/wonderland.129Z.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.week-tabs-section {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.week-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.week-tab {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    color: #666;
}

.week-tab.active,
.week-tab:hover {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
}

.time-competition-tabs {
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
    display: flex;
}

.tc-tab {
    flex: 1;
    padding: 12px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-right: 1px solid #ddd;
    transition: all 0.3s;
    color: #666;
    background: #f8f9fa;
}

.tc-tab:last-child {
    border-right: none;
}

.tc-tab.active {
    background: white;
    color: #4a47ff;
    border-bottom: 2px solid #4a47ff;
}

.tc-tab:hover {
    background: #f0f0f0;
}

.tc-content {
    display: none;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.tc-content.active {
    display: block;
}

.time-options {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.time-option {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    color: #666;
}

.time-option.active,
.time-option:hover {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
}

.competition-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.competition-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.competition-enhanced {
    background: #4a47ff;
    color: white;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
}

.competition-subtabs {
    display: flex;
    gap: 15px;
}

.competition-subtab {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.competition-subtab.active {
    color: #4a47ff;
    font-weight: 600;
    border-bottom-color: #4a47ff;
}

.competition-subtab:hover {
    color: #4a47ff;
}

.competition-labels {
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #888;
}

.football-matches {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.football-match-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 15px;
    transition: background-color 0.3s;
}

.football-match-item:hover {
    background: #f8f9fa;
}

.match-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.match-teams {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    flex: 1;
}

.match-time {
    font-size: 10px;
    color: #ff6b35;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 8px;
}

.match-more-link {
    font-size: 10px;
    color: #4a47ff;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 8px;
}

.match-more-link:hover {
    text-decoration: underline;
}

.football-betting-odds {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.football-odds-group {
    display: flex;
    gap: 4px;
    flex: 1;
}

.football-odds-button {
    flex: 1;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 3px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.football-odds-button:hover {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
    transform: scale(1.05);
}

.football-odds-button.selected {
    background: #4a47ff;
    color: white;
    border-color: #4a47ff;
    box-shadow: 0 2px 4px rgba(74, 71, 255, 0.3);
}

.football-odds-label {
    font-size: 8px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.football-odds-button:hover .football-odds-label,
.football-odds-button.selected .football-odds-label {
    color: rgba(255, 255, 255, 0.8);
}

.football-odds-value {
    font-size: 10px;
    font-weight: 600;
    color: #333;
}

.football-odds-button:hover .football-odds-value,
.football-odds-button.selected .football-odds-value {
    color: white;
}

.more-matches {
    padding: 15px 20px;
    text-align: center;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    flex-shrink: 0;
}

.more-matches-link {
    color: #4a47ff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.more-matches-link:hover {
    text-decoration: underline;
}

.my-bets-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bets-filter-tabs {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.bets-filter-tab {
    flex: 1;
    padding: 12px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-right: 1px solid #ddd;
    transition: all 0.3s;
    color: #666;
}

.bets-filter-tab:last-child {
    border-right: none;
}

.bets-filter-tab.active {
    background: white;
    color: #4a47ff;
    font-weight: 600;
    border-bottom: 2px solid #4a47ff;
}

.bets-filter-tab:hover {
    background: #f0f0f0;
}

.login-message {
    padding: 25px 15px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.login-message-text {
    color: #666;
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1.4;
}

.login-button {
    background: #32d74b;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.login-button:hover {
    background: #28a745;
}

/* BET NOTIFICATION - DESKTOP ONLY */
.bet-notification {
    position: fixed;
    top: 200px;
    right: 20px;
    background: #1e8067;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s;
    z-index: 1003;
    font-size: 14px;
    font-weight: 500;
    max-width: 300px;
    word-wrap: break-word;
}

.bet-notification.show {
    transform: translateX(0);
}

/* Notification content styling */
#notificationText {
    line-height: 1.4;
}

/* DYNAMIC BETSLIP STYLES */
.selected-bets-list {
    margin: 15px 0;
    text-align: left;
}

.selected-bet-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #4a47ff;
}

.bet-details {
    display: flex;
    flex-direction: column;
}

.bet-team {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.bet-type {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.bet-odds {
    font-weight: 600;
    color: #4a47ff;
    font-size: 14px;
}

.place-bet-button {
    background: #32d74b;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.place-bet-button:hover {
    background: #28a745;
}

/* FOOTER */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 40px 20px 20px 20px;
    width: 100%;
    margin-top: auto;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #4a47ff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #4a47ff;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: block;
    padding: 2px 0;
}

.footer-section ul li a:hover {
    color: #4a47ff;
    transform: translateX(3px);
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
}

.footer-social-icon:hover {
    background: #4a47ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 71, 255, 0.4);
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    flex: 1;
    min-width: 300px;
}

.footer-copyright p {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
    line-height: 1.5;
}

.partners-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.partner-logo {
    background: #333;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 10px;
    color: #ccc;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 600;
}

.partner-logo:hover {
    background: #4a47ff;
    border-color: #4a47ff;
    color: white;
    transform: translateY(-2px);
}

.official-partner {
    margin-top: 15px;
    text-align: center;
    color: #666;
    font-size: 11px;
}

.official-partner .partner-highlight {
    color: #4a47ff;
    font-weight: 600;
}

/* ANIMATIONS */
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes pulse-icon {
    0%, 100% { 
        transform: scale(1);
    }
    50% { 
        transform: scale(1.1);
    }
}

@keyframes bounce {
    0%, 100% { 
        transform: scale(1);
    }
    50% { 
        transform: scale(1.2);
    }
}

/* Prevent body scroll when sidebar is open */
body.sidebar-open {
    overflow: hidden !important;
}

/* ===========================
   TABLET RESPONSIVE STYLES
   =========================== */

/* TABLET RESPONSIVE - 769px to 1024px */
@media (max-width: 1024px) {
    .main-layout {
        grid-template-columns: 180px 1fr;
        top: 161px; /* Ensure consistency */
    }
    
    .left-sidebar {
        width: 180px;
    }
    
    .right-sidebar {
        width: 380px;
        right: -380px;
        top: 161px;
    }
    
    .main-content.sidebar-open {
        margin-right: 380px;
    }
    
    .hero-banner {
        height: 180px;
    }
    
    .banner-title {
        font-size: 24px;
    }
    
    .sports-sections,
    .additional-sections {
        padding: 0 15px;
    }
    
    .logo {
        font-size: 24px;
    }
    
    .search-container {
        min-width: 180px;
    }
    
    /* Notification positioning for tablets */
    .bet-notification {
        top: 180px;
        right: 15px;
        font-size: 13px;
        padding: 10px 16px;
        max-width: 250px;
    }
}

/* ===========================
   MOBILE RESPONSIVE STYLES - FOOTER PERMANENTLY FIXED
   =========================== */

/* MOBILE RESPONSIVE - 768px and below */
/* MOBILE RESPONSIVE - 768px and below - FOOTER FIXED */
@media (max-width: 768px) {
    /* Clean HTML/Body setup - NO height: 100% */
    html, body {
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        /* REMOVED: height: 100% !important; - This breaks flexbox */
    }
    
    body {
        display: flex !important;
        flex-direction: column !important;
        min-height: 100vh !important;
        min-height: -webkit-fill-available !important;
        /* REMOVED: height: 100% !important; - This causes scrollbar issues */
    }
    
    /* HIDE TOP NAV COMPLETELY ON MOBILE */
    .top-nav {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    /* ADJUST MAIN HEADER POSITIONING */
    .main-header {
        top: 0 !important;
        padding: 12px 15px;
        flex-wrap: nowrap;
        height: 60px;
        flex-shrink: 0 !important;
        position: fixed !important;
        z-index: 999 !important;
    }
    
    /* HEADER LAYOUT - HAMBURGER ON RIGHT */
    .header-left {
        display: flex;
        align-items: center;
        gap: 0;
        order: 1;
        flex: 1;
        justify-content: flex-start;
    }
    
    .logo {
        font-size: 18px;
        order: 1;
        flex: 1;
        justify-content: flex-start;
    }
    
    .custom-logo {
        max-height: 45px;
        max-width: 150px;
    }
    
    .header-actions {
        order: 2;
        gap: 10px;
        display: flex;
        align-items: center;
    }
    
    .hamburger-main {
        display: flex !important;
        order: 3;
        margin-left: 10px;
    }
    
    .search-container {
        display: none;
    }
    
    .auth-buttons {
        gap: 6px;
        order: 2;
    }
    
    .btn {
        padding: 6px 10px;
        font-size: 11px;
    }
    
    .nav-menu {
        display: none !important;
    }
    
    /* CRITICAL: MAIN WRAPPER STRUCTURE FOR FOOTER FIX */
    .main-layout {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        top: 60px !important;
        min-height: calc(100vh - 60px) !important;
        overflow: visible !important;
        grid-template-columns: none !important;
        grid-template-areas: none !important;
        width: 100% !important;
        /* REMOVED: height: calc(100vh - 60px) - Conflicts with flex */
    }
    
    /* LEFT SIDEBAR - MOBILE OVERLAY */
    .left-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 280px !important;
        height: 100vh !important;
        z-index: 1001 !important;
        background: #1e8067 !important;
        transform: translateX(0) !important;
        transition: left 0.3s ease !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3);
        grid-area: none !important;
		
    }
    
    .left-sidebar.active {
        left: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* MAIN CONTENT - CRITICAL FLEX STRUCTURE */
    .main-content {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        width: 100% !important;
        margin-right: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        grid-area: none !important;
        order: 1;
        min-height: 0 !important;
        /* REMOVED: height: 100% - Let flexbox handle it */
    }
    
    .content-wrapper {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        /* REMOVED: height: 100% - Use flexbox instead */
    }
    
    .page-content {
        flex: 1 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
		margin-top: 48px;
        /* REMOVED: height: 100% - Let it expand naturally */
    }
    
    .main-content.sidebar-open {
        margin-right: 0 !important;
    }
    
    /* FOOTER - STICK TO BOTTOM - CRITICAL FIX */
    .footer {
        flex-shrink: 0 !important;
        margin-top: auto !important;
        margin-bottom: 0 !important;
        padding: 25px 15px 10px 15px !important;
        width: 100% !important;
        position: relative !important;
        order: 2 !important;
        /* REMOVED: bottom: 0 - Not needed with flexbox */
    }
    
    /* Clean up footer spacing */
    .footer-container,
    .footer-top,
    .footer-bottom,
    .footer-section,
    .footer-copyright,
    .partners-logos,
    .official-partner {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .footer-bottom {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .official-partner {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* MOBILE RIGHT SIDEBAR */
    .right-sidebar-close {
        display: flex !important;
    }
    
    .mobile-sidebar-header {
        display: flex !important;
    }
    
    .right-sidebar-content {
        padding-top: 0;
    }
    
    .betslip-tabs {
        margin-top: 0;
    }
    
    .right-sidebar {
        width: 100% !important;
        height: 100vh !important;
        top: 0 !important;
        right: -100% !important;
        z-index: 1002;
        border-radius: 0;
    }
    
    .right-sidebar.active {
        right: 0 !important;
    }
    
    body.sidebar-open .place-bet-button-fixed {
        display: none !important;
    }
    
    .place-bet-button-fixed {
        position: fixed !important;
        bottom: 20px !important;
        right: 20px !important;
        top: auto !important;
        transform: none !important;
        border-radius: 50px;
        padding: 12px 18px;
        min-width: 130px;
        font-size: 12px;
        box-shadow: 0 4px 20px rgba(50, 215, 75, 0.4);
        z-index: 1001;
    }
    
    .mobile-sidebar-overlay.active {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .sidebar-item,
    .sport-header {
        padding: 15px 20px !important;
        font-size: 14px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px;
        cursor: pointer;
        flex-direction: row !important;
        white-space: normal !important;
        border-right: none !important;
        min-width: auto !important;
    }
    
    .sport-header:hover,
    .sidebar-item:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }
    
    .expand-arrow {
        display: block !important;
        margin-left: auto;
    }
    
    .match-list {
        display: block !important;
    }
    
    .other-sports-header {
        display: block !important;
        padding: 12px 20px 8px 20px;
    }
    
    /* HERO BANNER - MOBILE */
    .hero-banner {
        height: 160px;
        margin-bottom: 15px;
    }
    
    .banner-slide {
        padding: 0 20px;
        justify-content: center;
        text-align: center;
    }
    
    .banner-content {
        max-width: 90%;
        text-align: center;
    }
    
    .banner-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .banner-subtitle {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .banner-cta {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .banner-bg-image {
        filter: brightness(0.5);
    }
    
    /* SPORTS SECTIONS - MOBILE */
    .sports-sections,
    .additional-sections {
        padding: 0 15px;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .sport-content-section,
    .featured-section,
    .racing-section {
        border-radius: 8px;
    }
    
    .sport-content-header,
    .section-header,
    .featured-header,
    .racing-header {
        padding: 15px;
    }
    
    .sport-content-title,
    .section-title,
    .featured-title,
    .racing-title {
        font-size: 16px;
    }
    
    .sport-content-body,
    .featured-matches,
    .racing-venues {
        padding: 15px;
    }
    
    .sport-match-item,
    .featured-match-card {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .sport-match-teams {
        font-size: 13px;
    }
    
    .sport-match-time {
        font-size: 11px;
        padding: 3px 6px;
    }
    
    /* BETTING ODDS - MOBILE */
    .match-odds,
    .sport-betting-odds {
        width: 100%;
        justify-content: space-between;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    
    .odds-button,
    .sport-odds-button {
        padding: 6px;
        min-height: 35px;
        min-width: 45px;
    }
    
    .odds-label,
    .sport-odds-label {
        font-size: 9px;
    }
    
    .odds-value,
    .sport-odds-value {
        font-size: 11px;
    }
    
    /* GRIDS - MOBILE RESPONSIVE */
    .live-events-grid,
    .promotions-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }
    
    /* GAMING QUICK CARDS - MOBILE */
    .gaming-quick-grid {
        gap: 6px;
    }
    
    .gaming-quick-card {
        height: 70px;
    }
    
    .card-content {
        font-size: 9px;
        padding: 4px;
    }
    
    /* RACING RESPONSIVE */
    .runner-row {
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px 15px;
    }
    
    .runner-info {
        min-width: 150px;
    }
    
    .bottom-nav-tabs {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    
    .nav-tab {
        min-width: 100px;
        flex: none;
    }
    
    /* HIDE BET NOTIFICATION ON MOBILE */
    .bet-notification {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    /* FOOTER - MOBILE RESPONSIVE */
    .footer {
        padding: 25px 15px 15px 15px;
        margin-top: 25px;
    }
    
    .footer-top {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .footer-section h3 {
        font-size: 14px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-copyright {
        min-width: auto;
    }
    
    .partners-logos {
        justify-content: center;
        gap: 10px;
    }
    
    .partner-logo {
        padding: 6px 10px;
        font-size: 9px;
    }
}


/* DESKTOP ONLY - HIDE HAMBURGER */
@media (min-width: 769px) {
    .hamburger-main {
        display: none !important;
    }
    
    .left-sidebar {
        position: relative !important;
        left: 0 !important;
        width: 200px !important;
        transform: translateX(0) !important;
        display: flex !important;
    }
    
    .mobile-sidebar-header {
        display: none !important;
    }
}

/* SMALL MOBILE - 480px and below */
@media (max-width: 480px) {
    .main-header {
        padding: 10px;
        height: 70px;
    }
    
    .logo {
        font-size: 16px;
    }
    
    .custom-logo {
        max-height: 90px;
        max-width: 160px;
    }
    
    .auth-buttons .btn {
        padding: 5px 8px;
        font-size: 10px;
    }
    
    .main-layout {
        top: 55px !important;
        min-height: calc(100vh - 55px) !important;
    }
    
    .left-sidebar {
        width: 260px !important;
    }
    
    .mobile-sidebar-header {
        padding: 12px 15px;
    }
    
    .mobile-sidebar-title {
        font-size: 16px;
    }
    
    .mobile-close-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .hero-banner {
        height: 140px;
    }
    
    .banner-title {
        font-size: 16px;
    }
    
    .banner-subtitle {
        font-size: 12px;
    }
    
    .sports-sections,
    .additional-sections {
        padding: 0 10px;
        gap: 15px;
    }
    
    .sport-content-header,
    .sport-content-body {
        padding: 12px;
    }
    
    .sport-content-title {
        font-size: 14px;
    }
    
    .sport-match-item {
        padding: 10px;
    }
    
    .gaming-quick-card {
        height: 60px;
    }
    
    .card-content {
        font-size: 8px;
        padding: 3px;
    }
    
    .place-bet-button-fixed {
        bottom: 15px !important;
        right: 15px !important;
        padding: 10px 14px;
        min-width: 110px;
        font-size: 11px;
    }
    
    .footer {
        padding: 20px 10px 10px 10px;
    }
}

/* LANDSCAPE ORIENTATION */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-banner {
        height: 120px;
    }
    
    .banner-title {
        font-size: 14px !important;
    }
    
    .banner-subtitle {
        font-size: 11px !important;
        margin-bottom: 10px;
    }
}

/* HIGH DPI DISPLAYS */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sport-odds-button,
    .odds-button,
    .btn,
    .place-bet-button-fixed {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* ACCESSIBILITY IMPROVEMENTS */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* TOUCH OPTIMIZATIONS */
@media (pointer: coarse) {
    .sport-odds-button,
    .odds-button,
    .btn,
    .nav-item,
    .sidebar-item {
        min-height: 44px;
        min-width: 44px;
    }
    
    .place-bet-button-fixed {
        min-height: 48px;
    }
}

/* PRINT STYLES */
@media print {
    .top-nav,
    .main-header,
    .nav-menu,
    .left-sidebar,
    .right-sidebar,
    .place-bet-button-fixed,
    .sidebar-overlay,
    .mobile-sidebar-overlay,
    .bet-notification {
        display: none !important;
    }
    
    .main-layout {
        position: static !important;
        display: block !important;
        height: auto !important;
    }
    
    .main-content {
        position: static !important;
        margin: 0 !important;
        padding: 20px !important;
    }
    
    .hero-banner {
        height: 100px;
        margin-bottom: 20px;
    }
    
    .banner-title {
        font-size: 20px !important;
        color: #333 !important;
    }
    
    .banner-subtitle {
        color: #666 !important;
    }
    
    .sport-content-section {
        break-inside: avoid;
        margin-bottom: 20px;
    }
}

/* ===========================
   MOBILE-FIRST RESPONSIVE CSS
   Fixed for proper mobile display
   =========================== */

/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Main Container - Mobile First */
.main-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    box-shadow: none;
    position: relative;
}

.content.page-content {
    padding: 0;
    margin: 0;
    background: transparent;
    width: 100%;
}

/* ===========================
   PAGE HEADER - MOBILE OPTIMIZED
   =========================== */
.page-header {
    color: white;
    text-align: center;
    padding: 30px 15px;
    margin: 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}

.page-header h1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
}

/* ===========================
   PAGE BODY - MOBILE OPTIMIZED
   =========================== */
.page-body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* ===========================
   SECTIONS - MOBILE FIRST
   =========================== */
.page-body section {
    padding: 25px 15px;
    margin: 0;
    border-bottom: 1px solid #f0f2f5;
    transition: none;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.page-body section:nth-child(even) {
    background: #f8f9ff;
}

.page-body section:last-child {
    border-bottom: none;
}

/* ===========================
   TYPOGRAPHY - MOBILE OPTIMIZED
   =========================== */
.page-body section h2 {
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    margin: 0 0 20px 0;
    background: linear-gradient(135deg, #4a47ff 0%, #6b73ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    line-height: 1.3;
    word-wrap: break-word;
}

.page-body section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #4a47ff 0%, #6b73ff 100%);
    border-radius: 2px;
}

.page-body section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 20px 0 15px 0;
    padding-left: 15px;
    position: relative;
    line-height: 1.4;
}

.page-body section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #4a47ff 0%, #6b73ff 100%);
    border-radius: 2px;
}

.page-body section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 15px 0 10px 0;
    line-height: 1.4;
}

/* ===========================
   PARAGRAPHS - MOBILE OPTIMIZED
   =========================== */
.page-body section p {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    margin: 0 0 15px 0;
    text-align: left;
    max-width: 100%;
    word-wrap: break-word;
}

/* ===========================
   LISTS - MOBILE OPTIMIZED
   =========================== */
.page-body section ul,
.page-body section ol {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.page-body section ul li,
.page-body section ol li {
    background: #ffffff;
    margin: 0 0 10px 0;
    padding: 12px 15px 12px 35px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-left: 3px solid #4a47ff;
    position: relative;
    transition: none;
    font-size: 13px;
    line-height: 1.5;
    color: #374151;
    word-wrap: break-word;
}

.page-body section ul li::before {
    content: '✓';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #4a47ff 0%, #6b73ff 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
}

.page-body section ol {
    counter-reset: list-counter;
}

.page-body section ol li {
    counter-increment: list-counter;
}

.page-body section ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #4a47ff 0%, #6b73ff 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
}

.page-body section li strong {
    color: #1f2937;
    font-weight: 700;
}

/* ===========================
   LINKS - MOBILE OPTIMIZED
   =========================== */
.page-body section a {
    color: #4a47ff;
    text-decoration: underline;
    font-weight: 600;
    word-break: break-word;
    transition: color 0.2s ease;
}

.page-body section a:hover,
.page-body section a:active {
    color: #6b73ff;
}

/* ===========================
   SPECIAL SECTIONS - MOBILE
   =========================== */

/* Intro Section */
.intro-section {
    color: white;
    text-align: center;
    padding: 30px 15px;
}

.intro-section p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

/* Team Table - Mobile Optimized */
.team-table-container {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    overflow-x: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: white;
    -webkit-overflow-scrolling: touch;
}

.team-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    font-size: 12px;
    margin: 0;
}

.team-table thead {
    background: linear-gradient(135deg, #4a47ff 0%, #6b73ff 100%);
    color: white;
}

.team-table th {
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-align: left;
}

.team-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: top;
    font-size: 11px;
    line-height: 1.4;
}

.team-table tbody tr:nth-child(even) {
    background: rgba(74, 71, 255, 0.02);
}

/* Testimonials - Mobile Grid */
.testimonials-grid {
    display: block;
    margin: 20px 0;
}

.testimonial {
    background: white;
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border-left: 4px solid #4a47ff;
    position: relative;
    margin-bottom: 15px;
    transition: none;
}

.testimonial::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 40px;
    color: rgba(74, 71, 255, 0.1);
    font-family: serif;
    line-height: 1;
}

.testimonial p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
    color: #374151;
    position: relative;
    z-index: 2;
}

/* FAQ Items - Mobile */
.faq-item {
    background: white;
    margin: 0 0 15px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: none;
}

.faq-item h4 {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8eaff 100%);
    color: #1f2937;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    border-left: 4px solid #4a47ff;
}

.faq-item p {
    padding: 15px;
    margin: 0;
    background: white;
    color: #374151;
    font-size: 13px;
    line-height: 1.5;
}

/* Special Background Sections - Mobile */
.join-section {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white;
    text-align: center;
    padding: 30px 15px;
}

.join-section h2,
.join-section h3 {
    color: white !important;
}

.join-section h2::after {
    background: white;
}

.join-section h3::before {
    background: white;
}

.join-section p,
.join-section li {
    color: rgba(255, 255, 255, 0.95);
}

.join-section a {
    color: #4a47ff !important;
    text-decoration: underline;
    font-weight: 700;
}

.thank-you-section {
    color: white;
    text-align: center;
    padding: 30px 15px;
}

.thank-you-section h2 {
    color: white !important;
}

.thank-you-section h2::after {
    background: white;
}

.thank-you-section p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

.footer-info {
    background: #2c3e50;
    color: white;
    text-align: center;
    padding: 25px 15px;
}

.footer-info p {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0;
    font-size: 13px;
}

.footer-info a {
    color: #60a5fa !important;
    font-weight: 600;
}

.contact-section {
    background: #2c3e50;
    color: white;
    padding: 30px 15px;
}

.contact-section h2,
.contact-section h3 {
    color: white !important;
}

.contact-section h2::after {
    background: white;
}

.contact-section h3::before {
    background: white;
}

.contact-section p,
.contact-section li {
    color: rgba(255, 255, 255, 0.9);
}

.contact-section a {
    color: #60a5fa !important;
}

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

/* Small Mobile (320px and up) */
@media (min-width: 320px) {
    .page-header h1 {
        font-size: 22px;
    }
    
    .page-body section p {
        font-size: 15px;
    }
}

/* Large Mobile (375px and up) */
@media (min-width: 375px) {
    .main-container {
        padding: 0 5px;
    }
    
    .page-header {
        padding: 35px 20px;
        margin-top: 61px;
    }
    
    .page-header h1 {
        font-size: 24px;
    }
    
    .page-body section {
        padding: 30px 20px;
    }
    
    .page-body section h2 {
        font-size: 24px;
    }
    
    .page-body section h3 {
        font-size: 19px;
    }
}

/* Tablet Portrait (768px and up) */
@media (min-width: 768px) {
    .main-container {
        padding: 0 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    
    .page-header {
        padding: 50px 30px;
        margin-top: 20px;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .page-body section {
        padding: 50px 40px;
    }
    
    .page-body section h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .page-body section h2::after {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    
    .page-body section h3 {
        font-size: 22px;
        padding-left: 20px;
    }
    
    .page-body section p {
        font-size: 16px;
        text-align: justify;
    }
    
    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .testimonial {
        margin-bottom: 0;
    }
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .main-container {
        padding: 0 20px;
    }
    
    .page-header {
        padding: 80px 40px;
        margin-top: 200px;
    }
    
    .page-header h1 {
        font-size: 42px;
    }
    
    .page-body section {
        padding: 80px 60px;
    }
    
    .page-body section h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }
    
    .page-body section h2::after {
        width: 80px;
    }
    
    .page-body section h3 {
        font-size: 26px;
        padding-left: 25px;
    }
    
    .page-body section p {
        font-size: 17px;
    }
    
    .page-body section ul li,
    .page-body section ol li {
        padding: 18px 20px 18px 50px;
        font-size: 15px;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .testimonial {
        padding: 30px 25px;
    }
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .page-header h1 {
        font-size: 48px;
    }
    
    .page-body section h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }
    
    .page-body section h2::after {
        width: 100px;
    }
    
    .page-body section h3 {
        font-size: 28px;
    }
    
    .page-body section p {
        font-size: 18px;
    }
    
    .page-body section ul li,
    .page-body section ol li {
        padding: 20px 25px 20px 60px;
        font-size: 16px;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }
    
    .testimonial {
        padding: 40px 35px;
    }
}

/* Disable hover effects on touch devices */
@media (hover: none) and (pointer: coarse) {
    .page-body section ul li:hover,
    .page-body section ol li:hover {
        transform: none;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    .testimonial:hover {
        transform: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }
    
    .faq-item:hover {
        transform: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }
}

/* Performance optimization for mobile */
@media (max-width: 767px) {
    * {
        transition: none !important;
        animation: none !important;
    }
    
    .page-body section {
        will-change: auto;
    }
}

/* Fix for very small screens */
@media (max-width: 360px) {
    .main-container {
        padding: 0 2px;
    }
    
    .page-header,
    .page-body section {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .page-header h1 {
        font-size: 20px;
        line-height: 1.2;
    }
    
    .page-body section h2 {
        font-size: 20px;
    }
    
    .page-body section h3 {
        font-size: 16px;
        padding-left: 12px;
    }
    
    .page-body section p {
        font-size: 13px;
    }
    
    .page-body section ul li,
    .page-body section ol li {
        padding: 10px 12px 10px 30px;
        font-size: 12px;
    }
    
    .team-table {
        min-width: 500px;
        font-size: 10px;
    }
}

/* ===========================
   SQUIRRLY SEO COMPATIBILITY
   =========================== */

/* Ensure Squirrly Live Assistant displays properly */
.squirrly-live-assistant {
    z-index: 999999 !important;
    position: fixed !important;
}

/* Squirrly SEO meta box styling in admin */
.squirrly-seo-metabox {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
}

/* Squirrly breadcrumbs styling */
.squirrly-breadcrumbs {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.squirrly-breadcrumbs a {
    color: #4a47ff;
    text-decoration: none;
}

.squirrly-breadcrumbs a:hover {
    text-decoration: underline;
}

/* Squirrly schema markup (hidden) */
.squirrly-schema {
    display: none !important;
}

/* Ensure Squirrly works with Astra's responsive design */
@media (max-width: 768px) {
    .squirrly-live-assistant {
        width: 90% !important;
        left: 5% !important;
    }
}




/* ........ */



.content {
    margin-left: 240px;
    width: calc(100% - 240px);
    height: calc(100vh - var(--header-h) - var(--nav-h));
    overflow-y: auto;
    background: white;
    position: relative;
	bottom: 39px;
}

/* Promotional Banner */
.sidebar-promo-section {
    margin-top: auto;
    flex-shrink: 0;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.promo-slider {
    position: relative;
    height: 333px;
    overflow: hidden;
    background: #fff;
}

.promo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.promo-slide.active {
    opacity: 1;
}

.promo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.promo-indicators {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    background: rgba(0,0,0,0.05);
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #d32f2f;
    transform: scale(1.3);
}

/* Sport Sections */
.sport-section {
    margin-bottom: 0;
}

.section-header {
    background: #d32f2f;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 10;
}



/* Cricket Header */
.cricket-section .section-header {
    background: #1e8067;
    color: white;
    width: 201px;
    padding: 7px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 10;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 73% 100%, 0 100%);
}

.cricket-section .cricket-icon {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Tabs Container - Below Header */
.cricket-tabs-container {
    background: #f8f9fa;
    padding: 12px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e0e6ff;
    position: sticky;
    top: 48px;
    z-index: 9;
}

.cricket-tab {
    padding: 6px 16px;
    border: 2px solid #1e8067;
    background: white;
    color: #1e8067;
    cursor: pointer;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 32px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.cricket-tab.active {
    border-color: #1e8067;
    color: white;
    border: 2px solid #1e8067;

}

.cricket-tab:hover {
    background: transparent;
    color: #1e8067;
    border: 2px solid #1e8067;

}

/* Table adjustments */
.cricket-section .odds-table {
    position: sticky;
    top: 96px; 
}

/* Football Header */
.football-section .section-header {
    background: #1e8067;
    color: white;
    width: 201px;
    padding: 7px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 10;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 73% 100%, 0 100%);
}

.football-section .football-icon {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Tabs Container - Below Header */
.football-tabs-container {
    background: #f8f9fa;
    padding: 12px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e0e6ff;
    position: sticky;
    top: 48px;
    z-index: 9;
}

.football-tab {
    padding: 6px 16px;
    border: 2px solid #1e8067;
    background: white;
    color: #1e8067;
    cursor: pointer;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 32px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.football-tab.active {
    border-color: #1e8067;
    color: #1e8067;
    border: 2px solid #1e8067;
}

.football-tab:hover {
    background: transparent;
    color: #1e8067;
    border: 2px solid #1e8067;
}

/* Table adjustments */
.football-section .odds-table {
    top: 96px; 
}

/* Tennis Header */
.tennis-section .section-header {
    background: #c41e3a;
    color: white;
    width: 201px;
    padding: 7px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 10;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 73% 100%, 0 100%);
}

.tennis-section .tennis-icon {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    flex-shrink: 0;
}

.tennis-tabs-container {
    background: #f8f9fa;
    padding: 12px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e0e6ff;
    position: sticky;
    top: 48px;
    z-index: 9;
}

.tennis-tab {
    padding: 6px 16px;
    border: 2px solid #1e8067;
    background: white;
    color: #1e8067;
    cursor: pointer;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 32px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.tennis-tab.active {
    border-color: #1e8067;
    color: #1e8067;
    border: 2px solid #1e8067;
}

.tennis-tab:hover {
    background: transparent;
    color: #1e8067;
    border: 2px solid #1e8067;
}

/* Table adjustments */
.tennis-section .odds-table {
    position: sticky;
    top: 96px; 
}


.section-icon {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
}

.betting-controls {
    background: #f8f9fa;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 44px;
    z-index: 9;
}

.control-btn {
    padding: 6px 15px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    cursor: pointer;
    font-size: 11px;
    border-radius: 20px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 500;
}

.control-btn.active {
    background: #d32f2f;
    border-color: #d32f2f;
    color: white;
}

.football-section .control-btn.active {
    background: #28a745;
    border-color: #28a745;
}

.tennis-section .control-btn.active {
    background: #17a2b8;
    border-color: #17a2b8;
}

/* ==========================================================================
   PERFECT ODDS TABLE LAYOUT - EXACT MATCH TO REFERENCE
   ========================================================================== */

.odds-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    table-layout: fixed;
    font-size: 11px;
    border: 1px solid #dee2e6;
}

/* Perfect column width distribution */
.odds-table colgroup col:first-child,
.odds-table th:first-child,
.odds-table td:first-child {
    width: 55% !important; /* Match info takes more space like reference */
}

.odds-table colgroup col:not(:first-child),
.odds-table th:not(:first-child),
.odds-table td:not(:first-child) {
    width: 7.5% !important; /* Each odds column = 45% ÷ 6 columns */
}

/* Table Header */
.odds-header {
    background: #f8f9fa;
    /* position: sticky; */
    top: 96px;
    z-index: 8;
}

.odds-header th {
    padding: 6px 4px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #dee2e6;
    font-weight: 700;
    color: #333;
    background: #f8f9fa;
    vertical-align: middle;
    height: 35px;
}

/* ==========================================================================
   MATCH ROW - EXACTLY LIKE REFERENCE IMAGE
   ========================================================================== */

.match-row {
    border-bottom: 1px solid #eee;
    height: 45px; /* Compact height like reference */
    transition: background-color 0.2s ease;
}

.match-row:hover {
    background-color: rgba(248, 249, 250, 0.5);
}

/* .match-info {
    padding: 6px 12px;
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
    background: #fff;
    position: relative;
    width: 55% !important;
} */

/* Match details layout */
.match-info .match-name {
    font-weight: bold;
    font-size: 11px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 1px;
    max-width: 70%; /* Leave space for icons */
}

.match-info .match-details {
    font-size: 8px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 1px;
    max-width: 70%;
}



.match-info .match-time {
    font-size: 8px;
    color: #d32f2f;
    font-weight: 600;
    max-width: 70%;
    position: absolute;
    right: 104px;
    top: 6%;
    background: #f8f9fa;
    color: #d32f2f;
    padding: 8px
}

/* Mobile First - Base styles for small screens */

@media screen and (min-width: 360px) {
    .match-info .match-time {
        font-size: 6px;
        right: 38px;
        top: 23%;
        padding: 3px 4px;
        max-width: 50%;
        font-weight: 500;
    }
}

@media screen and (min-width: 480px) {
    .match-info .match-time {
        font-size: 6px;
        right: 45px;
        top: 35%;
        padding: 4px 5px;
        max-width: 55%;
    }
}

@media screen and (min-width: 768px) {
    .match-info .match-time {
        font-size: 7px;
        right: 32px;
        top: 30%;
        padding: 5px 6px;
        max-width: 60%;
        font-weight: 600;
    }
}

@media screen and (min-width: 1024px) {
    .match-info .match-time {
        font-size: 8px;
        right: 42px;
        top: 20%;
        padding: 4px;
        max-width: 70%;
        font-weight: 600;
    }
}


/* Icons positioned on the right */
.match-info .match-icons {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 3px;
}

/* .live-indicator {
    background: #03b37f;
    color: white;
    padding: 1px 3px;
    border-radius: 2px;
    font-size: 7px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: 498%;
} */

/* ==========================================================================
   LIVE INDICATOR WITH PULSING ANIMATION
   ========================================================================== */

.live-indicator {
    background: #28a745;
    color: white;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 7px;
    font-weight: bold;
    position: absolute;
    right: 350%;
    top: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 1.2s;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1.2s;
}

@media screen and (min-width: 360px) { 
.live-indicator {
     position: absolute;
     right: 109;
     top: 12px;
    }
}

@media screen and (min-width: 1024px) {
 .live-indicator {
     position: absolute;
     right: 328%;
     top: 0
    }

}


/* Add a pulsing dot before the LIVE text */


/* Animation keyframes for the LIVE indicator */
@keyframes run {
    0% {
        background: #28a745;
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    50% {
        background: #20c997;
        box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.3);
    }
    100% {
        background: #28a745;
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
}

@-webkit-keyframes run {
    0% {
        background: #28a745;
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    50% {
        background: #20c997;
        box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.3);
    }
    100% {
        background: #28a745;
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
}

/* Animation for the pulsing dot */
@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}




.match-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    color: white;
    cursor: pointer;
}

.icon-facebook {
    background: #4267B2;
}

.icon-video {
    background: #FF0000;
}

/* ==========================================================================
   ODDS CELLS - PERFECT COLOR ALTERNATION
   ========================================================================== */

.odds-cell {
    height: 45px;
    padding: 3px 1px;
    text-align: center;
    border: 1px solid #dee2e6;
    cursor: pointer;
    font-weight: bold;
    vertical-align: middle;
    transition: all 0.2s ease;
    font-size: 11px;
    line-height: 1.1;
    width: 7.5% !important;
}

/* Perfect alternating pattern: Blue-Pink-Blue-Pink-Blue-Pink */
.odds-cell:nth-child(2), /* 1st odds column */
.odds-cell:nth-child(4), /* X column */
.odds-cell:nth-child(6) { /* 2nd odds column (first) */
    background: #87CEEB; /* Light blue */
    color: #0066cc;
}

.odds-cell:nth-child(3), /* 1st odds column (lay) */
.odds-cell:nth-child(5), /* X column (if applicable) */
.odds-cell:nth-child(7) { /* 2nd odds column (lay) */
    background: #FFB6C1; /* Light pink */
    color: #cc0066;
}

/* For disabled/empty cells */
.odds-cell.disabled-cell {
    background: #f8f9fa !important;
    color: #999 !important;
    cursor: not-allowed;
}

.odds-cell small {
    display: block;
    font-size: 8px;
    font-weight: normal;
    opacity: 0.8;
    margin-top: 1px;
}

/* Hover effects */
.odds-cell:not(.disabled-cell):hover {
    transform: scale(1.02);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 5;
    border: 2px solid #333;
}

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

@media (max-width: 1200px) {
    .match-info .match-name {
        font-size: 10px;
        max-width: 65%;
    }
    
    .match-info .match-details,
    .match-info .match-time {
        font-size: 7px;
        max-width: 65%;
    }
    
    .odds-cell {
        font-size: 10px;
        padding: 2px 1px;
    }
}

/* Animation */
@keyframes flash {
    0%, 100% { background-color: inherit; }
    50% { background-color: #fff3cd; }
}

/* Scrollbar */
.content::-webkit-scrollbar {
    width: 8px;
}

.content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        margin-top: calc(var(--header-h) + var(--nav-h));
    }
    

    .content {
        margin-left: 0;
        width: 100%;
        height: auto;
    }

  
}

/* ---------- SECTION HEADERS UPCOMING HEADER---------- */
.upcoming-header{
    background:#059b2e;
    margin-top:12px;    
    color:#fff;
    padding:7px 20px;
    font-weight:bold;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    margin-bottom:11px;         
}



/* ---------- SECTION HEADERS (red only) ---------- */
.casino-provider-header{
    background:#c41e3a;
    color:#fff;
    width:227px;
    padding:7px 20px;
    font-weight:bold;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    clip-path:polygon(0 0,calc(100% - 30px) 0,73% 100%,0 100%);
    margin-bottom:0;
}

.section-icon{
    width:16px;
    height:16px;
    background:#fff;
    border-radius:50%;
    flex-shrink:0;
}

/* ---------- TWO-ROW GRID WITH HORIZONTAL SCROLL ---------- */
.provider-grid-container{
    background:#f8f9fa;
    border:1px solid #dee2e6;
    border-top:none;
    overflow-x:auto;          /* horizontal scrollbar */
    overflow-y:hidden;
    padding:8px;
}

.provider-grid{
    display:grid;
    grid-template-rows:1fr 1fr;   /* two rows */
    grid-auto-flow:column;        /* flow horizontally */
    grid-auto-columns:108px;      /* fixed width per card */
    gap:6px;
    min-width:fit-content;
}

.provider-card{
    width:108px;
    height:72px;
    background:#fff;
    border-radius:4px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 1px 3px rgba(0,0,0,.12);
    transition:transform .2s ease;
}

.provider-card:hover{
    transform:scale(1.02);
    box-shadow:0 2px 6px rgba(0,0,0,.15);
}

.provider-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* custom scrollbar */
.provider-grid-container::-webkit-scrollbar{height:8px;}
.provider-grid-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;}
.provider-grid-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;}
.provider-grid-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8;}

@media(max-width:768px){
    .provider-grid{grid-auto-columns:90px;}
    .provider-card{width:90px;height:60px;}
}

/* ─────────  MOBILE-ONLY  (≤768 px)  ───────── */
@media (max-width:768px){

    /* hide desktop duplicates, if any */
    .desktop-only{display:none!important;}

    /* ==== PROMO  (two stacked rows) ==== */
    .promo-section{padding:8px 0;background:#fff}
    /* scroll container: 2 rows, horizontal flow */
    .promo-track{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:160px;      /* tile width */
        grid-template-rows:repeat(2,120px);  /* two rows */
        gap:8px;
        padding:8px 0 8px 12px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
    }
    .promo-tile{
        width:160px;height:120px;overflow:hidden;
        border-radius:6px;scroll-snap-align:start;
        position:relative;flex-shrink:0;
    }
    .promo-tile img{width:100%;height:100%;object-fit:cover}

    /* ==== NEW LAUNCH  (one row) ==== */
    .new-launch-section{margin-top:16px;background:#fff}
    .nl-header{
        background:#d32f2f;color:#fff;font-weight:700;
        letter-spacing:.5px;text-align:center;
        padding:10px 0;
    }
    .nl-track{
        display:flex;gap:8px;
        padding-left:12px;padding-bottom:8px;
        overflow-x:auto;scroll-snap-type:x mandatory;
    }
    .nl-tile{
        width:160px;height:120px;overflow:hidden;
        border-radius:6px;flex-shrink:0;scroll-snap-align:start;
    }
    .nl-tile img{width:100%;height:100%;object-fit:cover}
}

