/* --- TISCHTENNIS TABELLEN (CLICK-TT & INTERN) --- */

/* Container für mobiles Scrollen bei großen Tabellen */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

table.ttc-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.95rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

table.ttc-table th {
    background-color: #111111;
    color: #FFCC00;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border-bottom: 3px solid #FFCC00;
}

table.ttc-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #dddddd;
    color: #333333;
}

/* Hervorhebung für den TTC Hülzweiler in der Tabelle */
table.ttc-table tr.own-team {
    background-color: rgba(255, 204, 0, 0.15) !important;
    font-weight: bold;
}

/* Zeilen-Wechsel-Farbe für bessere Lesbarkeit */
table.ttc-table tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

table.ttc-table tr:hover {
    background-color: #f1f1f1;
}

/* Stil für iFrames (falls Click-TT direkt eingebettet wird) */
iframe.click-tt-frame {
    border: 2px solid #111111;
    border-radius: 4px;
    width: 100%;
    min-height: 500px;
}
