/* Prevent iOS auto-zoom on focus */ #cp_calculatedfieldsf_pform_1 :is(input, select, textarea){ font-size:16px; } /* If you only want it on mobile */ @media (max-width: 767px){ #cp_calculatedfieldsf_pform_1 :is(input, select, textarea){font-size:16px;} } /* Helps remove double-tap zoom on some browsers for tap targets */ #cp_calculatedfieldsf_pform_1 { touch-action: manipulation; }