body{margin:0;padding:0;font-family:"Noto Sans", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.42rem;right:1.42rem;bottom:1.5rem;z-index:1200;}
:root {
  --speed-nav: ease-in-out;
  --paint-card: #C2542A;
  --tone-extra-8: #FBF6EC;
}

.cookies .quiet-feature{max-width:820px;margin:0 auto;padding:12px;border:1px solid #DCCFB6;border-radius:0.45rem;background:#FBF6EC;box-shadow:0 5px 14px rgba(0,0,0,0.06);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.97rem;color:#2B2118;}
.cookies .quiet-feature p{margin:0;}
.cookies .copy{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .copy button{border:1px solid #DCCFB6;border-radius:0.25rem;background:#FBF6EC;color:#2B2118;padding:7px 10px;cursor:pointer;}
.cookies .copy button.cookie-accept{background:var(--paint-card);border-color:var(--paint-card);color:var(--tone-extra-8);}
