/* Статическая вёрстка: модалки без недостающих чанков layout Pro / dialog. */
.elementor-popup-modal.site-popup-overlay:not(.is-open) {
	display: none !important;
}

.elementor-popup-modal.site-popup-overlay.is-open {
	display: flex !important;
	position: fixed;
	inset: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
}

.elementor-popup-modal.site-popup-overlay .dialog-widget {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Крестик: в разметке после .dialog-message — без absolute уезжает вниз; привязка к правому верхнему углу карточки */
.elementor-popup-modal.site-popup-overlay .dialog-widget-content {
	position: relative;
}

.elementor-popup-modal.site-popup-overlay .dialog-close-button {
	position: absolute;
	inset-block-start: 16px;
	inset-inline-end: 16px;
	inset-block-end: auto;
	inset-inline-start: auto;
	margin: 0;
	z-index: 10001;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.elementor-popup-modal.site-popup-overlay .dialog-message [data-elementor-type="popup"] {
	display: flex !important;
	flex-direction: column;
	width: 100%;
}
