.urs-cookies[hidden], .urs-cookie-settings[hidden] { display: none; }
.urs-cookies { position: fixed; left: 22px; bottom: 22px; width: min(460px, calc(100% - 44px)); z-index: 10000; padding: 26px; border: 1px solid #e3e8ef; border-radius: 16px; background: #fff; color: #263449; box-shadow: 0 12px 50px #11254330; }
.urs-cookies__eyebrow { font-size: 10px; letter-spacing: 1.5px; font-weight: 700; color: #526482; }
.urs-cookies h2, .urs-cookie-preferences h2 { font-size: 21px; line-height: 1.3; margin: 10px 0 12px; color: #172c4e; font-weight: 700; }
.urs-cookies p, .urs-cookie-preferences p { font-size: 13px; line-height: 1.7; margin: 0 0 18px; color: #526075; }
.urs-cookies p a { color: #175bd3; text-decoration: underline; white-space: nowrap; }
.urs-cookies__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.urs-cookies__actions button { flex: 1; min-height: 44px; padding: 10px 12px; border: 1px solid #1d5fd1; border-radius: 7px; color: #1753bb; background: #fff; font-size: 12px; font-weight: 600; cursor: pointer; }
.urs-cookies__actions button:hover { background: #edf4ff; }
.urs-cookies__actions .urs-cookies__accept { background: #1b5fd8; color: #fff; }
.urs-cookies__actions .urs-cookies__accept:hover { background: #154cae; }
.urs-cookie-settings { position: fixed; left: 16px; bottom: 12px; z-index: 9998; padding: 8px 12px; font-size: 11px; border: 1px solid #cfd8e6; border-radius: 20px; background: #fff; color: #233e67; cursor: pointer; box-shadow: 0 3px 14px #11254315; }
.urs-cookie-preferences { width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 26px; border: 0; border-radius: 18px; background: #fff; color: #263449; overflow: auto; box-shadow: 0 24px 80px #11254350; }
.urs-cookie-preferences:not([open]) { display: none; }
.urs-cookie-preferences::backdrop { background: #10213d99; backdrop-filter: blur(4px); }
.urs-cookie-preferences__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.urs-cookie-preferences__heading button { border: 0; background: #edf2f8; color: #263449; border-radius: 50%; width: 36px; height: 36px; font-size: 25px; cursor: pointer; flex-shrink: 0; }
.urs-cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-top: 1px solid #e5eaf0; margin: 0; }
.urs-cookie-option strong { font-size: 14px; color: #263449; }
.urs-cookie-option p { margin: 4px 0 0; font-size: 12px; }
.urs-cookie-option span { white-space: nowrap; color: #32704e; font-size: 11px; font-weight: 600; }
.urs-cookie-option input { width: 20px; height: 20px; accent-color: #1b5fd8; flex-shrink: 0; }
.urs-cookie-preferences .urs-cookies__actions { margin-top: 18px; }
.urs-cookies button:focus-visible, .urs-cookie-settings:focus-visible, .urs-cookie-preferences :focus-visible { outline: 3px solid #f4ae28; outline-offset: 3px; }
@media (max-width: 480px) { .urs-cookies { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 20px; } .urs-cookies__actions button { padding: 10px 8px; } }
