/**
 * Ensure AB Club popups render above the Theme Builder header (z-index: 10000).
 */
body .elementor-popup-modal {
	z-index: 100500 !important;
}

body .elementor-popup-modal .dialog-widget-content {
	z-index: 100501 !important;
}

body .elementor-popup-modal .dialog-close-button {
	z-index: 100502 !important;
}

body .abclub-popup-close {
	z-index: 100503 !important;
}
