body {
  background-color: #F5F5F5;
}


.wp-element-caption {
  color: #707070;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: pre;
  margin-left: 7px;
}

h1, h2, h3, h4, h5 {
  color: #094DA4;
  /* font-size: 26px; */
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 26px;
  margin: 40px 0px;
}

h3 {
  font-size: 24px;
}

p {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}

b, a, strong {
  color: #CD1232;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
}

.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: 20px;

  position: relative;
  padding-top: 86px;

  overflow: hidden;

  margin-bottom: 10px;
}

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

.single-receita-page-header-right-image-desktop {
  display: none;
  position: absolute;
  z-index: 5;
  left: 66.5vw;
  top: 33%;
  width: 308px;
  height: 203.548px;
}

.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: 30px;
}

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

  position: relative;
  z-index: 10;

  height: 26px;

  font-size: 13px;

  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;
  line-height: 40px;

  margin-top: 5px;
  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-dica-banner-container {
  max-width: 860px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;

  margin-bottom: 30px;
}

.single-dica-banner-image {
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  border-radius: 10px;
}

.single-dica-main-content {
  margin-left: 6.94%;
  margin-right: 6.94%;

  margin-bottom: 40px;
}

.wp-block-group {
  justify-content: center;
}

.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9 {
  iframe {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
  }
}

.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;
}

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

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

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


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

  position: relative;

  padding-bottom: 30px;

  overflow: hidden;
}

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

.single-produto-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;
}


.single-produto-related-tip-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 0 25px;

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

  position: relative;
  z-index: 10;
}


@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }

  .wp-element-caption {
    margin-left: 10px;
    font-size: 13px;
  }

  .wp-block-group {
    justify-content: space-between !important;
    align-items: flex-start;
  
    p {
      max-width: 370px;
    }
  }

  .single-dica-main-content {
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;

    img {
      border-radius: 10px;
    }
  }

  .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: 57px;
    row-gap: 20px;

    margin-bottom: 25px;
  }

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

  .single-receita-category-box {
    font-size: 13px;
    /* margin-bottom: 12px; */

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

  .single-receita-title {
    margin-top: 5px;
    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-share-section {
    max-width: 700px;
    margin: auto;
  }

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

  .single-produto-related-tip-container {
    padding-bottom: 50px;
  }

  .single-produto-related-tip-section {
    padding-bottom: 64px;
  }
}