/* FIX438: Legal categories bar (Impressum/Rechtliches) */
.scl-legal-toc{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  padding:12px 14px;
  margin:0 0 14px 0;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:rgba(255,255,255,.75);
  backdrop-filter: blur(6px);
}

.scl-legal-toc__item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  line-height:1;
  border:1px solid rgba(0,0,0,.10);
}

.scl-legal-toc__item:hover,
.scl-legal-toc__item:focus{
  text-decoration:none;
  outline:none;
  border-color: rgba(0,0,0,.25);
}

/* Ensure anchors land below sticky header */
.scl-page-card h1[id],
.scl-page-card h2[id],
.scl-page-card h3[id],
.scl-page-card [id="impressum"],
.scl-page-card [id="datenschutz"],
.scl-page-card [id="agb"],
.scl-page-card [id="cookies"],
.scl-page-card [id="disclaimer"]{
  scroll-margin-top: 120px;
}
