/* Webbo Popup Enhancements v3.2.0
 *
 * The blur itself has no independent transition. It stays at the configured
 * strength and is visually faded only by Animation Library's modal opacity.
 * This keeps popup content, Elementor's overlay and backdrop blur on one timer.
 */
.elementor-popup-modal.webbo-popup-blur-enabled {
    --webbo-popup-backdrop-blur: 10px;
    -webkit-backdrop-filter: blur(var(--webbo-popup-backdrop-blur)) !important;
    backdrop-filter: blur(var(--webbo-popup-backdrop-blur)) !important;
}
