.cookie-consent { position: fixed; z-index: 1080; right: 16px; bottom: 16px; left: 16px; }
.cookie-consent__content { max-width: 860px; margin: 0 auto; padding: 16px 20px; border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.2); display: flex; align-items: center; gap: 16px; }
.cookie-consent p { margin: 0; color: #263238; font-size: 14px; line-height: 1.45; }
.cookie-consent__button { flex: 0 0 auto; white-space: nowrap; }
@media (max-width: 575px) { .cookie-consent__content { align-items: stretch; flex-direction: column; } }
