#cookie-consent-modal { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f9f9f9; color: #333; padding: 15px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; margin: 0; box-shadow: 0 -2px 5px rgba(0,0,0,0.1); } #cookie-consent-modal button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; cursor: pointer; } @media (min-width: 768px) { #cookie-consent-modal { flex-direction: row; } }