#rscConsentShell .rkt-cookie-backdrop{position:fixed;inset:0;z-index:99998;background:rgba(20,20,18,.42);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s}
#rscConsentShell .rkt-cookie-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease}
#rscConsentShell .rkt-cookie-banner{position:fixed;z-index:99999;left:50%;bottom:24px;transform:translate(-50%,24px);width:min(920px,calc(100% - 40px));padding:24px;background:#fff;color:#171717;border:1px solid rgba(23,23,23,.14);border-radius:14px;box-shadow:0 24px 64px rgba(0,0,0,.22);opacity:0;transition:opacity .2s ease,transform .2s ease}
#rscConsentShell .rkt-cookie-banner.is-visible{opacity:1;transform:translate(-50%,0)}
#rscConsentShell .rkt-cookie-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}
#rscConsentShell h2{margin:0 0 8px;font-size:22px;line-height:1.2}
#rscConsentShell p{margin:0 0 8px;line-height:1.55}
#rscConsentShell .rkt-cookie-privacy{color:#171717;text-decoration:underline;text-underline-offset:3px}
#rscConsentShell .rkt-cookie-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}
#rscConsentShell .rkt-cookie-btn{min-height:48px;padding:11px 18px;border:1px solid #18140c;border-radius:8px;background:#fff;color:#171717;font:700 14px/1.2 Inter,Arial,sans-serif;cursor:pointer}
#rscConsentShell .rkt-cookie-btn.is-accept{background:#ff3b34;color:#171717;border:2px solid #18140c}
#rscConsentShell .rkt-cookie-preferences{margin-top:20px;padding-top:18px;border-top:1px solid #ddd}
#rscConsentShell .rkt-cookie-category{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:9px 0}
#rscConsentShell .rkt-cookie-category span{display:grid;gap:2px}
#rscConsentShell .rkt-cookie-category small{color:#666}
.rk-footer-cookie-settings{border:0;padding:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
@media(max-width:700px){#rscConsentShell .rkt-cookie-banner{bottom:12px;width:calc(100% - 24px);padding:20px}#rscConsentShell .rkt-cookie-layout{grid-template-columns:1fr;gap:16px}#rscConsentShell .rkt-cookie-actions{display:grid;grid-template-columns:1fr;justify-content:stretch}#rscConsentShell .rkt-cookie-btn{width:100%}}
