.services-shell .models-body a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-color: rgba(116, 116, 116, 0.62);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
  transition:
    text-decoration-color 180ms ease,
    color 180ms ease;
}

.services-shell .models-body a:hover,
.services-shell .models-body a:focus-visible {
  text-decoration-color: rgba(68, 68, 68, 0.9);
}

.services-shell .models-link-list--pathways {
  margin-top: 1rem;
  gap: 0.45rem;
}

.services-shell .models-link-list--pathways a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration-line: underline;
  text-decoration-color: rgba(116, 116, 116, 0.62);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
  color: var(--neutral-800);
}

.services-shell .models-link-list--pathways a::before {
  content: ">";
  color: var(--neutral-500);
  font-size: 0.78em;
  line-height: 1;
}

.services-shell .models-link-list--pathways a:hover,
.services-shell .models-link-list--pathways a:focus-visible {
  color: var(--neutral-900);
  text-decoration-color: rgba(68, 68, 68, 0.82);
}
