.rcu-cookie-consent[hidden] { display: none; }
.rcu-cookie-consent { position: fixed; inset: 0; z-index: 2147483000; display: grid; place-items: center; padding: 20px; }
.rcu-cookie-consent__backdrop { position: absolute; inset: 0; background: rgba(24, 24, 27, .46); backdrop-filter: blur(5px); }
.rcu-cookie-consent__dialog { position: relative; width: min(100%, 650px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 30px; border-radius: 14px; background: #fff; color: #18181b; box-shadow: 0 18px 60px rgba(0, 0, 0, .3); font-family: Arial, sans-serif; }
.rcu-cookie-consent__logo { display: block; width: 170px; max-width: 45%; height: auto; margin-bottom: 16px; }
.rcu-cookie-consent__dialog h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.2; }
.rcu-cookie-consent__dialog > p { margin: 0 0 20px; color: #3f3f46; font-size: 14px; line-height: 1.55; }
.rcu-cookie-consent__dialog a { color: #e31e24; text-decoration: underline; }
.rcu-cookie-consent__categories { overflow: hidden; border: 1px solid #d4d4d8; border-radius: 6px; }
.rcu-cookie-consent__category { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; border-bottom: 1px solid #d4d4d8; }
.rcu-cookie-consent__category:last-child { border-bottom: 0; }
.rcu-cookie-consent__category strong, .rcu-cookie-consent__category small { display: block; }
.rcu-cookie-consent__category strong { margin-bottom: 3px; font-size: 14px; }
.rcu-cookie-consent__category small { color: #52525b; font-size: 12px; line-height: 1.35; }
.rcu-cookie-switch { position: relative; flex: 0 0 auto; width: 48px; height: 26px; cursor: pointer; }
.rcu-cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.rcu-cookie-switch span { position: absolute; inset: 0; border: 1px solid #a1a1aa; border-radius: 999px; background: #e4e4e7; transition: .2s ease; }
.rcu-cookie-switch span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.25); transition: .2s ease; }
.rcu-cookie-switch input:checked + span { border-color: #e31e24; background: #e31e24; }
.rcu-cookie-switch input:checked + span::after { transform: translateX(22px); }
.rcu-cookie-switch input:focus-visible + span { outline: 3px solid rgba(227,30,36,.35); outline-offset: 2px; }
.rcu-cookie-switch--locked { cursor: not-allowed; opacity: .7; }
.rcu-cookie-consent__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.rcu-cookie-button { min-height: 46px; padding: 10px 12px; border: 1px solid #a1a1aa; border-radius: 4px; background: #fff; color: #3f3f46; font-weight: 700; cursor: pointer; }
.rcu-cookie-button--outline { border-color: #e31e24; color: #e31e24; }
.rcu-cookie-button--primary { border-color: #e31e24; background: #e31e24; color: #fff; }
.rcu-cookie-button:focus-visible { outline: 3px solid rgba(227,30,36,.35); outline-offset: 2px; }
.rcu-cookie-settings-link { padding: 0; border: 0; background: transparent; font: inherit; text-align: left; cursor: pointer; }
body.rcu-cookie-modal-open { overflow: hidden; }
[data-cookie-map-placeholder] button { display: block; margin: 12px auto 0; padding: 9px 14px; border: 1px solid #e31e24; border-radius: 4px; background: #fff; color: #e31e24; font-weight: 700; cursor: pointer; }
@media (max-width: 640px) {
    .rcu-cookie-consent { padding: 10px; align-items: end; }
    .rcu-cookie-consent__dialog { max-height: calc(100vh - 20px); padding: 22px 18px; border-radius: 12px; }
    .rcu-cookie-consent__actions { grid-template-columns: 1fr; }
    .rcu-cookie-consent__category { padding: 11px 12px; }
    .rcu-cookie-consent__logo { width: 145px; }
}
