
.wtg-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
}
.wtg-popup-content {
    background: #fff;
    width: 400px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.wtg-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}
.wtg-btn {
    display: block;
    margin: 10px auto;
    padding: 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.wtg-channel { background: #25d366; }
.wtg-whatsapp { background: #128c7e; }
.wtg-telegram { background: #0088cc; }
#wtg-floating {
    position: fixed;
    bottom: 20px; right: 20px;
    z-index: 9999;
}
#wtg-floating a {
    display: block;
    margin: 5px 0;
    padding: 10px;
    background: green;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
#wtg-floating a:last-child {
    background: #0088cc;
}
