﻿/* common border radius */
/* disable text selection */
section#intro {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-border-radius: 0 0 4rem 4rem;
  -moz-border-radius: 0 0 4rem 4rem;
  border-radius: 0 0 4rem 4rem;
  background: #FD7D23;
}
section#intro .content {
  width: 41%;
  padding: 6rem 5rem 4rem 5rem;
}
section#intro .content.with-link {
  padding-top: 4rem;
}
section#intro .content .in {
  min-height: 35rem;
  position: relative;
}
section#intro .content .in.with-info {
  padding-bottom: 8rem;
}
section#intro .content .link {
  padding: 0 0 4rem 0;
}
section#intro .content .link a {
  min-width: 17rem;
  padding: 0.7rem 1.5rem;
  display: inline-block;
  vertical-align: top;
  border: 1px solid white;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  border-radius: 1.7rem;
  color: white;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#intro .content .link a:hover {
  background: rgba(255, 255, 255, 0.1);
}
section#intro .content h1 {
  margin: 0 0 1.8rem 0;
  color: #fff;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section#intro .content .status-badges {
  padding: 0 0 1.8rem 0;
}
section#intro .content .status-badges .icon-budget-cooking {
  width: 5.8rem;
  height: 5.8rem;
  margin-left: 1.2rem;
  display: inline-block;
  vertical-align: top;
  background: url("../../images/icons/budget-cooking.6e711c2e447b.svg") no-repeat center center;
  background-size: contain;
}
section#intro .content .servings {
  padding: 0 0 1.8rem 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
section#intro .content .tags {
  padding: 0 0 0.6rem 0;
}
section#intro .content .tags > span {
  margin: 0 2.4rem 1.8rem 0;
}
section#intro .content .tags .styles {
  padding: 0.8rem 1.4rem;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  border-radius: 1.7rem;
  background: #327908;
  color: white;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section#intro .content .tags .styles a {
  color: white;
  text-decoration: none;
}
section#intro .content .tags .styles a:hover {
  text-decoration: underline;
}
section#intro .content .text h1 {
  color: white;
}
section#intro .content .text h1 em {
  font-style: normal;
  font-weight: normal;
}
section#intro .content .text p {
  margin: 0 0 2rem 0;
}
section#intro .content .text a {
  color: white;
  text-decoration: underline;
}
section#intro .content .text a:hover {
  text-decoration: none;
}
section#intro .content .text .read-more-link,
section#intro .content .text .read-less-link {
  max-height: 2.4rem;
  margin: -1rem 0 0 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#intro .content .text .read-more-link.hidden,
section#intro .content .text .read-less-link.hidden {
  max-height: 0px;
  opacity: 0;
  display: block;
}
section#intro .content .text .read-more-link:hover,
section#intro .content .text .read-less-link:hover {
  text-decoration: none;
}
section#intro .content .text .text-more {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#intro .content .text .text-more.opened {
  max-height: 2000px;
  opacity: 1;
}
section#intro .content .stats {
  padding: 1.4rem 0;
  margin: 1rem 0 0 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: #1A2428;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#intro .content .stats .rating .rating-stars span.star {
  background-image: url("../../images/rating-star-white.64774a16ba33.svg");
}
section#intro .content .stats .rating .rating-stars span.star-empty {
  background-image: url("../../images/rating-star-white-empty.1caf955a1bb3.svg");
}
section#intro .content .stats .rating strong {
  padding: 0 0 0 0.8rem;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
