/**
 * Vido — mobil layout javítás (bal-oszlop hiba, teljes szélesség).
 * CSAK mobilon/tableten — desktopon a RosaFood/Vido normál elrendezés marad.
 */
@media (max-width: 991px) {
	html.vido-theme,
	html:has(body.vido-theme) {
		width: 100%;
		overflow-x: hidden;
	}

	body.vido-theme {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		overflow-x: hidden !important;
		-webkit-text-size-adjust: 100%;
	}

	body.vido-theme #page,
	body.vido-theme .site,
	body.vido-theme .site-content,
	body.vido-theme .site-content-page,
	body.vido-theme #content,
	body.vido-theme .content-area,
	body.vido-theme .col-full,
	body.vido-theme .vido-content,
	body.vido-theme .vido-home,
	body.vido-theme .site-main {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
		box-sizing: border-box;
	}

	body.vido-theme #secondary,
	body.vido-theme .widget-area {
		display: none !important;
	}

	body.vido-theme .site-content > .col-full {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.vido-theme .col-full [data-elementor-type="wp-page"] {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		transform: none !important;
		left: auto !important;
	}

	body.vido-theme #page .site-content {
		margin-top: 0 !important;
	}

	body.vido-theme .elementor-section.elementor-section-stretched {
		width: 100% !important;
		max-width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
	}

	body.vido-theme img,
	body.vido-theme video {
		max-width: 100%;
		height: auto;
	}

	body.vido-theme.vido-front-page #page .site-content {
		margin-top: 0;
		margin-bottom: 0;
	}

	body.vido-theme.vido-front-page .fazfood-breadcrumb {
		display: none !important;
	}

	body.vido-theme .vido-home,
	body.vido-theme .vido-content,
	body.vido-theme .vido-categories,
	body.vido-theme .vido-favorites,
	body.vido-theme .vido-usp,
	body.vido-theme .vido-promo-wrap {
		width: 100% !important;
		max-width: 100% !important;
	}
}
