/* ==========================================================================
   SalonSync — Locale fine-tuning layer
   Loaded LAST. Per-language pixel adjustments scoped by <html lang="xx">.
   Base section = length-tolerant tweaks that help every language.
   Add a language block per locale (tr, nl, it, fr, es, pt, ru, ...).
   To target a specific element, give it a stable ss-* hook class in the HTML,
   then adjust it here under the relevant html[lang="xx"] block.
   ========================================================================== */

/* ---------- Base robustness (all languages) ---------- */

/* Hero trust card: keep short labels on one line, size to content */
.ss-trust-card .ss-trust-value {
    white-space: nowrap;
}

/* Stats bar: small superscript unit pinned to the top-right of the number
   (mirrors the original template's ^ / % / + treatment) */
.ss-statbar h2 sup {
    font-size: 0.36em;
    font-weight: 500;
    vertical-align: top;
    position: static;
    top: auto;
    line-height: 1;
    margin-left: 0.06em;
}

/* ---------- Türkçe (lang=tr) ---------- */

html[lang="tr"] .ss-trust-card .ss-trust-value {
    font-size: 18px;
    line-height: 1.15;
}

/* ---------- Nederlands (lang=nl) — placeholder, filled when NL is added ---------- */

/* html[lang="nl"] { } */
