.recruitment-terms-link {
  display: inline-block;
  margin-top: 14px;
  color: inherit;
  font-size: 0.82rem;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.recruitment-terms-link:hover,
.recruitment-terms-back:hover {
  text-decoration-thickness: 2px;
}

.recruitment-terms-link:focus-visible,
.recruitment-terms-back:focus-visible,
.recruitment-terms-languages a:focus-visible,
.recruitment-terms-page .terms-nav a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.recruitment-terms-back {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 0.88rem;
  text-underline-offset: 4px;
}

.recruitment-terms-page .terms-hero h1 {
  max-width: 980px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.recruitment-terms-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 26px;
  font-size: 0.82rem;
}

.recruitment-terms-languages a {
  padding: 4px 0;
  color: var(--ink);
  text-underline-offset: 4px;
}

.recruitment-terms-languages a[aria-current] {
  font-weight: 700;
  color: var(--lacquer);
}

.recruitment-terms-page .hero-copy {
  max-width: 850px;
}

.recruitment-terms-page .terms-card {
  scroll-margin-top: 120px;
}

.recruitment-terms-page .terms-card h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.recruitment-terms-page .terms-nav a {
  font-size: 0.78rem;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  html[lang="de"] .recruitment-terms-page .terms-hero h1 {
    font-size: 2rem;
    hyphens: auto;
  }
}
