#cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #222; color: #fff; padding: 15px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; z-index: 9999; } #cookie-banner a { color: #1e90ff; text-decoration: none; } #cookie-banner .buttons { display: flex; gap: 10px; margin-top: 10px; } #cookie-banner button { background-color: #555; color: #fff; border: none; padding: 10px 15px; cursor: pointer; } @media(min-width: 768px) { #cookie-banner { flex-direction: row; justify-content: space-between; padding: 20px; } }