
div.events-container a.channel-tag-link {
    background: #3498db;
    color: white;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}
.sports-events-formatted {
    font-family: Arial, sans-serif;
    max-width: 100%;
}

/* Date Tabs Styles */
.date-tabs-container {
    margin-bottom: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px;
    overflow-x: auto;
}

.date-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    min-width: max-content;
}

.date-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none !important;
    color: #495057;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

.date-tab:hover {
    background: #6f60c0;
    color: white;
    border-color: #6f60c0;
    transform: translateY(-2px);
}

.date-tab.active {
    background: #6f60c0;
    color: white;
    border-color: #6f60c0;
}

.date-tab.empty {
    opacity: 0.5;
    cursor: not-allowed;
}

.date-tab.empty:hover {
    background: #f8f9fa;
    color: #495057;
    border-color: #e9ecef;
    transform: none;
}

.date-tab b {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.events-date-section {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    scroll-margin-top: 100px;
}

.section-date {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin: 0;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
}

.events-container {
    padding: 15px;
}

div.events-container .event-row {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

div.events-container .event-row:last-child {
    border-bottom: none;
}

div.event-row .event-time {
    font-weight: bold;
    color: #6f60c0;
    min-width: 50px;
}

div.event-row .event-title {
    font-weight: 600;
    color: #34495e;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

div.event-row .event-title:hover {
    color: #6f60c0;
    text-decoration: underline;
}

div.event-row .event-league-link {
    color: #4facfe;
    font-style: italic;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

div.event-row .event-league-link:hover {
    color: #0095ff;
    text-decoration: underline;
}

.event-league {
    color: #4facfe;
    font-style: italic;
}

.event-type-link {
    color: #6f60c0;
    font-style: italic;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-type-link:hover {
    color: #5a4da8;
    text-decoration: underline;
}

.event-type {
    color: #7f8c8d;
    font-style: italic;
}

div.events-container .channels-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.channel-tag {
    background: #3498db;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Active date highlight */
.events-date-section:target {
    border-color: #6f60c0;
    box-shadow: 0 0 0 2px rgba(111, 96, 192, 0.1);
}

@media (max-width: 768px) {
    .date-tabs {
        justify-content: flex-start;
    }
    
    .date-tab {
        padding: 12px 15px;
        min-width: 70px;
        font-size: 0.8em;
    }
    
    .event-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .channels-list {
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .date-tab {
        padding: 10px 12px;
        min-width: 60px;
    }
    
    .date-tab b {
        font-size: 1em;
    }
    
    .event-row {
        align-items: center;
        text-align: center;
    }
}



@media (max-width:991px) {
    .wpbingo-verticalmenu-mobile {
        display: none !important;
    }
        .bwp-header .header-mobile .header-mobile-fixed>div.shop-page {
        display: none;
    }
    }
    @media (max-width: 768px) {
    .event-row {
        gap: 0px !important;
    }
    .event-row>* {
        line-height: 1.2;
    }
        a.event-type-link {
        font-size: 22px;
    }
    
    a.channel-tag-link {
        font-size: 15px !important;
        padding: 4px 12px !important;
    }
    .event-time {
        font-size: 25px;
    }
    
    a.event-title {
        font-size: 18px;
    }
    
    a.event-competition-link {
        font-size: 22px;
    }
}