#cookie-notice { position: fixed; bottom: 0; left: 0; width: 80%; background-color: #f9f9f9; color: #333; padding: 15px; box-shadow: 0 -1px 10px rgba(0,0,0,0.1); display: flex; flex-direction: column; align-items: center; z-index: 1000; } #cookie-notice .buttons { display: flex; gap: 10px; margin-top: 10px; } #cookie-notice button { background-color: #007BFF; color: #fff; border: none; padding: 10px 20px; cursor: pointer; } @media(min-width: 768px) { #cookie-notice { flex-direction: row; justify-content: space-between; max-width: 600px; } }