/*
 * ====================================================================
 * HOME TOTAL TABLE STYLES (hometotal_bs5.twig)
 * ====================================================================
 * Styles für die Heimzuschauer-Gesamttabelle
 */

/* Select Dropdowns */
#selectLevel,
#selectSeason {
    max-width: 300px;
}

/* Spezielle Anpassungen für Spalten in dieser Tabelle */
#hometotalTable th:nth-child(3),
#hometotalTable td:nth-child(3) {
    min-width: 130px; /* Zuschauer ø */
}

#hometotalTable th:nth-child(4),
#hometotalTable td:nth-child(4) {
    min-width: 110px; /* Gesamt */
}

#hometotalTable th:nth-child(5),
#hometotalTable td:nth-child(5) {
    min-width: 120px; /* Ausverkauft */
}

#hometotalTable th:nth-child(6),
#hometotalTable td:nth-child(6) {
    min-width: 100px; /* Auslastung */
}

#hometotalTable th:nth-child(7),
#hometotalTable td:nth-child(7) {
    min-width: 130px; /* Spielansetzung */
}

#hometotalTable th:nth-child(8),
#hometotalTable td:nth-child(8) {
    min-width: 120px; /* Höchstwert */
}

#hometotalTable th:nth-child(9),
#hometotalTable td:nth-child(9) {
    min-width: 120px; /* Tiefstwert */
}

/* Footer styling */
#hometotalTable tfoot tr.table-dark td {
    background-color: #212529 !important;
    color: white !important;
    border-color: #212529 !important;
}

/* Footer team logos (für Saison-Extremwerte) */
#hometotalTable tfoot img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
}

/* Average Symbol */
.fm-table-average-symbol {
    font-weight: normal;
}