:root {
  --paint-primary: #b8451f;
  --motion-entry: cubic-bezier(0.2,0.8,0.2,1);
  --ink-secondary: #fdf6e8;
}

body{margin:0;padding:0;font-family:"Lora", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .contact-header{max-width:980px;margin:0 auto;padding:calc(1.5rem * 0.8) 1.03rem;background:#fffdf6;border:1px solid #e3d7bd;border-radius:0.55rem 0.55rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 0.81rem;align-items:center;justify-content:space-between;color:#2b1e10;}
.cookies .media-view{flex:1 1 420px;}
.cookies .plain-tile{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:6px;background:#f2e9d4;color:#3f3324;}
.cookies .media-view strong{display:block;margin-bottom:4px;}
.cookies .media-view p{margin:0;}
.cookies .bottom-panel{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .bottom-panel button{border:1px solid #e3d7bd;background:#fffdf6;color:#2b1e10;border-radius:0.22rem;padding:8px 12px;cursor:pointer;}
.cookies .bottom-panel button.cookie-accept{background:#e0a52a;color:#2b1e10;border-color:transparent;font-weight:700;}
