.wa-72bdd82c-wrapper {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}
.wa-72bdd82c-wrapper.wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.wa-72bdd82c-wrapper.wa-float.wa-left {
    right: auto;
    left: 30px;
}
.wa-72bdd82c-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa-72bdd82c-icon-box svg {
    width: 24px;
    height: 24px;
}
.wa-72bdd82c-text {
    margin-left: 8px;
    font-weight: 600;
}
