.tf-contextual-pages {
  clear: both;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding: 1.35rem 1.5rem;
  border-left: 3px solid #8e8e8b;
  background: #f3f3f1;
}

.tf-contextual-pages h2 {
  margin: 0 0 0.85rem;
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
}

.tf-contextual-pages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-contextual-pages a {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #a0a09d;
  text-underline-offset: 0.2em;
}

.tf-contextual-pages a:hover,
.tf-contextual-pages a:focus-visible {
  color: #000;
  text-decoration-color: #000;
}

@media (max-width: 700px) {
  .tf-contextual-pages {
    padding: 1.1rem 1rem;
  }

  .tf-contextual-pages ul {
    display: grid;
    gap: 0.75rem;
  }
}
