.novatheme-recipe-single {
  background: #fff;
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
}

.novatheme-recipe-single__inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 70px 0 96px;
}

.novatheme-recipe-single__hero {
  width: 100%;
  height: 420px;
  margin: 0;
  overflow: hidden;
  background: #f5f0e8;
}

.novatheme-recipe-single__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.novatheme-recipe-single__back {
  display: inline-flex;
  margin-bottom: 34px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.novatheme-recipe-single__back:hover,
.novatheme-recipe-single__back:focus {
  color: #5b4327;
}

.novatheme-recipe-single__header {
  max-width: 1040px;
  margin-bottom: 64px;
}

.novatheme-recipe-single__title {
  margin: 0;
  color: #050505;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.novatheme-recipe-single__intro {
  max-width: 980px;
  margin: 58px 0 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.novatheme-recipe-single__content {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.novatheme-recipe-single__content > * {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.novatheme-recipe-single__content h2,
.novatheme-recipe-single__content h3 {
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.novatheme-recipe-single__content h2 {
  margin-top: 58px;
  margin-bottom: 18px;
  font-size: 38px;
}

.novatheme-recipe-single__content h3 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 28px;
}

.novatheme-recipe-single__content p {
  margin-top: 0;
  margin-bottom: 26px;
}

.novatheme-recipe-single__content img {
  height: auto;
}

.novatheme-recipe-single__content .wp-block-image,
.novatheme-recipe-single__content .wp-block-columns,
.novatheme-recipe-single__content .wp-block-media-text {
  max-width: 980px;
  margin-top: 52px;
  margin-bottom: 52px;
}

.novatheme-recipe-single__content .wp-block-button__link {
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 18px 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .novatheme-recipe-single__title {
    font-size: 46px;
  }

  .novatheme-recipe-single__hero {
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .novatheme-recipe-single__inner {
    width: min(100% - 28px, 1180px);
  }

  .novatheme-recipe-single__title {
    font-size: 34px;
  }

  .novatheme-recipe-single__intro,
  .novatheme-recipe-single__content {
    font-size: 16px;
  }

  .novatheme-recipe-single__hero {
    height: 260px;
  }

  .novatheme-recipe-single__inner {
    padding: 44px 0 68px;
  }

  .novatheme-recipe-single__header {
    margin-bottom: 42px;
  }

  .novatheme-recipe-single__intro {
    margin-top: 34px;
  }

  .novatheme-recipe-single__content h2 {
    font-size: 28px;
  }

  .novatheme-recipe-single__content h3 {
    font-size: 23px;
  }
}
