/* Legal pages typography and responsive TOC behavior */

.page-privacy-de .body-text,
.page-privacy-en .body-text,
.page-imprint .body-text{
  font-size: clamp(1rem, 1.02vw, 1.08rem);
  line-height: 1.82;
}

.page-privacy-de h1,
.page-privacy-en h1,
.page-imprint h1{
  margin-bottom: 0.8rem;
}

.page-privacy-de h2,
.page-privacy-en h2,
.page-imprint h2{
  line-height: 1.28;
}

.page-privacy-de .privacy-toc-card .menu{
  font-size: 0.96rem;
  line-height: 1.35;
}

/* Privacy TOC: on desktop with low viewport height, allow internal scroll */
@media (min-width: 1024px) and (max-height: 900px){
  .privacy-toc-card{
    max-height: calc(100vh - 7rem);
    overflow: auto;
  }
}
