.pf-support-fab {
    position: fixed;
    /* sign-in/up pages have the reCAPTCHA badge bottom-right (~70px tall) — sit above it */
    bottom: 90px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #5CB350;
    background-image: url("/cabinet/img/wa-435689490466b344d383a700e5c21bb8.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    z-index: 1030;
    display: block;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}

.pf-support-fab:hover,
.pf-support-fab:focus-visible {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    outline: none;
}

@media (max-width: 991.98px) {
    .pf-support-fab {
        bottom: 90px;
        right: 16px;
        width: 52px;
        height: 52px;
    }
}