section#intro .content .stats .saved {
  display: flex;
  gap: 8px;
  align-items: center;
}
section#intro .content .stats .saved .icon-btn {
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.5);
  background-color: #FD7D23;
}
section#intro .content .stats .saved .icon-btn:hover {
  background-color: #D9620F;
}
section#intro .content .stats .saved .icon-btn[data-remove-from-favourites]:before {
  background-image: url(/wp-content/themes/cookinghub/assets/css/images/icons-button/check-plus-white.svg);
}
section#intro .content .stats .saved strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
section#intro .content .stats a {
  color: white;
  font-weight: bold;
}
section#intro .content .stats span.views {
  padding: 0 0 0 4.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section#intro .content .stats span.views:before {
  content: " ";
  width: 3.6rem;
  height: 2.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.594' height='25.816' viewBox='0 0 35.594 25.816'%3E%3Cg id='View_Icon' data-name='View Icon' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_413' data-name='Path 413' d='M17.778,9.889A4.889,4.889,0,1,1,12.889,5,4.889,4.889,0,0,1,17.778,9.889Z' transform='translate(3.408 1.519)' fill='none' stroke='%23f9f9f9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_414' data-name='Path 414' d='M17.3,25.316A18.509,18.509,0,0,1,6.4,21.833,19.719,19.719,0,0,1-.4,12.953a1.5,1.5,0,0,1,0-1.091A19.719,19.719,0,0,1,6.4,2.983,18.509,18.509,0,0,1,17.3-.5a18.509,18.509,0,0,1,10.9,3.483,19.719,19.719,0,0,1,6.8,8.879,1.5,1.5,0,0,1,0,1.091,19.719,19.719,0,0,1-6.8,8.879A18.509,18.509,0,0,1,17.3,25.316ZM2.62,12.408a15.824,15.824,0,0,0,29.353,0,15.824,15.824,0,0,0-29.353,0Z' transform='translate(-1 -1)' fill='%23f9f9f9'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section#intro .content .stats span.cooked {
  padding: 0 0 0 3.8rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section#intro .content .stats span.cooked:before {
  content: " ";
  width: 3rem;
  height: 2.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.374' height='27.654' viewBox='0 0 30.374 27.654'%3E%3Cg id='Pot' transform='translate(-384 13.397)'%3E%3Cg id='Pot-2' data-name='Pot' transform='translate(384 1.203)'%3E%3Cg id='Rectangle_2006' data-name='Rectangle 2006' transform='translate(4.333 0.054)' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M0,0H21.667a0,0,0,0,1,0,0V8a5,5,0,0,1-5,5H5A5,5,0,0,1,0,8V0A0,0,0,0,1,0,0Z' stroke='none'/%3E%3Cpath d='M1.5,1.5H20.167a0,0,0,0,1,0,0V8a3.5,3.5,0,0,1-3.5,3.5H5A3.5,3.5,0,0,1,1.5,8V1.5A0,0,0,0,1,1.5,1.5Z' fill='none'/%3E%3C/g%3E%3Cg id='Path_13663' data-name='Path 13663' transform='translate(30.374 0.001) rotate(90)' fill='none'%3E%3Cpath d='M3.446,0C7.5,0,6.95,6.107,6.95,6.107H.038S-.607,0,3.446,0Z' stroke='none'/%3E%3Cpath d='M 3.445955276489258 1.999998092651367 C 3.01420521736145 1.999998092651367 2.834235191345215 2.132978200912476 2.704065322875977 2.276688098907471 C 2.363010406494141 2.653223991394043 2.163388729095459 3.365758895874023 2.067409515380859 4.107158184051514 L 4.883671760559082 4.107158184051514 C 4.77350378036499 3.371519565582275 4.561145782470703 2.666604280471802 4.214605331420898 2.289948225021362 C 4.076045036315918 2.139358043670654 3.887035369873047 1.999998092651367 3.445955276489258 1.999998092651367 M 3.445955276489258 -1.9073486328125e-06 C 7.498775482177734 -1.9073486328125e-06 6.950135231018066 6.107158184051514 6.950135231018066 6.107158184051514 L 0.03750514984130859 6.107158184051514 C 0.03750514984130859 6.107158184051514 -0.6068649291992188 -1.9073486328125e-06 3.445955276489258 -1.9073486328125e-06 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3Cg id='Path_13664' data-name='Path 13664' transform='translate(0 6.975) rotate(-90)' fill='none'%3E%3Cpath d='M3.446,0C7.5,0,6.95,6.107,6.95,6.107H.038S-.607,0,3.446,0Z' stroke='none'/%3E%3Cpath d='M 3.445955276489258 1.999998092651367 C 3.01420521736145 1.999998092651367 2.834235191345215 2.132978200912476 2.704065322875977 2.276688098907471 C 2.363010406494141 2.653223991394043 2.163388729095459 3.365758895874023 2.067409515380859 4.107158184051514 L 4.883671760559082 4.107158184051514 C 4.77350378036499 3.371519565582275 4.561145782470703 2.666604280471802 4.214605331420898 2.289948225021362 C 4.076045036315918 2.139358043670654 3.887035369873047 1.999998092651367 3.445955276489258 1.999998092651367 M 3.445955276489258 -1.9073486328125e-06 C 7.498775482177734 -1.9073486328125e-06 6.950135231018066 6.107158184051514 6.950135231018066 6.107158184051514 L 0.03750514984130859 6.107158184051514 C 0.03750514984130859 6.107158184051514 -0.6068649291992188 -1.9073486328125e-06 3.445955276489258 -1.9073486328125e-06 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Steam' transform='translate(392.447 -12.711)'%3E%3Cpath id='Path_13665' data-name='Path 13665' d='M-.825,12.466s2.1-1.9,2.1-3.9S-.762,6.5-.825,4.454,1.019.383,1.019.383' transform='translate(0.827 -0.383)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_13666' data-name='Path 13666' d='M-.825,12.466s2.1-1.9,2.1-3.9S-.762,6.5-.825,4.454,1.019.383,1.019.383' transform='translate(6.497 -0.383)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_13667' data-name='Path 13667' d='M-.825,12.466s2.1-1.9,2.1-3.9S-.762,6.5-.825,4.454,1.019.383,1.019.383' transform='translate(12.168 -0.383)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
