/**
 * K4C OSS — Lieferland dropdown + OSS tax display
 * Ticket: K4C-295
 */

/* -----------------------------------------------------------------------
   Lieferland dropdown — pod cenou na stránce produktu
   ----------------------------------------------------------------------- */

.k4c-lieferland-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 14px;
    font-size: 0.95em;
}

.k4c-lieferland-wrapper label {
    font-weight: 600;
    white-space: nowrap;
    color: inherit;
    margin: 0;
    cursor: default;
}

.k4c-lieferland-wrapper select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 0.95em;
    background-color: #fff;
    cursor: pointer;
    max-width: 220px;
    appearance: auto;
    -webkit-appearance: auto;
}

.k4c-lieferland-wrapper select:focus {
    outline: none;
    border-color: #999;
}

/* Loading state */
.k4c-lieferland-wrapper select.k4c-loading {
    opacity: 0.6;
    cursor: wait;
}

/* -----------------------------------------------------------------------
   Price suffix — OSS tax display
   Formát: (inkl. X,XX € MwSt. YY % CC)*
   ----------------------------------------------------------------------- */

.woocommerce-price-suffix {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
}

/* Na dlaždicích (shop/kategorie) — menší font */
.products .woocommerce-Price-amount + .woocommerce-price-suffix,
.woocommerce-loop-product__link .woocommerce-price-suffix {
    display: block;
    margin-top: 2px;
    font-size: 0.78em;
}

/* -----------------------------------------------------------------------
   Footnote v patičce — nad copyright
   ----------------------------------------------------------------------- */

.k4c-footnote {
    text-align: left;
    font-size: 0.82em;
    color: #999;
    padding: 8px 0 4px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 6px;
    line-height: 1.5;
}

/* -----------------------------------------------------------------------
   Utility: skrýt původní "zzgl. Versand" pokud by zůstal jako text
   ----------------------------------------------------------------------- */

.woocommerce-product-details__short-description .zzgl-versand-note {
    display: none;
}
