/* ==========================================================
   ClearSkin4u — Utilities
   Small helpers only. Scoped under #cs-prof.
   Load after components.css.
========================================================== */

/* Used by Profhilo quiz (JS toggles visibility) */
#cs-prof .cs-hidden {
    display: none !important;
}

/* Text alignment helpers (available for treatment pages) */
#cs-prof .cs-text-center {
    text-align: center;
}

#cs-prof .cs-text-left {
    text-align: left;
}

/* Centres a .cs-actions row — matches final-CTA inline pattern for future HTML use */
#cs-prof .cs-actions-center {
    justify-content: center;
    margin-top: 22px;
}

/* Visually hidden (accessible) — for future labels / skip text */
#cs-prof .cs-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
