/* iOS Safari : empêche le zoom automatique au focus (champs < 16px).
   Chargé en dernier dans app-head / pages auth. */
@media (hover: none) and (pointer: coarse) {
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="hidden"]):not([type="file"]):not([type="color"]),
    textarea:not(.lieu-partner-widget-embed__code),
    select {
        font-size: 16px !important;
    }
    textarea.lieu-partner-widget-embed__code {
        font-size: 0.58rem !important;
    }
}
