.cookie-notice { position: fixed; right: 20px; bottom: 20px; z-index: 20; display: flex; align-items: center; gap: 22px; width: min(590px, calc(100% - 32px)); padding: 17px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; color: rgba(255,255,255,.86); background: linear-gradient(135deg,#071a1b,#183f39); box-shadow: 0 18px 45px rgba(7,26,27,.28); }
.cookie-notice-title { margin: 0 0 5px; color: white; font-weight: 850; }
.cookie-notice p:not(.cookie-notice-title) { max-width: 43ch; margin: 0; font-size: .8rem; line-height: 1.45; }
.cookie-notice-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.cookie-notice a { color: #ffd0c1; font-size: .8rem; font-weight: 800; text-decoration: none; }
.cookie-notice button { border: 0; border-radius: 9px; padding: 10px 12px; color: #10252a; background: white; font-size: .8rem; font-weight: 850; }
.cookie-notice button:hover { background: #ffe2d8; }
@media (max-width: 570px) { .cookie-notice { right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 13px; width: calc(100% - 24px); } .cookie-notice-actions { justify-content: space-between; } }
