/**
 * Archive Overview — season directory table
 * Shared chrome: archive-chrome.css
 */

body.btfc-archive-overview .btfc-hero-section,
body.btfc-archive-overview .btfc-hero-section.btfc-hero-title-only {
    display: none !important;
}

.btfc-ao-table {
    min-width: 52rem;
}

.btfc-ao-table th,
.btfc-ao-table td {
    text-align: center;
}

.btfc-ao-col-season,
.btfc-ao-table th.btfc-ao-col-season {
    text-align: left;
    font-weight: 650;
    min-width: 7.5rem;
}

.btfc-ao-w {
    color: var(--color-success);
    font-weight: 700;
}

.btfc-ao-d {
    color: var(--color-warning);
    font-weight: 700;
}

.btfc-ao-l {
    color: var(--color-error);
    font-weight: 700;
}

.btfc-ao-winpct {
    font-weight: 650;
    color: var(--color-primary);
}

.btfc-ao-link .btfc-archive-link {
    font-weight: 650;
    border-bottom: 1px solid transparent;
}

.btfc-ao-link .btfc-archive-link:hover {
    border-bottom-color: var(--color-secondary);
}

.btfc-ao-empty {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    color: var(--color-gray-500);
}

.btfc-ao-related {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .btfc-ao-link .btfc-archive-link {
        padding: 0.15rem 0;
    }
}
