.recipe-wide {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 30px 30px 0px;
}
article.recipe {
  padding: 0;
  background-color: transparent;
  border: none;
}
.single-recipe h1 {
  font-size: 2em;
  font-weight: bold;
}
/*
** SECTION: Hero
*/
#recipe_hero .recipe-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1em;
  font-size: 16px;
}
#recipe_hero .recipe-meta > span span,
#recipe_hero .recipe-meta > span strong {
  display: block;
}
#recipe_hero .recipe-meta > span a:not(:last-of-type):after {
  content: ",";
}
@media (max-width: 800px) {
  #recipe_hero .wp-block-buttons > div {
    flex: 1 1 calc(50% - 1em);
  }
  #recipe_hero .wp-block-buttons > div a {
    width: 100%;
    display: block;
  }
  #recipe_hero .featured-img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 590px) {
  #recipe_hero .recipe-meta {
    font-size: 14px;
  }
  #recipe_hero .wp-block-buttons > div {
    flex: 1 1 calc(100% - 1em);
  }
}
/*
** SECTION: Recipe Container
*/
.recipe_container {
  padding-top: 20px;
  /*
    ** 01 SECTION: Ingredients
    */
  /* 
    ** 03 SECTION: Nutrition Facts
    */
}
.recipe_container h2 {
  font-size: 1.58em !important;
  font-weight: bold;
}
.recipe_container #directions ol,
.recipe_container .ing_ingredients {
  margin-top: 1em;
}
.recipe_container #directions ol li,
.recipe_container .ing_ingredients li {
  margin: 0 0 0.5em 1.2em !important;
}
.recipe_container #directions ol li::marker,
.recipe_container .ing_ingredients li::marker {
  font-weight: bold !important;
}
.recipe_container > div {
  margin-top: 4em;
}
.recipe_container #ingredients .ing_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 590px) {
  .recipe_container #ingredients .ing_heading {
    flex-direction: column;
    align-items: normal;
  }
}
.recipe_container #ingredients .ing_heading h4 {
  margin: 0;
}
.recipe_container #ingredients .ing_heading #ing_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5em;
}
@media (max-width: 375px) {
  .recipe_container #ingredients .ing_heading #ing_meta {
    flex-direction: column !important;
    align-items: baseline;
  }
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec {
  margin-bottom: 0em;
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 375px) {
  .recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec {
    flex: 1 1 calc(100% - 1em);
  }
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec p {
  opacity: 0.8;
  margin: 0.25em 0;
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec li:nth-child(1) a {
  border-left: 1px solid #004672;
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec li:first-of-type a {
  border-radius: 2em 0em 0em 2em;
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec li:last-of-type a {
  border-radius: 0em 2em 2em 0em;
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec li a {
  display: inline-block;
  list-style: none;
  margin: 0;
  text-decoration: none;
  padding: 0.32em 0.75em 0.25em;
  background-color: #ffffff;
  border-right: 1px solid #004672;
  border-top: 1px solid #004672;
  border-bottom: 1px solid #004672;
}
.recipe_container #ingredients .ing_heading #ing_meta ul.inline_rec li a.is-active {
  background-color: #004672 !important;
  color: #ffffff !important;
}
.recipe_container #ingredients .ing_group .qty[data-base-qty="0"] {
  display: none;
}
.recipe_container #nutrition-facts {
  padding: 80px 2em;
  border: 1px solid #d8d8d8;
}
.recipe_container #nutrition-facts table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: 0px solid transparent;
  overflow: hidden;
}
.recipe_container #nutrition-facts table tbody {
  display: block;
}
.recipe_container #nutrition-facts table.line-ruled tr {
  display: flex;
}
.recipe_container #nutrition-facts table.line-ruled tr td {
  width: auto;
  text-align: left !important;
}
.recipe_container #nutrition-facts table.line-ruled tr:not(:last-child) td {
  border-bottom: 1px solid #004672;
}
.recipe_container #nutrition-facts table tr {
  border: 0px solid transparent;
  display: flex;
}
.recipe_container #nutrition-facts table tr.indent-1 td:nth-child(1) {
  padding-left: 2em;
  font-weight: normal;
}
.recipe_container #nutrition-facts table tr.indent-2 td:nth-child(1) {
  padding-left: 4em;
  font-weight: normal;
}
.recipe_container #nutrition-facts table tr td {
  width: 50%;
  padding: 0.5em 0.25em;
  border: 0px solid transparent;
  line-height: 1;
}
.recipe_container #nutrition-facts table tr td:nth-child(1) {
  font-weight: bold;
}
.recipe_container #nutrition-facts table tr td:nth-child(2) {
  text-align: right;
  flex: 1 1 auto;
}
.recipe_container #nutrition-facts #calories tr:nth-child(2) td {
  font-size: 1.3em;
  font-weight: bold;
}
.recipe_container #nutrition-facts #servings,
.recipe_container #nutrition-facts #nutrition-1 {
  border-bottom: 1.2em solid #004672;
}
.recipe_container #nutrition-facts #calories,
.recipe_container #nutrition-facts #nutrition-2,
.recipe_container #nutrition-facts #custom-attr {
  border-bottom: 0.5em solid #004672;
}
