.tnr-wa-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25d366;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tnr-wa-widget:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
}

.tnr-wa-widget svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.tnr-wa-widget--left {
    right: auto;
    left: 20px;
}

@media (max-width: 768px) {
    .tnr-wa-widget--hide-mobile {
        display: none;
    }
}
