a.vv-wa-float,
.vv-wa-float
{
    position: fixed !important;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 10001;
    display: inline-flex !important;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem 0.85rem 0.9rem;
    background: var(--vv-green, #22CC5E) !important;
    color: #ffffff !important;
    border-radius: 999px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
    font-family: var(--vv-font-body, 'Inter', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

a.vv-wa-float:hover,
a.vv-wa-float:focus-visible,
.vv-wa-float:hover,
.vv-wa-float:focus-visible
{
    background: #1db954 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

a.vv-wa-float:focus-visible,
.vv-wa-float:focus-visible
{
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.vv-wa-float-icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff !important;
}

.vv-wa-float-icon svg
{
    display: block;
}

.vv-wa-float-text
{
    white-space: nowrap;
    color: #ffffff !important;
}

@media (max-width: 600px)
{
    a.vv-wa-float,
    .vv-wa-float
    {
        right: 1rem;
        bottom: 1rem;
        padding: 0.9rem;
        border-radius: 50%;
        width: 3.5rem;
        height: 3.5rem;
        justify-content: center;
    }

    .vv-wa-float-text
    {
        display: none;
    }
}
