#cookie-consent { position: fixed; bottom: 10px; left: 10px; right: 10px; background: rgba(0, 0, 0, 0.8); color: white; padding: 10px; font-size: 14px; display: flex; justify-content: space-between; align-items: center; border-radius: 5px; } #cookie-consent button { background: #4CAF50; color: white; border: none; padding: 5px 10px; cursor: pointer; border-radius: 3px; } #cookie-consent button:hover { background: #45a049; }