/* ───────────────────────────────────────────────
   Zizania — Labels (reusable component)
   Small uppercase section kickers (e.g. "ΕΠΙΛΕΓΜΕΝΑ",
   "ΙΣΤΟΡΙΕΣ ΥΛΙΚΩΝ", "SOCIAL MEDIA") που προηγούνται
   μεγάλων headline titles.
   ─────────────────────────────────────────────── */

.zz-label {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--on-surface);
    opacity: 0.65;
    line-height: 1.3;
}
