#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background-color: #f8f9fa; color: #333; padding: 15px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); display: none; z-index: 1000; } #cookie-banner p { margin: 0; padding: 0; font-size: 14px; line-height: 1.5; } #cookie-banner a { color: #007bff; text-decoration: none; } #cookie-banner .buttons { display: flex; gap: 10px; margin-top: 10px; } #cookie-banner button { padding: 8px 16px; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; } #cookie-banner button:first-child { background-color: #007bff; color: #fff; } #cookie-banner button:last-child { background-color: #6c757d; color: #fff; } @media (min-width: 768px) { #cookie-banner { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; } #cookie-banner .buttons { margin-top: 0; } }