#cookie-banner {position: fixed;bottom: 0;left: 0;width: 100%;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: #fff;padding: 15px;box-sizing: border-box;display: none;z-index: 10000;align-items: center;justify-content: space-between;flex-wrap: wrap;}#cookie-banner p {margin: 0;flex: 1;min-width: 200px;}#cookie-banner a {color: #fff;text-decoration: underline;}#cookie-banner .buttons {display: flex;gap: 10px;}#cookie-banner button {padding: 8px 15px;border: none;border-radius: 4px;cursor: pointer;}#cookie-banner button:first-child {background: #fff;color: #764ba2;}#cookie-banner button:last-child {background: transparent;color: #fff;border: 1px solid #fff;}@media (max-width: 768px) {#cookie-banner {flex-direction: column;text-align: center;gap: 10px;}#cookie-banner .buttons {width: 100%;justify-content: center;}}