#cookie-consent-box {position: fixed;bottom: 20px;left: 50%;transform: translateX(-50%);width: 90%;max-width: 600px;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: #fff;padding: 15px;border-radius: 8px;box-shadow: 0 4px 12px rgba(0,0,0,0.15);z-index: 1000;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}#cookie-consent-box p {margin: 0;flex: 1;min-width: 200px;}#cookie-consent-box a {color: #fff;text-decoration: underline;}#cookie-consent-box .cookie-buttons {display: flex;gap: 10px;margin-left: 10px;}#cookie-consent-box button {padding: 8px 16px;border: none;border-radius: 4px;cursor: pointer;font-weight: 600;}#cookie-consent-box .accept-btn {background: #fff;color: #764ba2;}#cookie-consent-box .close-btn {background: transparent;color: #fff;border: 1px solid #fff;}@media (max-width: 480px) {#cookie-consent-box {flex-direction: column;text-align: center;}#cookie-consent-box .cookie-buttons {margin: 10px 0 0;width: 100%;justify-content: center;}}