
.cre-cookie-wrap{position:fixed;right:24px;bottom:24px;z-index:99999;max-width:420px;box-shadow:0 10px 30px rgba(0,0,0,.12);border-radius:10px;background:#fff;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial;overflow:hidden;opacity:0;transition:opacity .25s ease}
.cre-cookie-inner{display:flex;gap:18px;padding:22px}
.cre-cookie-left{flex:1}
.cre-cookie-title{font-weight:800;font-size:20px;margin:0 0 8px;color:#0b2b25}
.cre-cookie-desc{font-size:13px;line-height:1.45;color:#555;margin:0}
.cre-cookie-actions{display:flex;gap:10px;align-items:center;margin-top:14px}
.cre-btn{padding:10px 14px;border-radius:8px;border:1px solid #7a2a34;background:transparent;cursor:pointer;font-weight:600}
.cre-btn.alt{background:transparent;color:#7a2a34}
.cre-btn.reject{background:transparent;color:#7a2a34}
.cre-btn.accept{background:#7a0f2b;color:#fff;border-color:#7a0f2b}
.cre-cookie-image{width:130px;flex:0 0 130px}
.cre-cookie-image svg{display:block;border-radius:6px}
.cre-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:100000}
.cre-modal{background:#fff;padding:18px;border-radius:10px;max-width:520px;width:94%;box-shadow:0 10px 40px rgba(0,0,0,.18)}
.cre-modal h3{margin:0 0 12px;font-size:18px}
.cre-toggle{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #eee}
.cre-toggle:first-of-type{border-top:0}
.cre-toggle label{font-size:14px;color:#333}
.cre-switch{width:44px;height:26px;border-radius:20px;background:#e6e6e6;position:relative;cursor:pointer}
.cre-switch .cre-knob{position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:all .18s}
.cre-switch.on{background:#7a0f2b}
.cre-switch.on .cre-knob{left:21px}
@media(max-width:720px){
 .cre-cookie-wrap{right:12px;left:12px;bottom:16px;max-width:unset}
 .cre-cookie-inner{flex-direction:column;gap:12px}
 .cre-cookie-image{width:100%;flex:0 0 auto}
}
