/* Readable footer typography; scoped to the existing global footer only. */
.reference-footer {
  font-size: clamp(.9rem, .92vw, 1rem) !important;
  line-height: 1.85 !important;
}

.reference-footer nav b {
  margin-bottom: .65rem !important;
  font-size: clamp(.92rem, .96vw, 1.02rem) !important;
  line-height: 1.55 !important;
}

.reference-footer nav a {
  padding-block: .12rem;
  font-size: clamp(.86rem, .88vw, .96rem) !important;
  line-height: 1.8 !important;
  overflow-wrap: anywhere;
}

.reference-footer .footer-brand span {
  font-size: clamp(.7rem, .74vw, .8rem) !important;
}

.reference-footer .footer-brand p {
  max-width: 15rem !important;
  font-size: clamp(.84rem, .86vw, .94rem) !important;
  line-height: 1.85 !important;
}

.reference-footer > small {
  font-size: clamp(.72rem, .76vw, .82rem) !important;
  line-height: 1.7 !important;
}
