/* Voorkomt automatisch inzoomen van iOS/Safari bij het focussen van invoervelden. */
@media (max-width: 1100px), (hover: none) and (pointer: coarse) {
  input:not(#allow-mobile-auto-zoom):not([type]),
  input:not(#allow-mobile-auto-zoom)[type="text"],
  input:not(#allow-mobile-auto-zoom)[type="email"],
  input:not(#allow-mobile-auto-zoom)[type="password"],
  input:not(#allow-mobile-auto-zoom)[type="search"],
  input:not(#allow-mobile-auto-zoom)[type="tel"],
  input:not(#allow-mobile-auto-zoom)[type="url"],
  input:not(#allow-mobile-auto-zoom)[type="number"],
  input:not(#allow-mobile-auto-zoom)[type="date"],
  input:not(#allow-mobile-auto-zoom)[type="time"],
  textarea:not(#allow-mobile-auto-zoom),
  select:not(#allow-mobile-auto-zoom) {
    font-size: 16px !important;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .online-dialog:has(.social-chat) .social-chat-form {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }
}
