#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 6px rgba(0,0,0,0.1);z-index: 100;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}#cookie-consent-box a {color: #fff;text-decoration: underline;}#cookie-consent-box .buttons {display: flex;gap: 10px;margin-top: 10px;}#cookie-consent-box button {padding: 8px 16px;border: none;border-radius: 4px;cursor: pointer;}#cookie-consent-box button:first-child {background: #fff;color: #6e8efb;}#cookie-consent-box button:last-child {background: transparent;color: #fff;border: 1px solid #fff;}@media (max-width: 768px) {#cookie-consent-box {flex-direction: column;text-align: center;}#cookie-consent-box .buttons {width: 100%;justify-content: center;}}