.lvqdsc-wrap {
    position: fixed;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.lvqdsc-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: visible;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
    color: #fff;
    text-decoration: none !important;
    box-shadow: 0 5px 16px rgba(0,0,0,.22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.lvqdsc-button:hover,
.lvqdsc-button:focus {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 7px 22px rgba(0,0,0,.3);
    outline: none;
}

.lvqdsc-icon,
.lvqdsc-icon svg {
    display: block;
}

.lvqdsc-icon svg {
    fill: currentColor;
}

.lvqdsc-phone { background: #20b857; }
.lvqdsc-zalo { background: #0877d1; }
.lvqdsc-whatsapp { background: #25d366; }
.lvqdsc-viber { background: #7360f2; }
.lvqdsc-facebook { background: #1877f2; }
.lvqdsc-map { background: #ea4335; }

.lvqdsc-zalo svg text { fill: #fff; }

.lvqdsc-button.lvqdsc-has-custom-image {
    overflow: hidden;
    background: transparent;
}

.lvqdsc-custom-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.lvqdsc-tooltip {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: max-content;
    max-width: 220px;
    padding: 7px 10px;
    border-radius: 5px;
    background: rgba(25,25,25,.94);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .15s ease;
}

.lvqdsc-right .lvqdsc-tooltip { right: calc(100% + 10px); }
.lvqdsc-left .lvqdsc-tooltip { left: calc(100% + 10px); }

.lvqdsc-has-tooltip .lvqdsc-button:hover .lvqdsc-tooltip,
.lvqdsc-has-tooltip .lvqdsc-button:focus .lvqdsc-tooltip {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 783px) {
    .lvqdsc-hide-desktop { display: none !important; }
}

@media (max-width: 782px) {
    .lvqdsc-hide-mobile { display: none !important; }
    .lvqdsc-tooltip { display: none; }
}
