.cookie-banner { align-items:center; background:#fffdf8; border:1px solid rgba(36,61,67,.18); bottom:18px; box-shadow:0 14px 36px rgba(36,61,67,.2); display:flex; gap:24px; justify-content:space-between; left:18px; max-width:760px; padding:18px 20px; position:fixed; right:18px; width:calc(100% - 36px); z-index:20; }
.cookie-banner-copy { max-width:510px; }.cookie-banner strong { color:#243d43; display:block; font:600 17px "Lora",Georgia,serif; }.cookie-banner p { color:#506269; font:14px/1.45 "Source Sans 3",Arial,sans-serif; margin:5px 0 0; }.cookie-banner p a { color:#386d70; font-weight:700; text-underline-offset:2px; }.cookie-banner-actions { align-items:center; display:flex; flex:0 0 auto; flex-wrap:wrap; gap:9px; }.cookie-button { cursor:pointer; font:600 14px "Source Sans 3",Arial,sans-serif; padding:10px 14px; }.cookie-button-primary { background:#ec846b; border:1px solid #ec846b; border-radius:999px; color:#fff; }.cookie-button-secondary { background:transparent; border:0; color:#46656a; padding-left:5px; padding-right:5px; text-decoration:underline; text-underline-offset:3px; }
@media (max-width:640px) { .cookie-banner { align-items:flex-start; bottom:12px; flex-direction:column; gap:14px; left:12px; padding:17px; right:12px; width:calc(100% - 24px); }.cookie-banner-actions { width:100%; }.cookie-button { flex:1; min-height:44px; } }
