/* ==========================================================================
   HeyBro footer — the "Contact us" column (Astra footer builder HTML 1).
   Astra does not style raw HTML like a widget, so the heading, text and links
   are matched to the other footer columns here.
   ========================================================================== */

.hb-footer-contact__title {
  margin: 0 0 8px;
  font-family: Anton, 'Arial Narrow', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #FCF0D6;
}

.hb-footer-contact__line {
  margin: 0 0 12px;
  font-family: Metrophobic, Poppins, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #B7CBD8;
}

.hb-footer-contact__line:last-of-type { margin-bottom: 0; }

.hb-footer-contact a {
  color: #C9D7E0;
  text-decoration: none;
  transition: color .15s ease;
}

.hb-footer-contact a:hover,
.hb-footer-contact a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.hb-footer-contact__cta {
  margin: 14px 0 0;
  font-family: Metrophobic, Poppins, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.hb-footer-contact__cta a {
  color: #FCF0D6;
  border-bottom: 1px solid rgba(252, 240, 214, .4);
  padding-bottom: 2px;
}

.hb-footer-contact__cta a:hover,
.hb-footer-contact__cta a:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