section#intro .content .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section#intro .content .info .chef-label {
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  color: white;
}
section#intro .content .info .date {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}
section#intro .img {
  width: 59%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 0 4rem 4rem;
  -moz-border-radius: 0 0 4rem 4rem;
  border-radius: 0 0 4rem 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section#intro .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
  object-fit: cover;
}
section#intro .img .share-line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  section#intro .content {
    width: 60%;
  }
  section#intro .img {
    width: 40%;
  }
}
@media screen and (max-width: 770px) {
  section#intro .content {
    width: auto;
  }
  section#intro .content .in {
    min-height: 0;
  }
  section#intro .content .in.with-info {
    padding-bottom: 0;
  }
  section#intro .content .info {
    padding: 3rem 0 0 0;
    position: static;
  }
  section#intro .content .info .chef-label {
    position: relative;
  }
  section#intro .content .info .date {
    position: static;
  }
  section#intro .img {
    width: 100%;
    height: 20rem;
    position: relative;
    -webkit-border-radius: 0 0 4rem 4rem;
    -moz-border-radius: 0 0 4rem 4rem;
    border-radius: 0 0 4rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  section#intro {
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
  section#intro .content {
    padding: 20px;
  }
  section#intro .content .info .date {
    padding: 1rem 0 0 0;
    display: block;
  }
  section#intro .content .info .date br {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  section#intro .content .stats {
    display: block;
  }
  section#intro .content .stats .rating {
    padding: 0 0 0.8rem 0;
  }
  section#intro .content .stats span.views,
  section#intro .content .stats span.cooked {
    line-height: 4rem;
    display: block;
  }
}
section#info {
  padding: 8rem 5rem 4rem 5rem;
  margin: -4rem 0 3rem 0;
  position: relative;
  z-index: 1;
  background: #F8F8F8;
  -webkit-border-radius: 0 0 4rem 4rem;
  -moz-border-radius: 0 0 4rem 4rem;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (max-width: 500px) {
  section#info {
    padding: 20px;
    margin: -2rem 0 3rem 0;
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
}
section#info .info-buttons {
  display: flex;
  justify-content: space-between;
}
section#info .info-buttons ul.info {
  display: flex;
  gap: 7.4rem;
  align-items: center;
  color: #1A2428;
  font-size: 2.1rem;
  line-height: 3.6rem;
  font-weight: 400;
}
section#info .info-buttons ul.info li {
  padding: 0 0 0 5rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
section#info .info-buttons ul.info li:before {
  content: " ";
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
section#info .info-buttons ul.info li.active-time:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg id='Icon' transform='translate(2 2)'%3E%3Cpath d='M16,0A16,16,0,1,1,0,16,16,16,0,0,1,16,0Z' fill='none' stroke='%23fd7d23' stroke-linecap='round' stroke-width='4'/%3E%3Cpath d='M9,6v8.9h8.9' transform='translate(5.244 2.903)' fill='none' stroke='%23fd7d23' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section#info .info-buttons ul.info li.total-time:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.048' height='36.048' viewBox='0 0 36.048 36.048'%3E%3Cg id='Icon' transform='translate(2 2)'%3E%3Cpath id='Path_526' data-name='Path 526' d='M13,6.561l1.78,1.78L20.122,3' transform='translate(8.365 0.561)' fill='none' stroke='%2344bb28' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Cpath id='Path_527' data-name='Path 527' d='M33.048,17.024A16.024,16.024,0,1,1,17.024,1' transform='translate(-1 -1)' fill='none' stroke='%2344bb28' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Cpath id='Path_539' data-name='Path 539' d='M9,6v8.9h8.9' transform='translate(4.709 3.902)' fill='none' stroke='%2344bb28' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section#info .info-buttons ul.info li.level:before {
  height: 3.2rem;
  top: 0.2rem;
}
section#info .info-buttons ul.info li.level.level-1:before {
  background-image: url("../../images/difficulty-level-1.6f5b50f3aea8.svg");
}
section#info .info-buttons ul.info li.level.level-2:before {
  background-image: url("../../images/difficulty-level-2.2832f7cae7e0.svg");
}
section#info .info-buttons ul.info li.level.level-3:before {
  background-image: url("../../images/difficulty-level-3.97c382085d7a.svg");
}
section#info .info-buttons ul.info li.level.level-4:before {
  background-image: url("../../images/difficulty-level-4.4b1a8e7f2a95.svg");
}
section#info .info-buttons ul.info li.level.level-5:before {
  background-image: url("../../images/difficulty-level-5.928665668e68.svg");
}
section#info .info-buttons .buttons {
  text-align: right;
}
@media screen and (max-width: 1100px) {
  section#info .info-buttons {
    display: block;
  }
  section#info .info-buttons ul.info {
    justify-content: center;
  }
  section#info .info-buttons .buttons {
    padding-top: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  section#info .info-buttons ul.info {
    display: block;
    text-align: center;
  }
  section#info .info-buttons ul.info li {
    margin: 1rem;
  }
}
@media screen and (max-width: 500px) {
  section#info .info-buttons ul.info {
    padding: 2rem 0 0 0;
    display: block;
    text-align: center;
  }
  section#info .info-buttons ul.info li {
    margin: 1rem;
  }
  section#info .info-buttons .buttons {
    display: none;
  }
}
section#info .ingredients-tools {
  padding: 4rem 0 0 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2.8rem;
}
section#info .ingredients-tools.no-tools {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1000px) {
  section#info .ingredients-tools {
    grid-template-columns: 1fr;
  }
}
section#info .ingredients-tools h2 {
  margin: 0 0 3rem 0;
  color: #1A2428;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section#info .ingredients-tools h3 {
  margin: 0 0 1.6rem 0;
  color: #1A2428;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
