/* #1415 (ADR 0024) — třídy nahrazující inline style= ve veřejných/shared Razor stránkách.
   1:1 hodnoty (vizuální parita ověří Kontrolor screenshoty). Linkováno v public layoutech + standalone. */

/* Ikony */
.cv-ico        { width: 1em; height: 1em; vertical-align: -0.125em; }
.cv-ico-mr     { width: 1em; height: 1em; vertical-align: -0.125em; margin-right: .35em; }

/* Zobrazení */
.cv-hidden     { display: none; }
.cv-hidden-i   { display: none !important; }

/* Rozměry */
.cv-mnh31      { min-height: 31px; }
.cv-h48        { height: 48px; }
.cv-h100vh     { height: 100vh; }
.cv-w200-mb2   { width: 200px; margin-bottom: 2rem; }
.cv-w100-mw400 { width: 100%; max-width: 400px; }
.cv-mw500      { max-width: 500px; }
.cv-mw520      { max-width: 520px; }
.cv-resize-v   { resize: vertical; }
.cv-op5        { opacity: .5; }

/* Typografie / barvy */
.cv-fs-3       { font-size: 3rem; }
.cv-fs125-600  { font-size: 1.25rem; font-weight: 600; }
.cv-amber      { color: #f5a623; }
.cv-white-bold-11 { color: #fff; font-weight: 700; font-size: 1.1rem; }

/* _AuthLayout specifické (tmavé pozadí) */
.cv-authheading { color: #fff; font-weight: 700; margin-bottom: 0.75rem; }
.cv-authsub     { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 2rem; }
.cv-authlist    { color: rgba(255,255,255,0.8); list-style: none; padding: 0; font-size: 1rem; line-height: 2; }
