/* Existing contact typography, without new boxes or layout. */
a.sws-email-reveal {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}
a.sws-email-reveal:hover { text-decoration-style: solid; }
a.sws-email-reveal:focus-visible {
  outline: 2px solid #b48a2b;
  outline-offset: 4px;
  border-radius: 2px;
}
a.sws-email-reveal[aria-busy="true"] { opacity: .65; cursor: progress; }
