/* Content and translated labels must be able to shrink inside flex/grid tracks. */
main, section, footer, .legal-content {
  overflow-wrap: anywhere;
}

footer .grid > * {
  min-width: 0;
}

footer a, footer p, footer h4 {
  overflow-wrap: anywhere;
}

.seo-prose :where(img, video, iframe),
.seo-article :where(img, video, iframe) {
  max-width: 100%;
}

@media (max-width: 639px) {
  /* Prevent focus zoom from turning a fitted mobile form into a wider viewport. */
  input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
  select, textarea {
    font-size: 16px;
    min-width: 0;
    max-width: 100%;
  }
}
