#cookie-consent-box {position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 600px; background: linear-gradient(135deg, #6e8efb, #a777e3); color: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); display: none; z-index: 1000;}#cookie-consent-box p {margin: 0 0 10px; line-height: 1.5;}#cookie-consent-box a {color: #fff; text-decoration: underline;}#cookie-consent-box .cookie-buttons {display: flex; gap: 10px;}#cookie-consent-box button {padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold;}#cookie-consent-box .accept-btn {background: #fff; color: #6e8efb;}#cookie-consent-box .close-btn {background: transparent; color: #fff; border: 1px solid #fff;}#cookie-consent-box .deny-btn {background: #fff; color: #e74c3c; border: 1px solid #e74c3c;}@media (max-width: 480px) {#cookie-consent-box {width: 95%; bottom: 10px;}}