#cookie-notice {position: fixed;bottom: 0;left: 0;width: 90%;margin: 0 12px;background: linear-gradient(135deg, #667eea, #764ba2);color: #fff;padding: 15px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;z-index: 9999;}#cookie-notice a {color: #ffd700;text-decoration: underline;}#cookie-notice .close {cursor: pointer;position: absolute;top: 10px;right: 15px;font-size: 18px;color: #fff;}@media (min-width: 768px) {#cookie-notice {justify-content: start;}}