#cookie-consent-box {position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 600px; background: #fff; color: #333; padding: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border-radius: 8px; display: none; z-index: 100; font-family: Arial, sans-serif;}#cookie-consent-box p {margin: 0 0 15px 0; line-height: 1.5;}#cookie-consent-box a {color: #0066cc; text-decoration: underline;}#cookie-consent-box .buttons {display: flex; gap: 10px; justify-content: flex-end;}#cookie-consent-box button {padding: 8px 16px; border: none; border-radius: 4px; cursor: pointer;}#cookie-consent-box button:first-child {background: #0066cc; color: #fff;}#cookie-consent-box button:last-child {background: #f0f0f0; color: #333;}@media (max-width: 768px) {#cookie-consent-box {width: calc(100% - 40px); left: 20px; transform: none;}}