/* iPhone / iOS Safari — prevent auto-zoom on input focus (requires >= 16px text) */

@media screen and (max-width: 768px) {
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]),
    textarea,
    select,
    .form-control,
    .search-box input,
    .search-bar input,
    .kitchen-stock-search-box input,
    .dropdown-mask input,
    .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-search__field,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered,
    .flatpickr-input,
    .hh-form-group input,
    .hh-form-group textarea,
    .hh-form-group select {
        font-size: 14px !important;
    }
}
