.archives-wrapper-arcaffe {
  margin: 20px auto 172px auto;
  max-width: 1230px;
  width: 100%;
}

.woocommerce-info {
  display: none;
}
.postlist-wrapper-arcaffe {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.blogpinned-info .arcaffe-button {
  width: 164px !important;
  margin-bottom: 4px;
}

.blogpost-card h3,
.blogpost-card h2 {
  padding: 0;
  font-size: 18px;
  width: 164px;
  padding-bottom: 7px;
  padding-top: 0px;
  color: #060706;
  line-height: 18px;
}

.blogpost-card p {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 5;
  height: 90px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #060706;
  margin-bottom: 36px !important;
}

.blogpost-info {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

.blogpost-info .arcaffe-button {
  height: 49.62px;
  width: 164px !important;
  box-sizing: border-box;
  margin-top: auto;
}

.blogpost-info .postread-time {
  min-height: 27px;
  padding-bottom: 29px;
  display: flex;
  gap: 12px;
}

.blogpost-info .postread-time span {
  padding: 0;
  font-size: 15px;
  overflow: hidden;
  width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #060706;
}

.blogpost-info .blogpost-excerpt {
  overflow: hidden;
}
.blogpost-image {
  flex-basis: 50%;
  position: relative;
  max-height: 292px;
}
.blogpost-image img {
  width: 192px;
  height: 270px;
}

.post-card-recipe-section .slick-slide {
  width: 400px !important;
}

.post-card-recipe-section .slick-track {
  gap: 15px !important;
}

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

@media (max-width: 1250px) {
  .blogpinned-info .arcaffe-button {
    width: 164px !important;
    min-width: 164px;
    height: 49.62px;
    box-sizing: border-box;
  }

  .blogpost-card .wrapperLink {
    flex-direction: column-reverse;
    width: 262px !important;
    padding: 8px;
    min-height: 498px;
    max-height: 498px;
    justify-content: space-between;
    gap: 8px !important;
  }

  .blogpost-card h3 {
    padding-top: 0;
  }

  .blogpost-card p {
    margin-bottom: 0px !important;
    height: 36px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #060706;
  }

  .blogpost-image img {
    height: 284px;
    width: 100%;
  }

  .blogpost-info .arcaffe-button {
    width: 100% !important;
  }

  .blogpost-info .postread-time {
    padding-top: 17px;
    padding-bottom: 10px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:first-of-type {
    margin: 0 20px;
  }

  .arcaffe-columns-wrapper .single-post-meta {
    margin: 0 20px;
  }

  .single-post-sectiontop {
    margin: 0 20px;
  }

  .post-card-recipe-section .slick-slide {
    /* width: 262px !important; */
  }

  .post-card-recipe-section .recipes-section-wrapper .slick-track {
    width: 1068px !important;
    justify-content: center !important;
  }
}

/* @media (max-width: 410px) {
  .blogpost-info .entry-title,
  .blogpost-card p,
  .postread-time {
    width: 140px !important;
  }
} */
