body {
  background-color: #F5F5F5;
}

.italy-flag {
  width: 100%;
  height: 5px;

  display: flex;
}

.italy-flag-green-section, .italy-flag-white-section, .italy-flag-red-section {
  width: 33.333%;
  height: 100%;
  min-height: 100%;
}

.italy-flag-green-section {
  background-color: #008B44;
}
.italy-flag-white-section {
  background-color: white;
}
.italy-flag-red-section {
  background-color: #CE0E2D;
}

.bread-crumb {
  color: #707070 !important;

  * {
    color: #707070 !important;
  }
}


.single-receita-page-header {
  display: flex;
  flex-direction: column;
  row-gap: 16px;

  position: relative;
  padding-top: 90px;

  overflow: hidden;
}

.single-receita-page-header-right-image-mobile {
  position: absolute;
  z-index: 5;
  left: 70vw;
  width: 166.447px;
  height: 110px;
  top: -5px;
}

.single-receita-page-header-right-image-desktop {
  display: none;
  position: absolute;
  z-index: 5;
  left: 69.8vw;
  top: calc(60.5% - 106.5px);
  width: 193px;
  height: 213px;
}

.single-receita-banner-section {
  padding: 10px 9px;
  padding-bottom: 50px;
  position: relative;
}

.single-receita-banner {
  width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: 220px;

  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.single-receita-content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  padding: 0px 22px;
  padding-bottom: 27px;
}

.single-receita-category-button {
  display: flex;
  width: fit-content;
  border-radius: 13px;
  border: none;
  background-color: #F49811;
  color: white;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;

  position: relative;
  z-index: 10;

  height: 26px;

  font-size: 11px;

  padding-left: 27.33px;
  padding-right: 27.33px;
}

.single-receita-title {
  color: #094DA4;
  text-align: center;
  font-family: Lobster;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 117.647% */
  text-align: center;

  margin-bottom: 19px;
}

.single-receita-date {
  color: #707070;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 4px;
}

.single-receita-author {
  color: #707070;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-receita-products-section {
  padding: 25px;
  padding-bottom: 30px;

  display: flex;
  flex-direction: column;
  row-gap: 13px;

  h2 {
    color: #094DA4;
    font-size: 18px;
    font-weight: 700;
  }
}

.single-receita-products-list {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;

  padding: 20px 16px 20px 26px;

  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.single-receita-product-card {
  display: flex;
  align-items: center;
  column-gap: 10px;

  color: #094DA4;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;

  span {
    display: inline-block;

    width: fit-content;
    height: fit-content;
  }
}

.single-receita-product-image-container {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.single-receite-description-container {
  padding: 0px 25px;
  padding-bottom: 30px;

  p {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    line-height: 24px;
  }
}

.single-receita-ingredients-section {
  padding: 0px 10px;
  padding-bottom: 30px;
  margin: 0px 15px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  row-gap: 30px;

  h2 {
    color: #094DA4;
    font-size: 18px;
    font-weight: 700;
  }

  ul {
    width: 100%;
  }
}


.single-receita-preparation-section {
  font-size: 18px;

  width: 100%;
  max-width: 770px;

  padding: 0 15px;

  a {
    color: #252525;
    text-decoration: none;
  }

  strong {
    color: #CD1232;
    font-weight: 700;
    font-size: 18px;
    * {
      color: #CD1232;
    }
  }
}

.single-receita-preparation-list-container {
  border-top: 2px solid #094DA4;
  padding: 30px 15px;

  display: flex;
  flex-direction: column;
  row-gap: 28px;


  h2 {
    color: #094DA4;
    font-size: 18px;
    font-weight: 700;
  }
}

ul, ol {
  display: flex;
  flex-direction: column;
  row-gap: 5px;

  font-size: 18px;
  color: #252525;
}

ul {
  list-style-type: none;
  padding-left: 0px !important;
}

ol {
  padding-inline-start: 20px;
}

li {
  color: #252525;
  line-height: 25px;
}

ul li {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
}

ul li::before {
  content: '•';
  color: black;
  font-size: 20px !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.category-list-title {
  color: #F49811;
  font-size: 30px;
  width: fit-content;
  /* font-weight: 400; */
  position: relative;
  padding-bottom: 15px;
}

.category-list-title::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(auto + 10px);
  bottom: 0;
  left: 25%;
  right: auto;
  width: 60px;
  height: 3px;
  background-color: #F49811;
}

.category-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;

  position: relative;

  padding-bottom: 50px;

  overflow: hidden;
}

.category-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 290px);
  justify-content: center;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;

  width: 100%;
  max-width: 980px;

  position: relative;
  z-index: 10;
}

