.single-post-sectiontop h1,
.single-post-sectiontop .single-post-excerpt,
.single-post-sectiontop .woocommerce-breadcrumb {
  margin: 0 auto;
  max-width: 1027px;
  line-height: 15px;
}
.single-post-sectiontop .single-post-excerpt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px #e0e0e0 solid;
}
.single-post-sectiontop .single-post-excerpt p {
  font-weight: normal;
  line-height: 28px;
}
.arcaffe-columns-wrapper .single-post-meta {
  display: flex;
  align-items: center;
  padding-bottom: 15.75px;
}
.arcaffe-columns-wrapper .single-post-meta .single-post-meta-date {
  display: flex;
  gap: 5px;
  flex-basis: 50%;
  text-align: right;
}

.arcaffe-columns-wrapper .single-post-meta .single-meta-author {
  white-space: nowrap;
  order: 1;
}
.arcaffe-columns-wrapper .single-post-meta .single-meta-separator {
  order: 2;
}
.arcaffe-columns-wrapper .single-post-meta .single-meta-date {
  white-space: nowrap;
  order: 3;
}
.arcaffe-columns-wrapper .single-post-meta .single-post-meta-icons {
  display: flex;
  align-items: center;
  gap: 13.29px;
  justify-content: left;
  flex-basis: 50%;
  text-align: left;
}

.arcaffe-columns-wrapper
  .single-post-meta
  .single-post-meta-icons
  > img:nth-child(2) {
  padding-right: 12px;
}

.arcaffe-columns-wrapper .single-post-meta .meta-time-toread {
  display: flex;
  align-items: center;
  gap: 6px;
}

.arcaffe-columns-wrapper .single-post-meta .meta-time-toread span {
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 431px) {
  .uw-button-icon svg {
    width: 20px;
  }
}

.single-post-sectiontop .woocommerce-breadcrumb {
  padding-top: 20px;
  padding-bottom: 32px;
}

h1,
h2,
h3,
p,
span {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

figure {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.single-post-sectiontop h1 {
  font-size: 30px;
  color: #060706;
  line-height: 30px;
}

.single-post-sectiontop .single-post-excerpt p {
  font-size: 22px;
  color: #060706;
  padding-top: 17px;
  padding-bottom: 13px;
}

.single-post-recipe-wrapper .wp-block-image:first-of-type img {
  padding-top: 0 !important;
}

.single-post-recipe-wrapper .wp-block-columns ul,
.single-post-recipe-wrapper .wp-block-columns ol {
  padding-inline-start: 0px;
  /* padding-right: 15px; */
}

.single-post-recipe-wrapper .wp-block-columns li {
  color: #060706;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
}

.single-post-recipe-wrapper .productlist-products {
  margin-top: -45px;
}

.single-post-recipe-wrapper .bestsellers-title {
  margin-top: 0;
  margin-bottom: 22.75px;
  padding: 0;
  font-size: 20px;
  line-height: 21px;
}

.single-post-recipe-wrapper .price-per-100 {
  padding-bottom: 6.7px;
  line-height: normal;
}

.single-post-recipe-wrapper
  ul.products.columns-5
  li
  .loop-product-info
  .loop-product-short-info {
  gap: 4px;
}

/* .single-post-recipe-wrapper ul.products.columns-5 .product-item {
  height: 451.67px;
} */

.single-post-recipe-wrapper
  .productlist-products
  ul.products
  li.product
  .loop-product-info
  .price {
  height: 57px;
}

.single-post-recipe-wrapper
  .arcaffe-columns-wrapper
  .wp-block-columns.is-layout-flex {
  justify-content: space-between;
  gap: 87px;
}

.arcaffe-columns-wrapper .arcaffe-column-narrow {
  flex-basis: 0 !important;
  max-width: 230px;
}

.arcaffe-columns-wrapper .wp-block-columns.is-layout-flex {
  gap: 87px;
}

.single-post-recipe-wrapper .bestsellers-vertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.single-post-recipe-wrapper .wp-block-embed iframe {
  width: 100%;
  height: 400px;
  padding-bottom: 21px;
}

.single-post-recipe-wrapper p a {
  color: #060706;
  text-decoration: underline;
}

.single-post-recipe-wrapper p {
  font-size: 16px;
  line-height: 22px;
}

/* .single-post-recipe-wrapper h2 {
  font-size: 18px;
} */

.single-post-recipe-wrapper .wp-block-image img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.post-navigation-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 43.81px;
}

.single-post-recipe-wrapper .recipes-header h2 {
  font-size: 20px;
}

.single-post-recipe-wrapper .recipes-section-wrapper {
  padding-bottom: 0;
}

.post-navigation-link-previous a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  line-height: 14px;
  color: #060706;
  text-decoration: underline;
  line-height: 14px;
}

