/*
=========================================================
70-mobile.css — Mobile-only layout fixes
=========================================================
*/

/* ==========================================
   REMOVE WHITE GAP BELOW FOOTER (MOBILE)
   MyListing + Elementor
   ========================================== */

@media (max-width: 768px) {
	html,
	body {
		height: auto !important;
		min-height: 100% !important;
		overflow-x: hidden;
	}

	body.dialog-body,
	body.dialog-buttons-body,
	body.dialog-container,
	body.dialog-buttons-container {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	#c27-site-wrapper,
	#page,
	.site,
	main {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	footer,
	.ml-footer-modern {
		margin-bottom: 0 !important;
	}
}
