.CookieConsent { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; gap: 1em; padding: 0.75em 1em; background: rgba(0, 0, 0, 0.85); color: #fff; font-size: 0.9em; button { margin-left: 1em; white-space: nowrap; } }