/* Allow the contact cards to wrap as whole cards, never split the email domain. */
body #main .dcon-hero-links {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
body #main .dcon-hero-link { min-width: 0; }
body #main .dcon-hero-link strong {
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}
/* Page-specific styles must not enlarge only some mobile headers. No logo asset changes. */
@media (max-width: 1023px) {
  body #site-header #site-header-inner {
    min-height: 70px;
    padding: 12px 16px;
    box-sizing: border-box;
  }
  body #site-header #site-logo #site-logo-inner a img {
    display: block;
    max-height: 46px !important;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
