body{margin:0;padding:0;font-family:"DM Sans", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;left:2.02rem;right:2.02rem;bottom:1.5rem;z-index:1200;}
:root {
  --paint-muted: #f4efe4;
  --ease-hover: cubic-bezier(0.2,0.8,0.2,1);
  --ink-main: #2e1c14;
}

.cookies .strong-content{max-width:1100px;margin:0 auto;padding:12px;border:1px solid #e0d0b8;border-radius:1rem;background:#fbf6ec;box-shadow:0 6px 18px rgba(0,0,0,0.07);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.73rem;color:#2e1c14;}
.cookies .strong-content p{margin:0;}
.cookies .primary-rail{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .primary-rail button{border:1px solid #e0d0b8;border-radius:0.38rem;background:#fbf6ec;color:#2e1c14;padding:7px 10px;cursor:pointer;}
.cookies .primary-rail button.cookie-accept{background:#a8452a;border-color:#a8452a;color:#fbf4ea;}
