#an-fo-whatsapp-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#an-fo-whatsapp-popup.an-fo-hidden {
    display: none;
}

.an-fo-whatsapp-popup-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #c7c7c7;
    text-align: center;
    max-width: 90%;
    width: 320px;
    margin: 0 20px;
    font-size: 14px;
    position: relative;
    z-index: 1000000;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.an-fo-whatsapp-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 38px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.an-fo-whatsapp-popup-close:hover {
    color: #B02020;
}

.an-fo-whatsapp-popup-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 30px 0 20px 0;
}

.an-fo-whatsapp-popup-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #00ab40;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.an-fo-whatsapp-popup-btn:hover {
    background-color: #1fa855;
    color: white;
    text-decoration: none;
}

@media (max-width: 500px) {
    .an-fo-whatsapp-popup-content {
        width: calc(100% - 40px);
        max-width: 280px;
        padding: 25px 20px;
    }
}

#an-fo-whatsapp-qr-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#an-fo-whatsapp-qr-popup.an-fo-hidden {
    display: none;
}

.an-fo-whatsapp-qr-content {
    background: #ffffff;
    padding: 25px 25px;
    border-radius: 16px;
    border: 1px solid #c7c7c7;
    text-align: center;
    max-width: 330px;
    width: 100%;
    position: relative;
    z-index: 1000000;
}

.an-fo-whatsapp-qr-content .an-fo-whatsapp-popup-close {
    font-size: 28px;
    width: 32px;
    height: 32px;
}
