.detail-main {
}
.detail-img {
  width: 100%;
}
.detail-img img {
  width: 100%;
}
.tags {
  margin-top: 2rem;
}
.label {
  background-color: #64b246;
  padding: 0.2rem 1.2rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.title {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: -0.2rem;
  padding-bottom: 0.6rem;
  font-weight: bolder;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.ingredient-main {
  margin-top: 4rem;
  font-size: 2rem;
}
.ingredient {
  padding: 2rem 0;
  font-weight: bold;
  color: #ff8300;
  box-shadow: inset 0 -1px 0 0 #f3f3f3;
  text-align: center;
}
.ingredient-ul {
  margin-top: 1.4rem;
  padding-left: 3rem;
  font-size: 1.6rem;
  color: #565658;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.ingredient-ul li {
  line-height: 2.6rem;
}
.recipe-excerpt {
  margin-top: 4rem;
  font-size: 1.9rem;
  line-height: 2.8rem;
}
.instructions {
  margin-top: 5rem;
}
.instructions h4 {
  font-size: 2.2rem;
}
.instructions ol {
  font-size: 1.8rem;
  padding-left: 4rem;
  line-height: 2.6rem;
  margin-top: 2rem;
}
.instructions li {
  margin-bottom: 2rem;
}

.u-padding-top-base {
  font-size: 1.8rem;
}
.u-padding-top-base h4 {
  font-size: 2.2rem;
  margin-top: 5rem;
}
.u-padding-top-base p {
  line-height: 2.6rem;
  margin-top: 2rem;
}

.detail-des {
  font-size: 1.4rem;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
.detail-des img {
  width: 80%;
  height: 26rem;
  margin: auto;
  margin-bottom: 2rem;
}
.detail-names {
  font-size: 2rem;
  text-align: center;
  /* margin-bottom: 2rem; */
}
.tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
}
.txt {
  padding: 0 2rem;
  line-height: 2rem;
}
