/* Contact layout correction for narrow screens. */
@media (max-width: 350px) {
  .contact-page-section .interior-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-page-section .interior-grid > * {
    min-width: 0;
  }
  .contact-page-section .address-block a {
    overflow-wrap: anywhere;
  }
}
