#cookie-warning { position: fixed; bottom: 0; right: 0; width: 100%; max-width: 400px; background-color: #f9f9f9; color: #333; padding: 20px; box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; align-items: center; z-index: 9999; } #cookie-warning .buttons { display: flex; gap: 10px; margin-top: 15px; } #cookie-warning button { background-color: #007bff; color: #fff; border: none; padding: 10px 20px; cursor: pointer; } #cookie-warning button:nth-child(2) { background-color: #6c757d; } @media(min-width: 768px) { #cookie-warning { flex-direction: row; justify-content: space-between; } }