/* Archiv-Karten-Header – optisch stärker */
.archive-card-header {
    background: var(--bg-secondary);   /* etwas satter als normaler Hintergrund */
    padding: 12px 16px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Season-Name */
.archive-card-title {
    font-size: var(--font-size-xxl);   /* größer */
    font-weight: 700;
    line-height: 1.3;
}

/* Datum-Zeile */
.archive-card-subtitle {
    font-size: var(--font-size-xl);
    color: var(--text-secondary);
    margin-top: 2px;
}

/* Chevron etwas größer */
.archive-card-chevron {
    font-size: var(--font-size-xxxl);
}

.table-collapsed.top3 tbody tr:nth-child(n+4){ display:none!important; }
