.cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f9f9f9; color: #333; padding: 15px; box-shadow: 0 -2px 5px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; z-index: 9999; } .cookie-banner a { color: #1e90ff; text-decoration: none; } @media (min-width: 768px) { .cookie-banner { padding: 20px; } }