.whatsappchat-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: inherit;
}
.whatsappchat-position-left {
    left: 20px;
    right: auto;
}
.whatsappchat-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.whatsappchat-link:hover {
    background-color: #1ebe57;
}
.whatsappchat-icon {
    margin-right: 8px;
}
.whatsappchat-icon-svg {
    width: 22px;
    height: 22px;
}
.whatsappchat-icon-bg {
    fill: #fff;
}
.whatsappchat-icon-phone {
    fill: #25d366;
}
.whatsappchat-label {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
