/* Local information is intentionally prominent, not hidden in the footer. */
.contact address {
  margin-top: 23px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}
.contact address strong { color: var(--ink); }
.contact address a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.contact address a:hover { color: #95762f; }
.contact address span { color: #7c878a; font-size: 12px; }
.contact #result { min-height: 22px; font-size: 13px; font-weight: 700; }
.contact #result.ok { color: #356e4e; }
.contact #result.err { color: #a63d38; }
.contact button:disabled { cursor: wait; opacity: .7; }