section#info .ingredients-tools .ingredients,
section#info .ingredients-tools .tools {
  padding: 2.8rem;
  border: 2px solid #D1D1D1;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  color: #1A2428;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 300;
}
section#info .ingredients-tools .ingredients strong,
section#info .ingredients-tools .tools strong {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  section#info .ingredients-tools .ingredients,
  section#info .ingredients-tools .tools {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}
section#info .ingredients-tools .ingredients .sections {
  column-count: 2;
  column-gap: 2.4rem;
}
@media screen and (max-width: 750px) {
  section#info .ingredients-tools .ingredients .sections {
    column-count: 1;
  }
}
section#info .ingredients-tools .ingredients .sections .section {
  padding: 0 0 2.8rem 0;
  break-inside: avoid-column;
}
section#info .ingredients-tools .ingredients .sections .text-content {
  break-inside: avoid-column;
}
section#info .ingredients-tools .ingredients .sections .text-content * {
  color: #1A2428;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
}
section#info .ingredients-tools .ingredients .sections .text-content p,
section#info .ingredients-tools .ingredients .sections .text-content ul,
section#info .ingredients-tools .ingredients .sections .text-content ol {
  margin: 0 0 1.8rem 0;
}
section#info .ingredients-tools .ingredients .sections .ingredient-info a,
section#info .ingredients-tools .ingredients .sections .text-content a {
  text-decoration: underline;
}
section#info .ingredients-tools .ingredients .sections .ingredient-info a:hover,
section#info .ingredients-tools .ingredients .sections .text-content a:hover {
  text-decoration: none;
}
section#info .ingredients-tools .tools {
  border-color: #D60E01;
}
@media print {
  body {
    font-size: 40% !important;
  }
  main {
    width: 1000px !important;
  }
  main #main-left {
    width: auto !important;
    float: none;
  }
  header,
  footer,
  #main-right {
    display: none !important;
  }
  section#intro .content {
    width: auto !important;
  }
  section#intro .content .status-badges {
    display: none !important;
  }
  section#intro .img {
    display: none !important;
  }
  section#info .ingredients-tools {
    grid-template-columns: repeat(1, 1fr);
  }
  section#info .info-buttons .buttons {
    display: none !important;
  }
  .gt-block.best-served-with,
  .gt-block.video,
  .gt-block.image-gallery,
  .gt-block.related-data,
  .gt-block.recipe-related-content,
  .gt-block.chef-info {
    display: none !important;
  }
  section#intro .content .stats,
  .share-line {
    display: none !important;
  }
}
#embed-recipe-dialog .dialog {
  width: 70rem;
}
#embed-recipe-dialog .dialog > strong {
  padding: 16px 0 8px 0;
  display: block;
}
#embed-recipe-dialog .dialog .input.checkbox {
  margin: 0 0 4px 0;
}
#embed-recipe-dialog .dialog textarea {
  width: 100%;
  height: 300px;
  padding: 4px 12px;
  margin: 16px 0 0 0;
  border: 1px solid #1A2428;
  border-radius: 1.6rem;
  display: block;
  resize: vertical;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}