.cookie-notice { position: fixed; z-index: 10000; right: 18px; bottom: 18px; width: min(430px, calc(100% - 36px)); padding: 16px 18px; color: #153653; background: #faf8f3; border: 1px solid #c7a35a; box-shadow: 0 12px 34px rgba(7,27,51,.18); font-family: Arial, sans-serif; }
.cookie-notice p { margin: 0; font-size: .86rem; line-height: 1.5; }
.cookie-notice div { display: flex; justify-content: flex-end; gap: 9px; margin-top: 13px; }
.cookie-notice button { min-height: 38px; padding: 8px 14px; border: 1px solid #153653; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.cookie-notice__accept { color: #fff; background: #153653; }
.cookie-notice__reject { color: #153653; background: transparent; }
@media (max-width: 520px) { .cookie-notice { right: 12px; bottom: 12px; width: calc(100% - 24px); } }
