/**
 * Lastes etter parent-tema sin media-queries.css slik at disse overstyringene vinner.
 * Fjerner store tomrom under Siste Nytt (sak 1 og sak 2) på mobil.
 * Normaliserer mellomrom under logo/hamburger på forsiden (samme som andre sider).
 */
@media screen and (max-width: 767px) {
	/* Forside: reduser mellomrom under logo/hamburger – tilsvarer andre sider. */
	body.home #mvp-main-body-wrap {
		padding-top: 10px !important;
	}
	body.home #mvp-main-body-wrap > *:first-child,
	body.home .mvp-main-blog-wrap,
	body.home #mvp-cat-feat-wrap {
		margin-top: 0 !important;
	}
	body.home .radioh-banner-header-row {
		padding-bottom: 0.35rem !important;
		padding-top: 0.35rem !important;
	}

	#mvp-cat-feat-wrap .mvp-widget-feat2-right-cont,
	#mvp-cat-feat-wrap .archive .mvp-widget-feat2-right-cont {
		height: auto !important;
		min-height: 0 !important;
	}
	#mvp-cat-feat-wrap .mvp-widget-feat2-left-img {
		height: auto !important;
		min-height: 0 !important;
	}
	/* Parent setter min-height: 120px på .mvp-widget-feat2-right-img via inline – overstyr på mobil. */
	#mvp-cat-feat-wrap .mvp-widget-feat2-right-img {
		min-height: 0 !important;
	}
}
