.legal-section h1 {
  font-size: 2rem;
}

.legal-section h2 {
  margin-top: 1.5rem;
}

.legal-section ul {
  padding-left: 1.25rem;
}

.site-footer {
  max-width: 75rem;
}

.site-footer a {
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  background: #111;
  color: #f5f5f5;
  padding: 1rem 1.25rem;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}

.cookie-banner p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.cookie-banner a {
  color: #9ecbff;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.form-consent {
  font-size: 0.95rem;
  line-height: 1.4;
}

.form-consent a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  body:has(#sideNav) .cookie-banner {
    left: 17rem;
  }
}
