/* Jedna skala nawigacji dla strony kierunku i wszystkich podstron. */
@media (min-width: 1011px) {
  .exp-menu,
  .nav .menu,
  .est-links {
    gap: clamp(10px, 1.25vw, 20px) !important;
  }

  .exp-menu,
  .nav .menu,
  .est-links > a,
  .mega summary {
    font-family: Manrope, Arial, sans-serif !important;
    font-size: clamp(9.5px, .78vw, 11.25px) !important;
    font-weight: 500 !important;
    letter-spacing: .105em !important;
    line-height: 1 !important;
  }
}

/* Wspólny charakter przycisku konsultacji. */
.exp-actions .book,
.nav .book,
.est-actions .est-book {
  color: inherit !important;
  text-decoration: none !important;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease !important;
}

.exp-actions .book:hover,
.exp-actions .book:focus-visible,
.nav .book:hover,
.nav .book:focus-visible,
.est-actions .est-book:hover,
.est-actions .est-book:focus-visible {
  background: #765347 !important;
  border-color: #765347 !important;
  color: #fff !important;
}
