        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #333;
            color: white;
            padding: 15px;
            text-align: center;
            z-index: 2000;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        }
        .cookie-banner button {
            background: #4CAF50;
            color: white;
            border: none;
            padding: 8px 20px;
            margin-left: 15px;
            border-radius: 4px;
            cursor: pointer;
        }
        .cookie-banner a {
            color: yellow;
        }
        .cookie-banner button:hover {
            background: #45a049;
        }
