/* Shared mobile interaction contract, kept after section styles in the cascade. */
@media (max-width: 768px), (pointer: coarse) {
  body button,
  body [role="button"],
  body input[type="button"],
  body input[type="submit"],
  body input[type="reset"] {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
  body select,
  body textarea {
    min-height: 44px !important;
  }

  #clients .client-wa-link {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }
}
