.cookie-banner {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 1.25rem;
  background: #fff;
  color: #1e293b;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .25);
}
.cookie-banner h2 { margin: 0 0 .5rem; font-size: 1.25rem; }
.cookie-banner p { margin: 0; line-height: 1.55; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.cookie-button {
  flex: 1 1 180px;
  min-height: 44px;
  padding: .7rem 1rem;
  border: 2px solid #0065a9;
  border-radius: 6px;
  background: #fff;
  color: #004f85;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cookie-button:hover, .cookie-button:focus-visible { background: #eaf5fc; outline: none; }
.cookie-link-button { padding: 0; border: 0; background: none; color: inherit; text-decoration: underline; font: inherit; cursor: pointer; }
.footer-legal-nav button { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: none; cursor: pointer; }

.footer-legal-nav button:hover {
    color: var(--blue);
}
.footer-legal-nav button:hover {
    text-decoration: underline;
}


.legal-content { line-height: 1.65; }
.legal-content h1 { margin-top: 0; }
.legal-content h2 { margin-top: 2rem; }
.legal-content h3 { margin-top: 1.4rem; }
@media (max-width: 600px) {
  .cookie-banner { right: .5rem; bottom: .5rem; left: .5rem; padding: 1rem; }
}
