/* Keep focused form controls at least 16px to prevent iOS automatic focus zoom.
   Shared by public pages and admin, including dynamically inserted controls. */
input, textarea, select, [contenteditable]:not([contenteditable="false"]) {
  font-size: max(16px, 1em) !important;
}
