/* ========= POPUP WHATSAPP ========= */
.popup-whatsapp-style {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.popup-whatsapp-close-btn {
    padding: 8px 15px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-whatsapp-show {
    display: flex;
}

.popup-whatsapp-content-header {
    margin-bottom: 20px;
}

.popup-whatsapp-content-title {
    font-weight: bold;
}

.popup-whatsapp-content-qrcode {
    width: 120%;
    margin-top: 15px;
}
