// styling .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #2c3e50; color: white; padding: 15px; z-index: 9999; display: none; } .cookie-content { max-width: 900px; margin: auto; display: flex; flex-direction: column; gap: 10px; } .cookie-buttons { display: flex; gap: 10px; } .cookie-buttons button { padding: 10px 16px; border-radius: 6px; border: none; cursor: pointer; } #acceptCookies { background: #27ae60; color: white; } #declineCookies { background: #7f8c8d; color: white; } //C Consent Link