.cls-live-scores-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #f5f5f5;
    padding: 20px;
}

.cls-live-scores-page .container {
    max-width: 1200px;
    margin: 0 auto;
}

.cls-live-scores-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 0px;
    line-height: 1.4;
}

.cls-live-scores-page .tabs {
    display: flex;
    gap: 40px;
    border-bottom: 2px solid #1e3a5f;
    margin-bottom: 30px;
}

.cls-live-scores-page .tab {
    background: none;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    text-decoration: none;
}

.cls-live-scores-page .tab:hover {
    color: #eb5438;
}

.cls-live-scores-page .tab.active {
    color: #eb5438;
}

.cls-live-scores-page .tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #eb5438;
}

.cls-live-scores-page .filters {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.cls-live-scores-page .filter-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    background: #e9ecef;
    color: #02024c;
}

.cls-live-scores-page .filter-btn:hover {
    background: #eb5438;
    color: #fff;
}

.cls-live-scores-page .filter-btn.active {
    background: #eb5438;
    color: #e9ecef;
}

.cls-live-scores-page .series-header {
    background: #e3f2fd;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.cls-live-scores-page .series-header:hover {
    background: #d1e9fc;
}

.cls-live-scores-page .series-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e3a5f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cls-live-scores-page .series-title a{
    font-size: 15px;
    font-weight: 600;
    color: #1e3a5f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cls-live-scores-page .series-arrow {
    font-size: 15px;
    color: #1e3a5f;
}

.cls-live-scores-page .match-card {
    background: #f6f7fa;
    border-radius: 8px;
    padding: 15px 15px 10px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.cls-live-scores-page .match-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cls-live-scores-page .match-info {
    font-size: 11px;
    margin-bottom: 5px;
    color: #666 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.cls-live-scores-page .team-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.cls-live-scores-page .team-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cls-live-scores-page .team-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f4f6;
}

.cls-live-scores-page .team-name {
    font-size: 13px;
    font-weight: 600;
    color: #02024c;
}

.cls-live-scores-page .team-score {
    font-size: 14px;
    font-weight: 600;
    color: #02024c;
}

.cls-live-scores-page .batting-indicator {
    color: #ef4444;
    margin-right: 8px;
}

.cls-live-scores-page .match-status {
    margin: 5px 0;
    font-size: 12px !important;
    font-weight: 500;
    color: #eb5438 !important;
}

.cls-live-scores-page .match-status.status-live {
    animation: none !important;
    transition: none !important;
}

.cls-live-scores-page .status-completed {
    color: #02024c;
}

.cls-live-scores-page .status-upcoming {
    color: #888;
}

.cls-live-scores-page .match-links {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    align-items: center;
    flex-wrap: wrap;
}

.cls-live-scores-page .match-link {
    color: #02024c;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.3s;
}

.cls-live-scores-page .match-link:hover {
    color: #01013a;
    text-decoration: underline;
}

.cls-live-scores-page .series-section {
    margin-bottom: 40px;
}

.cls-live-scores-page .yet-to-bat {
    color: #888;
    font-weight: 500;
}

.cls-live-scores-page .link-separator {
    color: #d1d5db;
}

.cls-live-scores-page .cricket-no-matches {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.cls-live-scores-page {
    background: #ffffff !important;
    padding: 24px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 20px !important;
}
.td-main-content, .td-main-sidebar {
    padding-top: 20px;
}

@media (max-width: 768px) {
    #primary.content-area,
    #secondary.widget-area,
    aside#secondary {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
    }
    .cls-live-scores-page {
        padding: 15px;
    }
    .cls-live-scores-page h1 {
        font-size: 24px;
    }
    .cls-live-scores-page .tabs {
        gap: 24px;
    }

    .cls-live-scores-page .filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .cls-live-scores-page .filters::-webkit-scrollbar {
        height: 0;
    }

    .cls-live-scores-page .filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .td-container, .tdc-row, .tdc-row-composer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cls-live-scores-page {
        padding: 15px !important;
    }
    .cls-scorecard-link {
        display: none;
    }
}
