.cookie-consent[hidden]{display:none}
.cookie-consent{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;max-width:920px;margin:auto;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#211e18;color:#f4efe5;border:1px solid rgba(214,72,98,.45);box-shadow:0 14px 45px rgba(0,0,0,.45);font-family:Jost,Arial,sans-serif}
.cookie-consent__text{max-width:610px}
.cookie-consent strong{display:block;margin-bottom:5px;font-family:Marcellus,Georgia,serif;font-size:1.15rem;font-weight:400}
.cookie-consent p{margin:0;color:#cfc6b4;font-size:.9rem;line-height:1.55}
.cookie-consent a{color:#f08aa0}
.cookie-consent__actions{display:flex;gap:10px;flex-shrink:0}
.cookie-consent button{min-width:104px;padding:11px 16px;border:1px solid #d64862;background:transparent;color:#f4efe5;font:600 .78rem Jost,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.cookie-consent button.is-primary{background:#d64862}
.cookie-consent button:hover,.cookie-consent button:focus-visible{outline:2px solid #f4efe5;outline-offset:2px}
@media(max-width:700px){.cookie-consent{align-items:stretch;flex-direction:column;gap:16px}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent button{width:100%}}
