.privacy-consent {
  position:fixed;
  left:1rem;
  right:1rem;
  bottom:1rem;
  z-index:1000;
  max-width:760px;
  margin:0 auto;
  padding:1rem 1.1rem;
  background:#fffdf6;
  color:#1b1f1c;
  border:1px solid #cfc5b4;
  border-radius:10px;
  box-shadow:0 12px 40px rgba(16,45,34,.2);
}
.privacy-consent[hidden] { display:none; }
.privacy-consent p { margin:0 0 .75rem; font-size:.8125rem; line-height:1.5; }
.privacy-consent-actions { display:flex; gap:.5rem; flex-wrap:wrap; }
.privacy-consent button {
  min-height:42px;
  padding:.55rem .9rem;
  border-radius:5px;
  border:1px solid #2d6a4f;
  background:#fffdf6;
  color:#1b4332;
  font:600 .75rem/1.2 system-ui,sans-serif;
  cursor:pointer;
}
.privacy-consent button[data-consent="accept"] { background:#2d6a4f; color:#fff; }
.privacy-consent a { font-weight:600; }
