/* Közös nyitó-szekció megjelenítés: csak az opening-sections-preflight.js által kijelölt oldalakon aktív. */
html.opening-sections-hidden #fooldal-nyito-section,
html.opening-sections-hidden #velemenyek-nyito-section,
html.opening-sections-hidden #blog-hero {
  display: none !important;
}

html.opening-sections-hidden #fooldal-nyito-section + *,
html.opening-sections-hidden #velemenyek-nyito-section + *,
html.opening-sections-hidden #blog-hero + * {
  margin-top: 0 !important;
}
