.wpbay-ambient-proof {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 9999;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    line-height: 1.4;
    color: #1f2937;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;
}

.wpbay-ambient-proof a {
    pointer-events: auto;
}

.wpbay-ambient-proof.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.wpbay-ambient-proof a {
    color: #6d28d9;
    text-decoration: none;
    font-weight: 500;
}

.wpbay-ambient-proof a:hover {
    text-decoration: underline;
}