/**
 * cert-idsk.css – Certifikačná tabuľka IDSK
 * Adaptácia z data.svps.sk/svps-registre/public/css/svps-registre-public.css
 * Používa IDSK govuk-* triedy a farebné tokeny.
 */

/* ── Wrapper ────────────────────────────────────────────────────────────── */
.cert-idsk-wrap {
    margin-bottom: 2rem;
    font-family: "Source Sans Pro", arial, sans-serif;
    color: #0b0c0c;
    max-width: 100%;
    box-sizing: border-box;
}

/* ── IDSK 3 beta override: govuk-label je globálne ~2.25rem – znížiť na 1rem ── */
.cert-idsk-wrap .govuk-label {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* govuk-input a govuk-select – kompaktná výška v kontexte filtra */
.cert-idsk-wrap .govuk-input,
.cert-idsk-wrap .govuk-select {
    font-size: 1rem !important;
    height: 2.5rem !important;
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
    line-height: 1.4 !important;
}

/* ── Filtre ─────────────────────────────────────────────────────────────── */
.svps-filters {
    margin-bottom: 1.25rem;
}

/* Flex lišta: search vlavo, per-page vpravo */
.cert-idsk-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
}

.cert-idsk-search-group {
    flex: 1 1 240px;
    margin-bottom: 0 !important;
}

.cert-idsk-perpage-group {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

.cert-idsk-perpage {
    width: auto;
    min-width: 80px;
}

@media (max-width: 40em) {
    .cert-idsk-filter-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .cert-idsk-search-group,
    .cert-idsk-perpage-group {
        flex: 1 1 auto;
    }
    .cert-idsk-perpage {
        width: 100%;
    }
}

/* ── Tabuľka – scroll wrapper ───────────────────────────────────────────── */
.svps-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Explicitná šírka 100% + display:block = scroll sa vždy aktivuje keď treba */
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

.svps-data-table {
    /* width:max-content spôsobí scroll keď je tabuľka širšia ako kontajner */
    min-width: 100%;
    width: max-content;
    /* Pevné min-width stĺpcov – zabraňuje príliš úzkym bunkám na mobile */
    table-layout: auto;
}

/* Min-šírky stĺpcov pre 5-stĺpcovú cert tabuľku */
.svps-data-table .govuk-table__header:nth-child(1),
.svps-data-table .govuk-table__cell:nth-child(1) { min-width: 110px; } /* Certifikát */
.svps-data-table .govuk-table__header:nth-child(2),
.svps-data-table .govuk-table__cell:nth-child(2) { min-width: 90px;  } /* Vydaný */
.svps-data-table .govuk-table__header:nth-child(3),
.svps-data-table .govuk-table__cell:nth-child(3) { min-width: 180px; } /* Výrobok */
.svps-data-table .govuk-table__header:nth-child(4),
.svps-data-table .govuk-table__cell:nth-child(4) { min-width: 150px; } /* Výrobca */
.svps-data-table .govuk-table__header:nth-child(5),
.svps-data-table .govuk-table__cell:nth-child(5) { min-width: 100px; } /* Schéma */

/* ── Triedenie ──────────────────────────────────────────────────────────── */
.svps-sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.svps-sortable:hover {
    text-decoration: underline;
}

.svps-sort-icon {
    display: inline-block;
    width: 10px;
    margin-left: 4px;
    color: #b1b4b6;
    font-style: normal;
}

.svps-sort-icon::after    { content: '⇅'; font-size: .8em; }
.svps-sort-asc::after     { content: '▲'; color: #0b0c0c; }
.svps-sort-desc::after    { content: '▼'; color: #0b0c0c; }

/* ── Loading ────────────────────────────────────────────────────────────── */
.svps-loading {
    color: #505a5f;
    font-style: italic;
}

/* ── Stránkovanie ───────────────────────────────────────────────────────── */
.svps-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.svps-total-info {
    font-size: 0.875rem;
    color: #505a5f;
}

.svps-page-controls {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-wrap: wrap;
}

.svps-page-info {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

/* Číslované tlačidlá */
.svps-page-num {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.4rem;
    border: 1px solid #b1b4b6;
    background: #fff;
    color: #1d70b8;
    font-size: 0.875rem;
    font-family: inherit;
    cursor: pointer;
    border-radius: 2px;
    line-height: 2rem;
}

.svps-page-num:hover {
    background: #f3f2f1;
    border-color: #505a5f;
    color: #0b0c0c;
}

.svps-page-num.svps-page-active {
    background: #1d70b8;
    border-color: #1d70b8;
    color: #fff;
    cursor: default;
    font-weight: 700;
}

.svps-page-ellipsis {
    padding: 0 0.25rem;
    font-size: 0.875rem;
    color: #505a5f;
    line-height: 2rem;
    user-select: none;
}

/* Prev / Next buttony — kompaktné, nikdy full-width */
.cert-idsk-wrap .svps-prev-page,
.cert-idsk-wrap .svps-next-page {
    width: auto !important;
    margin-bottom: 0 !important;
}

/* ── Responzívne ────────────────────────────────────────────────────────── */
@media (max-width: 48em) {
    .svps-pagination {
        flex-direction: column;
        align-items: flex-start;
    }

    .svps-page-controls {
        flex-wrap: wrap;
    }
}

/* ── Print ──────────────────────────────────────────────────────────────── */
@media print {
    .svps-filters,
    .svps-pagination {
        display: none !important;
    }

    .svps-table-container {
        overflow: visible;
    }

    .svps-data-table {
        width: 100%;
    }
}
