.legal-links{
  margin-top:1rem;
  font-size:.95rem;
  display:flex;
  flex-wrap:wrap;
  gap:.8rem 1rem;
  justify-content:center;
}

.legal-links a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}

.cookie-banner{
  position:fixed;
  left:1rem;
  right:1rem;
  bottom:1rem;
  z-index:1200;
  max-width:780px;
  margin:0 auto;
  background:#ffffff;
  color:#163042;
  border:1px solid rgba(22,48,66,.16);
  border-radius:18px;
  box-shadow:0 18px 48px rgba(9,25,37,.18);
  padding:1rem 1.1rem;
}

.cookie-banner[hidden]{
  display:none !important;
}

.cookie-banner p{
  margin:.2rem 0 0;
}

.cookie-banner-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1rem;
  align-items:center;
}

.cookie-link{
  color:#163042;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media (max-width:640px){
  .cookie-banner{
    left:.75rem;
    right:.75rem;
    bottom:.75rem;
    padding:.95rem;
  }
}
