
/* ==========================================================
   FAZONETKA – PÁNSKÉ STŘIHY – SJEDNOCENÉ TABULKY V1
   Vizuální nadstavba nad:
   - produktové záložky PÁNSKÉ V9
   - responzivní tabulky V5

   DŮLEŽITÉ:
   Tento soubor NEMĚNÍ logiku V9 ani V5.
   Pouze sjednocuje vzhled tabulek na 12 testovacích pánských produktech.
   ========================================================== */

body.fz-panske-unified-tables {
    --fz-table-accent: #296974;
    --fz-table-soft: #eef8fa;
    --fz-table-line: #296974;
    --fz-table-line-light: #9bbdc3;
    --fz-table-text: #171717;
    --fz-table-muted: #5b6668;
    --fz-table-bg: #ffffff;
}

/* ---------- DESKTOP + SPOLEČNÉ ---------- */

body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 26px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid var(--fz-table-line) !important;
    border-radius: 10px;
    overflow: hidden;
    background: var(--fz-table-bg);
    color: var(--fz-table-text);
    font-family: inherit;
    box-sizing: border-box;
    box-shadow: none;
}

body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table th,
body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table td,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table th,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table td {
    padding: 13px 15px !important;
    border: 0 !important;
    border-right: 1px solid var(--fz-table-line-light) !important;
    border-bottom: 1px solid var(--fz-table-line-light) !important;
    vertical-align: top;
    line-height: 1.45;
    font-family: inherit;
    color: inherit;
    background: #fff;
    box-sizing: border-box;
}

body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table tr > :last-child,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table tr > :last-child {
    border-right: 0 !important;
}

body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table tr:last-child > *,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table tr:last-child > * {
    border-bottom: 0 !important;
}

/* Skutečné hlavičky tabulek */
body.fz-panske-unified-tables table.fz-unified-table thead th,
body.fz-panske-unified-tables table.fz-unified-table tr:first-child > th {
    background: var(--fz-table-soft) !important;
    color: var(--fz-table-accent) !important;
    font-weight: 700 !important;
}

/* Běžné datové tabulky – jemné střídání řádků */
body.fz-panske-unified-tables table.fz-unified-data tbody tr:nth-child(even) td {
    background: #fbfdfd !important;
}

/* Tabulky s obrázky/nákresy – více prostoru, bez barevného zebra efektu */
body.fz-panske-unified-tables table.fz-unified-visual td,
body.fz-panske-unified-tables table.fz-unified-visual th {
    background: #fff !important;
    text-align: center;
    vertical-align: middle;
}

body.fz-panske-unified-tables table.fz-unified-visual img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* Staré inline rozměry obrázků nesmí tabulku roztáhnout */
body.fz-panske-unified-tables table.fz-unified-table img {
    max-width: 100% !important;
    height: auto !important;
}

/* Text v buňkách nesmí mít zbytečné obří mezery z editoru */
body.fz-panske-unified-tables table.fz-unified-table p:first-child {
    margin-top: 0;
}
body.fz-panske-unified-tables table.fz-unified-table p:last-child {
    margin-bottom: 0;
}

/* ---------- V5 KARTY SPOTŘEBY – SJEDNOCENÝ VZHLED ---------- */

body.fz-panske-unified-tables .fz-table-consumption-cards {
    font-family: inherit;
}

body.fz-panske-unified-tables .fz-consumption-card {
    border: 1px solid var(--fz-table-line) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.fz-panske-unified-tables .fz-consumption-card-title {
    color: var(--fz-table-text) !important;
}

body.fz-panske-unified-tables .fz-consumption-card-subtitle {
    color: var(--fz-table-accent) !important;
}

body.fz-panske-unified-tables .fz-consumption-row {
    border-bottom-color: var(--fz-table-line-light) !important;
}

body.fz-panske-unified-tables .fz-consumption-value {
    color: var(--fz-table-text) !important;
}

/* ---------- MOBIL ---------- */

@media (max-width: 767px) {

    /*
     * V5 dál rozhoduje, zda se tabulka přestaví.
     * Tato vrstva pouze uhladí vzhled tabulek, které zůstanou tabulkami.
     */
    body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table,
    body.fz-panske-unified-tables .p-short-description table.fz-unified-table {
        border-radius: 9px;
        font-size: 14px;
    }

    body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table th,
    body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table td,
    body.fz-panske-unified-tables .p-short-description table.fz-unified-table th,
    body.fz-panske-unified-tables .p-short-description table.fz-unified-table td {
        padding: 10px 11px !important;
        line-height: 1.4;
    }

    /* U vizuálních tabulek co nejvíce místa pro samotný nákres/fotku */
    body.fz-panske-unified-tables table.fz-unified-visual th,
    body.fz-panske-unified-tables table.fz-unified-visual td {
        padding: 6px !important;
    }

    /* V5 spotřeba – stejná vizuální rodina jako desktopové tabulky */
    body.fz-panske-unified-tables .fz-consumption-card {
        padding: 15px 14px !important;
    }

    body.fz-panske-unified-tables .fz-consumption-card-subtitle {
        color: var(--fz-table-accent) !important;
    }
}


/* ==========================================================
   V2 – ODLEHČENÍ CELÉHO BLOKU
   Rámujeme pouze samotné tabulky/karty, nikoli celý obsah záložky.
   ========================================================== */

body.fz-panske-unified-tables .fz-product-info-panel,
body.fz-panske-unified-tables .fz-product-info-panels,
body.fz-panske-unified-tables .fz-product-info-panel.is-active {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

/* Samotná tabulka má o něco čitelnější, ale stále jemný obrys. */
body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table {
    border-width: 1.25px !important;
    border-style: solid !important;
    border-color: var(--fz-table-line) !important;
}

/* Karty spotřeby zůstávají samostatně rozeznatelné. */
body.fz-panske-unified-tables .fz-consumption-card {
    border-width: 1.25px !important;
    border-color: var(--fz-table-line) !important;
}

@media (max-width: 767px) {
    body.fz-panske-unified-tables .fz-product-info-panel,
    body.fz-panske-unified-tables .fz-product-info-panel.is-active {
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
    }
}


/* V3 – obrys tabulek ve stejné tmavší modrotyrkysové jako aktivní záložka */
body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table,
body.fz-panske-unified-tables .fz-consumption-card {
    border-color: #296974 !important;
}

/* Vnitřní dělicí linky zůstávají jemnější, aby tabulka nebyla těžká. */
body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table th,
body.fz-panske-unified-tables .fz-product-info-panel table.fz-unified-table td,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table th,
body.fz-panske-unified-tables .p-short-description table.fz-unified-table td {
    border-right-color: #9bbdc3 !important;
    border-bottom-color: #9bbdc3 !important;
}
