/* Imported from: ../../sub-components/SectionHeading/styles.css */
.cc_7dj7x75z_w0ehLM3K91 .ee-heading { display: flex; flex-direction: column; }
.cc_7dj7x75z_w0ehLM3K91 .ee-heading--center { text-align: center; align-items: center; }
/* margin-top (not padding) so the gap is deterministic — flex items don't margin-collapse */
.cc_7dj7x75z_w0ehLM3K91 .ee-heading__title {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cc_7dj7x75z_w0ehLM3K91 .ee-heading__title { font-size: 28px; }
}

/* End import: ../../sub-components/SectionHeading/styles.css */
/* Imported from: ../../sub-components/IngredientCard/styles.css */
.cc_7dj7x75z_w0ehLM3K91 .ee-ingredient {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cc_7dj7x75z_w0ehLM3K91 .ee-ingredient__circle {
  width: 112px; height: 112px; margin: 0 auto; border-radius: 50%;
  overflow: hidden; background: var(--ee-white); border: 1px solid var(--ee-hairline);
}
.cc_7dj7x75z_w0ehLM3K91 .ee-ingredient__img { width: 100%; height: 100%; object-fit: cover; }
.cc_7dj7x75z_w0ehLM3K91 .ee-ingredient__title { margin-top: 22px; line-height: 1.25; }
.cc_7dj7x75z_w0ehLM3K91 .ee-ingredient__text {
  margin: 10px auto 0; max-width: 300px;
  color: var(--ee-text);
}

/* End import: ../../sub-components/IngredientCard/styles.css */

/* IngredientStory — board 08 */

.cc_7dj7x75z_w0ehLM3K91 .ee-ingredients {
  padding: 72px 64px 66px;
}

.cc_7dj7x75z_w0ehLM3K91 .ee-ingredients__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.cc_7dj7x75z_w0ehLM3K91 .ee-ingredients__heading-block {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 50px;
}

.cc_7dj7x75z_w0ehLM3K91 .ee-ingredients__intro {
  margin: 18px 0 0;
  color: var(--ee-text);
}

.cc_7dj7x75z_w0ehLM3K91 .ee-ingredients__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ── Mobile ─────────────────────────────────────────── */
@media (max-width: 767px) {
  .cc_7dj7x75z_w0ehLM3K91 .ee-ingredients {
    padding: 34px 24px 36px;
  }

  .cc_7dj7x75z_w0ehLM3K91 .ee-ingredients__heading-block {
    margin-bottom: 28px;
  }

  .cc_7dj7x75z_w0ehLM3K91 .ee-ingredients__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}