.cip-consent-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: 480px;
    background: #111;
    color: #fff;
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.92rem;
    line-height: 1.5;
    z-index: 99999;
}

.cip-consent-banner p {
    margin: 0 0 14px;
}

.cip-consent-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.cip-consent-btn {
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.cip-consent-btn--ghost {
    background: transparent;
    color: #ccc;
}

.cip-consent-btn--accent {
    background: #d4e64c;
    color: #111;
}