/* Text links need a visible cue. Navigation and buttons keep their own structure. */
.ed-link,
.ed-page main .ed-prose a,
.ed-framework-body a,
.ed-form-note a,
.ed-press-contact > a,
.ed-culture-jump a,
.ed-footer-nav a {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: .28em !important;
}

.ed-nav > a[aria-current="page"],
.ed-menu a:hover {
  color: #00D9C0;
}

.home-article {
  grid-template-columns: 12rem minmax(0, 1.5fr) minmax(0, 1fr);
}

.home-article > span {
  display: none;
}

.home-article h3 {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}

.home-intro-copy .ed-button {
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 70rem) {
  .home-article { grid-template-columns: 8rem 1.4fr 1fr; }
}

@media (max-width: 48rem) {
  .home-article { grid-template-columns: 1fr; }
}