.category-container-left-image, .category-container-right-image {
  position: absolute;
  z-index: 5;
}

.category-container-left-image {
  right: 60vw;
  top: 120px;

  width: 326.53px;
  height: 215px;
}

.category-container-right-image {
  left: 75vw;
  top: 80px;

  width: 237px;
  height: 261px;
}

.single-receita-about-section {
  padding: 0 25px;
  padding-bottom: 26px;

  .wp-caption {
    width: 100% !important;
  }
  
  img {
    width: 100%;
    max-height: 310px;
    border-radius:  10px;
    overflow: hidden;
    object-fit: cover;
  }

  .wp-caption-text {
    color: #707070;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    padding-bottom: 40px;
  }

  h2, h3, h4 {
    color: #094DA4;
    font-weight: 700 !important;
  }
  h2 span, h3 span, h4 span {
    color: #094DA4;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
  }

  p {
    color: #252525;
    font-size: 18px;
    line-height: 28px;
  }

  b, a {
    color: #CD1232;
  }
}

.single-receita-share-button {
  height: 30px;
  min-width: 180px;
}

.single-receita-share-section {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: 16px;

  padding: 0px 25px;
}

.single-receita-share-section::before, .single-receita-share-section::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #F49811;
}

.related-tip-section {
  padding-top: 34px;
  padding-bottom: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.related-tip-list-title {
  color: #F49811;
  font-size: 30px;
  width: fit-content;
  position: relative;
  padding-bottom: 15px;
}

.related-tip-list-title::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(auto + 10px);
  bottom: 0;
  left: 35%;
  right: auto;
  width: 60px;
  height: 3px;
  background-color: #F49811;
}

.related-tip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;

  position: relative;

  padding-bottom: 30px;

  overflow: hidden;
}

.related-tip-list-container {
  display: flex;
  flex-direction: column;
  /* grid-template-columns: repeat(auto-fill, 310px); */
  justify-content: center;
  gap: 30px;
  padding: 0 25px;

  width: 100%;
  max-width: 700px;

  position: relative;
  z-index: 10;
}

.recipe-single-card-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 80px;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  gap: 10px;
}

.recipe-single-card-overlay-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1;
}

.recipe-single-card-overlay-item img {
  width: 24px;
  height: 28.591px;
}

.recipe-single-card-overlay-item p {
  color: #707070;
  font-family: "space-grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.recipe-single-card-separator {
  width: 1px;
  height: 50px;
  background: #D5D5D5;
}

@media screen and (min-width: 768px) {
  .single-receita-page-header-right-image-mobile {
    display: none;
  }

  .single-receita-page-header-right-image-desktop {
    display: initial;
  }

  .single-receita-page-header {
    align-items: center;
    padding-top: 55px;
    row-gap: 18px;
  }

  .single-receita-content-container {
    max-width: 700px;
    padding-bottom: 30px;
  }

  .single-receita-category-button {
    font-size: 13px;
    margin-bottom: 12px;

    padding-left: 43.205px;
    padding-right: 43.205px;
  }

  .single-receita-title {
    font-size: 40px;
    line-height: 48px;
  }

  .single-receita-banner-section {
    display: flex;
    justify-content: center;
    padding-top: 26px;
  }

  .single-receita-banner {
    max-width: 840px;
    height: 420px;
    min-height: 420px;
    object-position: top;
  }

  .single-receita-products-section {
    max-width: 700px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .single-receita-products-list {
    flex-direction: row;
    column-gap: 23px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 310px);
  }

  .single-receita-about-section {
    max-width: 700px;
    margin: auto;
    padding: 0;
    padding-bottom: 40px;

    img {
      max-height: 496px;
    }
  }

  .single-receite-description-container, .single-receita-ingredients-section,
  .single-receita-preparation-section, .single-receita-share-section {
    max-width: 700px;
    margin: auto;
  }

  .single-receita-share-section {
    padding: 0;
  }

  .related-tip-list-container {
    padding: 0;
  }

  .recipe-single-card-overlay {
    width: 260px;
    height: 80px;
    bottom: 2px;
    display: flex;
    justify-content: space-between;
  }
}