/* ==========================================================================
   1. VŠEOBECNÉ FORMÁTOVANIE LIGY (.leaguetab a CENNÍK)
   ========================================================================== */

/* Základné formátovanie ligových tabuliek */
.tablepress.leaguetab thead th {
    color: #1966bd; /* Farba textu */
}

.tablepress.leaguetab tbody td {
    font-size: 15px !important;
}

.tablepress.leaguetab tbody tr:nth-child(odd) {
    background-color: #f9f9f9; /* Jemná sivá pre nepárne riadky */
}

.tablepress.leaguetab tbody tr:last-child {
    background-color: #ffffff !important;
}

.tablepress.leaguetab thead th,
.tablepress.leaguetab tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Formátovanie pre CENNÍK */
#tablepress-RSK-CENNIK thead th {
    color: #1966bd;
    font-size: 100%;
}

#tablepress-RSK-CENNIK tbody td {
    font-size: 80%;
}

/* ==========================================================================
   2. UNIVERZÁLNY ROZPIS LIGY (.rozpis-ligy-2026)
   Aplikuje sa na Mužov, Ženy aj Mixed cez CSS class
   ========================================================================== */

/* Spoločné: Deliaca čiara za 3. stĺpcom */
.tablepress.rozpis-ligy-2026 td:nth-child(3) {
    border-right: 2px solid #e0e0e0;
}

/* Desktop zobrazenie pre rozpis-ligy */
@media (min-width: 769px) {
    .tablepress.rozpis-ligy-2026 tbody td { 
        font-size: 14px !important;
        padding: 5px 8px !important; 
    }
    /* OPRAVA: Odstránený min-width, ktorý spôsoboval rozťahovanie cez sidebar */
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(1),    
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(2),
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(4) {
        text-align: right; 
        white-space: nowrap !important; /* Bráni zalomeniu mien tímov */
    }
}

/* Mobilné zobrazenie pre rozpis-ligy */
@media (max-width: 768px) {
    .tablepress.rozpis-ligy-2026 tbody td { 
        font-size: 12px !important;
        padding: 1px 2px !important; 
    }
    /* Zarovnanie stĺpca 1 (čas) doprava, ostatné na stred */
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(1) {
        text-align: right; 
    }
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(2),
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(3), 
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(4),
    .tablepress.rozpis-ligy-2026 tbody td:nth-child(5) {
        text-align: center; 
    }
}

/* ==========================================================================
   3. TABUĽKY ZÁPASOV: 10 ENDOV (.gametab10)
   ========================================================================== */

/* Spoločné nastavenia gametab10 */
.tablepress.gametab10 thead th {
    background-color: white;
    text-align: left;
    padding: 0;
}

.tablepress.gametab10 tfoot th {
    background-color: white;
    text-align: right;
    font-weight: normal;
    padding: 0 0 0 0;
}

.tablepress.gametab10 .row-2 td {
    background-color: #1f429d;
    color: white;
    font-weight: bold;
    border-top: 0;
}

.tablepress.gametab10 td.column-1 {
    border-radius: 10px 0 0 0;
    font-weight: 500;
    text-align: right;
    width: 18%;
}

.tablepress.gametab10 td.column-14 {
    border-radius: 0 10px 0 0;
    font-weight: 700;
    width: 10%;
}

.tablepress.gametab10 tr.row-3 td.column-2 {
    background-color: #1565b4;
    width: 15px;
    padding: 8px 8px 8px 8px;
}

.tablepress.gametab10 tr.row-4 td.column-2 {
    background-color: #f3c937;
}

/* Responsívne nastavenia gametab10 */
@media (min-width: 769px) {
    .tablepress.gametab10 tbody td { font-size: 15px; text-align: center; }
    .tablepress.gametab10 tfoot th { font-size: 15px; background-color: white; }
}

@media (max-width: 768px) {
    .tablepress.gametab10 tbody td { font-size: 12px; text-align: center; }
    .tablepress.gametab10 tfoot th { font-size: 12px; background-color: white; }
    .tablepress.gametab10 td.column-1 { width: 10%; }
}


/* ==========================================================================
   4. TABUĽKY ZÁPASOV: 8 ENDOV (.gametab8)
   ========================================================================== */

/* Spoločné nastavenia gametab8 */
.tablepress.gametab8 thead th {
    background-color: white;
    text-align: left;
    padding: 0;
}

.tablepress.gametab8 tfoot th {
    background-color: white;
    text-align: right;
    font-weight: normal;
    padding: 0 0 0 0;
}

.tablepress.gametab8 .row-2 td {
    background-color: #1f429d;
    color: white;
    font-weight: bold;
    border-top: 0;
}

.tablepress.gametab8 td.column-1 {
    border-radius: 10px 0 0 0;
    font-weight: 500;
    text-align: right;
    width: 23%;
}

.tablepress.gametab8 td.column-12 {
    border-radius: 0 10px 0 0;
    font-weight: 700;
    width: 10%;
}

.tablepress.gametab8 tr.row-3 td.column-2 {
    background-color: #1565b4;
    width: 15px;
    padding: 8px 8px 8px 8px;
}

.tablepress.gametab8 tr.row-4 td.column-2 {
    background-color: #f3c937 !important; /* Žltá bunka */
}

