#cookie-consent-modal { position: fixed; bottom: 0; left: 0; width: 100%; max-width: 480px; background: linear-gradient(45deg, #ff6b6b, #f06595); color: #fff; padding: 20px; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; z-index: 10000; } #cookie-consent-modal a { color: #ffeeee; text-decoration: underline; } #cookie-consent-modal .button-group { margin-top: 1rem; display: flex; gap: 10px; } #cookie-consent-modal button { background-color: #fff; color: #333; border: none; padding: 10px 15px; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { flex-direction: row; justify-content: space-between; align-items: center; } }