/* Popup Control Pro - CSS por defecto: oculta popups y overlays */
[class*="popup_"] {
    display: none !important;
}

[id^="ays-pb-screen-shade_"],
[class^="av_pop_modals_"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
