/* Mobile menu popup: prevent a seam above the iOS bottom browser bar. */
@media (max-width: 767px) {
	#elementor-popup-modal-12013 {
		position: fixed !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	#elementor-popup-modal-12013 .dialog-widget-content {
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		background-color: #203c96 !important;
		overflow: hidden !important;
	}

	#elementor-popup-modal-12013 .dialog-message {
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: none !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	#elementor-popup-modal-12013
		.elementor-12013
		> .elementor-element.elementor-element-1fdfd5e {
		--min-height: 100%;
		min-height: 100%;
	}

	@supports (height: 100dvh) {
		#elementor-popup-modal-12013 {
			height: 100dvh !important;
			min-height: 100dvh !important;
		}
	}
}
