/* === FORCE CLEAN LAYOUT (THEME RESET) === */

/* HEADER */
#header,
#headerimg,
#masthead,
.site-header,
header.wp-block-template-part,
.wp-site-blocks > header {
  display: none !important;
}

/* FOOTER */
#footer,
.site-footer,
footer.wp-block-template-part,
.wp-site-blocks > footer {
  display: none !important;
}

/* Убираем линии/разделители темы */
hr {
  display: none !important;
}

/* Убираем отступы от темы */
.wp-site-blocks,
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Иногда тема добавляет отступ через main */
main,
#page {
  margin: 0 !important;
  padding: 0 !important;
}

/* Elementor fallback */
.elementor-location-header,
.elementor-location-footer {
  display: none !important;
}