#cookie-consent-modal { position: fixed; bottom: 0; left: 0; width: 100%; background: linear-gradient(90deg, #ff7e5f, #feb47b); color: #fff; padding: 15px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999; } #cookie-consent-modal .buttons { display: flex; gap: 10px; } #cookie-consent-modal button { background-color: #444; color: #fff; border: none; padding: 10px 20px; cursor: pointer; } @media(min-width: 768px) { #cookie-consent-modal { max-width: 800px; margin: 0 auto; } }