/* Preserve the source layout while accommodating the logged-in admin toolbar. */
body.admin-bar .site-header { top: 32px; }
body.admin-bar .mobile-nav { top: calc(var(--header-h) + 32px); }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .mobile-nav { top: calc(var(--header-h) + 46px); }
}
@media (max-width: 600px) {
  body.admin-bar #wpadminbar { position: fixed; }
}

/* Shared contact details on every page. */
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 20px;
  font-style: normal;
  font-size: var(--fs-sm);
  overflow-wrap: anywhere;
}
