.ommvi-floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-height: 64px;
    padding: 0;
    color: #fff;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

.ommvi-floating-whatsapp:hover,
.ommvi-floating-whatsapp:focus {
    color: #fff;
    background: #1fb45a;
    text-decoration: none;
}

.ommvi-floating-whatsapp__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #fff;
    flex: 0 0 52px;
}

.ommvi-floating-whatsapp__icon svg {
    display: block;
    width: 44px;
    height: 44px;
    fill: currentColor;
}

.ommvi-floating-whatsapp__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

@media (max-width: 480px) {
    .ommvi-floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 66px;
        height: 66px;
        min-height: 66px;
    }

    .ommvi-floating-whatsapp__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .ommvi-floating-whatsapp__icon svg {
        width: 48px;
        height: 48px;
    }
}