/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_article_recipe__title, .sn_article_recipe__title.h5 {
  font-family: "Playfair Display", serif;
}
.sn_article_recipe__in {
  padding-top: 2.1875rem;
  padding-right: 2.1875rem;
  padding-bottom: 2.1875rem;
  padding-left: 2.1875rem;
  border-radius: 0.3125rem;
  background-color: #fcf9f5;
}
.sn_article_recipe__sep {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  color: #e20714;
}
.sn_article_recipe__times {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.sn_article_recipe__times__i {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.sn_article_recipe__times__i .icon {
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.sn_article_recipe__times__i .text .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sn_article_recipe__times__i .text .title {
  font-weight: 700;
}
.sn_article_recipe__times__i .text .title {
  line-height: 1;
}
.sn_article_recipe__times__i .text .value {
  line-height: 1;
}
.sn_article_recipe__equipments__ct:not(:last-child), .sn_article_recipe__ingredients__ct:not(:last-child), .sn_article_recipe__instructions__ct:not(:last-child) {
  margin-bottom: 1.25rem;
}
.sn_article_recipe__equipments__title, .sn_article_recipe__ingredients__title, .sn_article_recipe__instructions__title {
  --bs-heading-color: #999999;
}
.sn_article_recipe__equipments__list, .sn_article_recipe__ingredients__list, .sn_article_recipe__instructions__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.sn_article_recipe__equipments__i, .sn_article_recipe__ingredients__i, .sn_article_recipe__instructions__i {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.sn_article_recipe__equipments__i .icon, .sn_article_recipe__ingredients__i .icon, .sn_article_recipe__instructions__i .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #4FD675;
}
.sn_article_recipe__equipments__i .count, .sn_article_recipe__ingredients__i .count, .sn_article_recipe__instructions__i .count {
  overflow: hidden;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #4FD675;
  color: #fff;
  text-align: center;
}
.sn_article_recipe__equipments__i .count, .sn_article_recipe__ingredients__i .count, .sn_article_recipe__instructions__i .count {
  font-size: 1.25rem;
}
.sn_article_recipe__equipments__i__text .note, .sn_article_recipe__ingredients__i__text .note, .sn_article_recipe__instructions__i__text .note {
  color: #999999;
}
.sn_article_recipe__instructions__list {
  gap: 1.25rem;
}
.sn_article_recipe__video {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.sn_article_recipe__meta {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.sn_article_recipe__meta__i {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.sn_article_recipe__meta__i .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #999999;
}
.sn_article_recipe__meta__i .title {
  font-weight: 700;
}