#eb-cookie-consent-root{position:fixed;left:16px;right:16px;bottom:16px;z-index:999999;font-family:inherit}
.eb-cookie-consent{max-width:760px;margin:0 auto;background:#111;color:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.25);padding:16px 18px;display:none}
.eb-cookie-consent.is-visible{display:block}
.eb-cookie-consent__title{font-size:18px;font-weight:700;margin:0 0 8px}
.eb-cookie-consent__text{font-size:14px;line-height:1.5;margin:0 0 12px;color:rgba(255,255,255,.9)}
.eb-cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.eb-cookie-consent__btn{appearance:none;border:0;border-radius:10px;padding:10px 14px;font:inherit;font-weight:600;cursor:pointer}
.eb-cookie-consent__btn--accept{background:#fff;color:#111}
.eb-cookie-consent__btn--decline{background:rgba(255,255,255,.12);color:#fff}
.eb-cookie-consent__link{color:#fff;text-decoration:underline;text-underline-offset:2px;font-size:14px}
.eb-cookie-settings-footer-wrap{margin-top:12px;font-size:14px}
.eb-cookie-settings-footer-link{text-decoration:underline;text-underline-offset:2px;cursor:pointer}
.eb-cookie-settings-footer-wrap--fallback{padding:16px}
@media (max-width:640px){.eb-cookie-consent{padding:14px}.eb-cookie-consent__actions{flex-direction:column;align-items:stretch}.eb-cookie-consent__btn{text-align:center}}
