/*
	/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
*/

/* === Base background === */
html,
body {
  background-color: #F5F6F0 !important;
}

/* Основная область контента Elementor */
.site,
.site-main,
.elementor-section {
  background-color: #F5F6F0 !important;
}

/* Page padding mobile: 8px left/right */
@media (max-width: 767px) {
  .site-main {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