.post-navigation-link-next a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 14px;
  color: #060706;
  text-decoration: underline;
  line-height: 14px;
}

.post-navigation-link-previous a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 11px;
  background-image: url("../images/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.post-navigation-link-next a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 11px;
  background-image: url("../images/arrow_left1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.single-post-recipe-wrapper
  .arcaffe-columns-wrapper
  .wp-block-column.arcaffe-column-wide
  h2 {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 19px;
}

@media (max-width: 1075px) {
  .single-post-recipe-wrapper p {
    line-height: 19px;
  }

  .single-post-recipe-wrapper .bestsellers-vertical {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
  }

  .single-post-sectiontop .woocommerce-breadcrumb {
    padding-bottom: 21px;
    font-size: 12px;
    line-height: 14px;
  }

  .single-post-sectiontop h1 {
    font-size: 26px;
    line-height: 27px;
  }

  .single-post-sectiontop .single-post-excerpt p {
    padding-top: 15px;
    line-height: 26px;
  }

  .productlist-products .bestsellers-title {
    font-size: 24px;
  }

  .single-post-recipe-wrapper
    .arcaffe-columns-wrapper
    .wp-block-column.arcaffe-column-wide
    img {
    padding-bottom: 20px;
  }

  .arcaffe-columns-wrapper .single-post-meta {
    gap: 11px;
  }

  .arcaffe-columns-wrapper .wp-block-columns.is-layout-flex {
    gap: 12px;
    display: block;
    width: 100%;
  }

  .single-post-recipe-wrapper .wp-block-image img {
    padding-bottom: 0;
  }

  .post-card-recipe-section .recipes-header {
    justify-content: center;
  }

  .single-post-recipe-wrapper .recipes-section-wrapper .slick-dots {
    padding-top: 26px !important;
    position: static !important;
    margin-bottom: 0px !important;
  }

  .single-post-recipe-wrapper .post-card-recipe-section {
    padding-top: 34.37px;
    padding-bottom: 24px;
  }
  .single-post-recipe-wrapper .productlist-products {
    margin-top: 0;
  }
  .arcaffe-columns-wrapper .arcaffe-column-narrow {
    flex-basis: 0 !important;
    max-width: 100%;
  }
  .post-card-recipe-section
    .arcaffe-columns-wrapper
    .wp-block-columns.is-layout-flex {
    width: 100%;
  }

  .single-post-recipe-wrapper
    .arcaffe-columns-wrapper
    .wp-block-column.arcaffe-column-wide {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }

  .single-post-recipe-wrapper .bestsellers-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 27.47px;
    margin-bottom: 0;
  }

  .single-post-recipe-wrapper
    .post-card-recipe-section
    .recipes-section-wrapper {
    gap: 27.71px;
  }

  .post-navigation-wrapper {
    padding: 0 25px;
    padding-top: 14px;
    padding-bottom: 27px;
    box-sizing: border-box;
  }
}

@media (max-width: 900px) {
  .single-post-recipe-wrapper .wp-block-embed iframe {
    height: 300px;
  }
}

@media (max-width: 431px) {
  .arcaffe-columns-wrapper .single-post-meta .single-post-meta-date span {
    font-size: 15px;
  }
  .arcaffe-columns-wrapper .single-post-meta .single-post-meta-icons {
    gap: 6px;
  }

  .arcaffe-columns-wrapper
    .single-post-meta
    .single-post-meta-icons
    > img:nth-child(2) {
    padding-right: 0px;
  }

  .arcaffe-column-wide.single-post-meta img {
    width: 20px;
  }
}
