/* cf-cookie-banner */
.cf-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;display:none;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:18px 22px;background:#fff;border:2px solid #d7ccc8;border-radius:16px;box-shadow:0 8px 28px rgba(93,64,55,.18);opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease}
.cf-cookie.show{display:flex;opacity:1;transform:translateY(0)}
.cf-cookie-text{margin:0;flex:1 1 320px;min-width:0;color:#5d4037;font-size:14px;line-height:1.5}
.cf-cookie-btn{flex:0 0 auto;padding:12px 26px;background:#ff6e40;border:2px solid #ff6e40;border-radius:30px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}
.cf-cookie-btn:hover{background:#f4511e;border-color:#f4511e}
.cf-cookie-btn:focus-visible{outline:3px solid #5d4037;outline-offset:2px}
@media(max-width:600px){
.cf-cookie{left:10px;right:10px;bottom:10px;padding:16px;gap:12px}
.cf-cookie-text{flex:1 1 100%;font-size:13px}
.cf-cookie-btn{width:100%;padding:12px 18px}
}
