@charset "UTF-8";

/* =========================================
   content-150.css
   野菜のアク抜き
========================================= */

.recipe-detail-page .rd-hero__overlay {
  background:
    linear-gradient(to right, rgba(20, 24, 20, 0.56), rgba(20, 24, 20, 0.18)),
    linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.04));
}

.recipe-detail-page .rd-hero__eyebrow {
  letter-spacing: 0.12em;
}

.recipe-detail-page .rd-summary__item {
  border-top: 4px solid #8cab4b;
}

.recipe-detail-page .rd-heading__sub {
  color: #6f8d33;
}

.recipe-detail-page .rd-section--intro .rd-prose,
.recipe-detail-page .rd-section--closing .rd-prose {
  font-size: 1.04rem;
  line-height: 2.0;
}

.recipe-detail-page .rd-panel {
  border: 1px solid #dfe7d1;
  background: #fbfcf7;
  border-radius: 18px;
  padding: 28px 24px;
}

.recipe-detail-page .rd-list--check li::marker {
  color: #6f8d33;
}

.recipe-detail-page .rd-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.recipe-detail-page .rd-flow-card {
  border: 1px solid #e3ead8;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  padding: 24px 22px;
}

.recipe-detail-page .rd-flow-card__title {
  margin: 0 0 16px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #2d3a17;
}

.recipe-detail-page .rd-flow-steps {
  margin: 0;
  padding-left: 1.4em;
}

.recipe-detail-page .rd-flow-steps__item {
  margin-bottom: 12px;
  line-height: 1.9;
}

.recipe-detail-page .rd-flow-card .rd-list {
  margin-top: 16px;
}

.recipe-detail-page .rd-nutrition-notes {
  margin-top: 20px;
}

.recipe-detail-page .rd-section--flavor-flow .rd-prose--table-lead {
  margin-bottom: 20px;
}

.recipe-detail-page .rd-section--closing .rd-closing {
  border: 1px solid #e4ebd7;
  background: linear-gradient(180deg, #fcfdf9 0%, #f5f8ee 100%);
}

.recipe-detail-page .rd-cta {
  border-top: 4px solid #8cab4b;
}

@media screen and (min-width: 768px) {
  .recipe-detail-page .rd-flow-list {
    gap: 24px;
  }

  .recipe-detail-page .rd-flow-card {
    padding: 28px 28px;
  }
}

@media screen and (max-width: 767px) {
  .recipe-detail-page .rd-panel {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .recipe-detail-page .rd-flow-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .recipe-detail-page .rd-flow-card__title {
    font-size: 1.08rem;
  }

  .recipe-detail-page .rd-section--intro .rd-prose,
  .recipe-detail-page .rd-section--closing .rd-prose {
    font-size: 1rem;
    line-height: 1.9;
  }
}