    .cookie-banner {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 100%;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        border-radius: 8px;
        padding: 20px;
        z-index: 9999;
        font-family: sans-serif;
    }
    .cookie-content h3 { margin-top: 0; }
    .cookie-actions { display: flex; gap: 10px; margin: 20px 0; }
    .btn-primary { background: #0070ba; color: white; border: none; padding: 10px 15px; border-radius: 4px; cursor: pointer; flex: 1; }
    .btn-secondary { background: #e0e0e0; color: #333; border: none; padding: 10px 15px; border-radius: 4px; cursor: pointer; flex: 1; }
    .cookie-footer { font-size: 12px; margin-bottom: 0; }