/* 1. Force all text inputs to 16px to stop iOS Auto-Zoom */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"], 
input[type="url"],
select, 
textarea {
    font-size: 16px !important;
}

/* 2. Target Paperform-specific dropdowns and labels */
.Choices__list--single,
.Question__title,
.Question__description,
.Choice__label {
    font-size: 16px !important;
}

/* 3. Optional: Ensure buttons also feel balanced with the larger text */
.Button, .Button--primary {
    font-size: 16px !important;
    padding: 12px 24px !important;
}
