/* Scoped to .page_content — previously these were bare tag selectors
   (h3, ul, p, li, hr) that leaked into the footer on the pages loading
   this file (nashe-vyrobnycztvo, spivpraczya). */
.page_content h3 {
  font-size: var(--fs-subhead-lg);
}

.page_content h3,
.page_content ul {
  margin-bottom: 40px;
}

.page_content h3 em,
.page_content p,
.page_content ul {
  color: #000;
  max-width: 930px;
}

.page_content hr.wp-block-separator {
  color: #979797;
  margin: 70px 0px;
  border-top: 1px solid;
}

.page_content ul {
  margin-left: 40px;
}

.page_content ul li {
  margin-bottom: 10px;
}
