/* Focus and interactive elements */
a:focus-visible,
button:focus-visible,
.u-hamburger-link:focus-visible {
  outline: 2px solid #305ca5;
  outline-offset: 2px;
}

.u-section-1 a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.u-section-1 a[href^="tel:"]:hover {
  text-decoration: underline;
}

.u-footer a {
  color: inherit;
  text-decoration: none;
}

.u-footer a:hover {
  text-decoration: underline;
}

/* Hide Nicepage promo on production */
.u-backlink {
  display: none;
}
