
.entry ol li,
.entry ul li {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.list-certificates {
  display: inline-block;
  margin-top: -20px;
  text-align: left;
}

/* Center images in rich-text intros — main.css forces .page-intro img to display:block,
   which defeats parent text-align:center for inline imgs. */
.page-intro img {
  margin-left: auto;
  margin-right: auto;
}

/* Honeypot field for contact form anti-bot — visually hidden via the WCAG-recommended
   clip pattern (off-screen and zero-size) so real users can't see or interact with it;
   bots that auto-fill all inputs by name will trip it. */
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}


/* Agriculture */
.template-products-agriculture-page .entry p + ul {
  display: inline-block;
  margin-top: -20px;
  text-align: left;
}


/* Animal feed */
.template-products-animal-feed-list-page .accordion-block-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}
.template-products-animal-feed-list-page .entry p + ul {
  display: inline-block;
  margin-top: -20px;
  text-align: left;
}
.template-products-animal-feed-list-page .entry a + h3 {
  margin-top: 1em;
}


/* Flour */
.template-products-flour-page .entry p + ul {
  display: inline-block;
  margin-top: -20px;
  text-align: left;
}


/* Sunflower */
.template-products-sunflower-page .entry p + ul {
  display: inline-block;
  margin-top: -20px;
  text-align: left;
}

.template-products-sunflower-page .simple-tab-content-wrapper .simple-tab-content .tab-pane .tab-panel-content .col ul {
  gap: 0;
}
