a {
  text-decoration: none;
}

a[href]:not(.no-underline) {
  word-wrap: break-word;
}

.main article p a[href]:not(.no-underline):not(.icon-arrow):not(.button) {
    text-decoration: underline;
    font-weight: 600;
  }

.main article p a[href]:not(.no-underline):not(.icon-arrow):not(.button):hover {
      text-decoration: none;
    }

a[href^="tel:"] {
  white-space: nowrap;
}

.link-center {
  display: flex;
  justify-content: center;
}

.link-button {
  display: flex;
  align-items: center;
  font-weight: 800;
}

.link-absolute {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link-forward svg {
    transform: rotate(-90deg);
    margin-left: 0.25rem;
  }

