/**
 * Matsnakk.no - frontpage hero/header gap fix v1
 * Formål: Forsiden er et bevisst unntak fra global header/content-luft.
 * Forside-hero skal ligge helt opp mot headeren. Vanlige innholdssider beholder spacing.
 * Ingen database, ingen router, ingen oppskriftsdata.
 */

html body .mn-header + .mn-main[data-route="/"],
html body .mn-header ~ .mn-main[data-route="/"] {
    margin-top: 0 !important;
}

html body .mn-main[data-route="/"] {
    padding-top: 0 !important;
}

html body .mn-main[data-route="/"] > .mn-v30-home:first-child,
html body .mn-main[data-route="/"] > .mn-v30-home:first-of-type,
html body .mn-main[data-route="/"] .mn-v30-home > .mn-v30-hero:first-child,
html body .mn-main[data-route="/"] .mn-v30-hero:first-child,
html body .mn-main[data-route="/"] .mn-v30-hero {
    margin-top: 0 !important;
}