/* --- RESPONSIVE NASTAVENIA gametab8 --- */
@media (min-width: 769px) {
    .tablepress.gametab8 tbody td { 
        font-size: 15px; 
        text-align: center; 
    }
    .tablepress.gametab8 tfoot th { 
        font-size: 15px; 
    }
}

@media (max-width: 768px) {
    /* OPRAVA: Menší font pre mobilné zobrazenie */
    .tablepress.gametab8 tbody td { 
        font-size: 12px; 
        text-align: center; 
    }
    .tablepress.gametab8 tfoot th { 
        font-size: 12px; 
    }
    .tablepress.gametab8 td.column-1 { 
        width: 10%; 
    }
}

/* --- SKRYTIE DETAILOV O ZOSTAVE A LSD PRE VEREJNOSŤ --- */
.tablepress.gametab8 tbody tr:nth-child(n+5),
.tablepress.gametab10 tbody tr:nth-child(n+5) {
    display: none !important;
}



/* ==========================================================================
   4a. ADMINISTRÁTORSKÉ ZOBRAZENIE ZÁPASU (.admin-zapas-view)
   ========================================================================== */


/* 1. Zobrazenie skrytých riadkov pre adminov (PC aj mobil) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) {
    display: table-row !important;
}

/* 2. Základné formátovanie buniek admin riadkov */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td,
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td {
    background-color: #ffffff !important;
    font-size: 14px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #333333 !important;
    white-space: nowrap !important;
    padding: 5px 8px !important;
    vertical-align: middle !important;
}

/* 3. Hlavička súpisiek (Riadok 5) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(5) td,
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(5) td {
    background-color: #f0f4f8 !important;
    color: #1f429d !important;
    font-weight: bold !important;
    border-top: 3px double #1f429d !important;
    border-bottom: 2px solid #1f429d !important;
    text-transform: uppercase;
}

/* 4b. SEPARÁTOR (Oddelenie hráčov 1-4 od A a C) */
/* Riadok 9 zodpovedá pozícii 4 (hráčovi č. 4) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(9) td,
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(9) td {
    border-bottom: 1px solid #1f429d !important;
}

/* --- 4. ZAROVNANIE A FORMÁTOVANIE ZRKADLOVEJ ŠTRUKTÚRY --- */

/* Mená hráčov (C1 a C12) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(1),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(1) { text-align: right !important; font-weight: 500 !important; }
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(12),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(14) { text-align: left !important; font-weight: 500 !important; }

/* Rola (C3 a C10) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(3),
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(10),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(3),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(12) { text-align: center !important; font-weight: 500 !important; color: #666666 !important; }

/* LSD (C4 a C9) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(4),
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(9),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(4),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(11) { text-align: center !important; font-weight: 500 !important; color: #666666 !important; }

/* HODNOTA (C5 a C8) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(5),
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(8),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(5),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(10) { text-align: center !important; font-weight: bold !important; color: #1f429d !important; }

/* Pozícia - Centrálny stĺpec (C7) */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td:nth-child(7),
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td:nth-child(7) { 
    text-align: center !important; 
    font-weight: bold !important; 
    background-color: #f0f4f8 !important; 
    border-left: 2px solid #1f429d !important;
    border-right: 2px solid #1f429d !important;
}

/* ZMENA VEĽKOSTI FONTU PRE ADMIN ČASŤ */
.admin-zapas-view .tablepress.gametab8 tbody tr:nth-child(n+5) td,
.admin-zapas-view .tablepress.gametab10 tbody tr:nth-child(n+5) td {
    font-size: 12px !important; /* Tu si nastav želanú veľkosť */
}


/* ==========================================================================
   5. MOBILNÉ ZOBRAZENIE (Horizontálny Scroll pre admina)
   ========================================================================== */
@media (max-width: 768px) {
    /* Vynútené blokové zobrazenie kvôli scrollu */
    .admin-zapas-view .tablepress.gametab8,
    .admin-zapas-view .tablepress.gametab10 {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch; 
    }

    /* OCHRANA FILTRA: Ak JS nastaví inline 'display: none', prebijeme 'block !important' */
    .admin-zapas-view .tablepress[style*="display: none"],
    .admin-zapas-view .tablepress-table-name[style*="display: none"] {
        display: none !important;
    }
}

/* ==========================================================================
   5. ŠTANDARDNÉ TABUĽKY A MIXED DOUBLES LSD
   ========================================================================== */

/* Desktop zobrazenie (WP bloky a Mixed Doubles) */
@media (min-width: 769px) {
    #wp-block-table { font-size: 17px; }
    #wp-block-table thead th { font-size: 18px; }

    figure.wp-block-table.is-style-regular.mixed-doubles td,
    figure.wp-block-table.is-style-regular.mixed-doubles th {
        font-size: 18px;
        padding: 5px;
    }
}

/* Mobilné zobrazenie (WP bloky a Mixed Doubles) */
@media (max-width: 768px) {
    .wp-block-table { font-size: 15px; }
    .wp-block-table thead th { font-size: 18px; }

    figure.wp-block-table.is-style-regular.mixed-doubles td,
    figure.wp-block-table.is-style-regular.mixed-doubles th {
        font-size: 12px;
        padding: 1px;
    }
}