@media (max-width: 767px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-latest-posts__post-excerpt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-latest-posts__post-excerpt .wp-block-latest-posts__read-more {
  width: auto;
  align-self: flex-start;
}
.wp-block-latest-posts__featured-image, .wp-block-post-featured-image {
  position: relative !important;
  padding-top: 66%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.wp-block-latest-posts__featured-image img, .wp-block-post-featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.wp-block-post-title {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-latest-posts__post-title, .wp-block-post-title {
  font-weight: normal;
  font-size: 30px;
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 991px) {
  .wp-block-latest-posts__post-title, .wp-block-post-title {
    font-size: 22px;
  }
}
.wp-block-post-title a {
  color: var(--wp--preset--color--secondary);
}
.wp-block-post-template li {
  padding-bottom: 40px;
}
.wp-block-latest-posts li, .wp-block-post-template li {
  position: relative;
}
.wp-block-latest-posts li:before, .wp-block-post-template li:before {
  content: "";
  position: relative;
  padding-top: 66%;
  border-radius: 10px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  background-image: url("/wp-content/themes/equideclic/assets/images/placeholder.jpg");
}
.wp-block-latest-posts li:has(.wp-block-latest-posts__featured-image):before, .wp-block-latest-posts li:has(.wp-block-post-featured-image):before, .wp-block-post-template li:has(.wp-block-latest-posts__featured-image):before, .wp-block-post-template li:has(.wp-block-post-featured-image):before {
  content: none;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date, .wp-block-latest-posts li .wp-block-post-date, .wp-block-post-template li .wp-block-latest-posts__post-date, .wp-block-post-template li .wp-block-post-date {
  position: absolute;
  display: inline-block;
  border-radius: 50rem;
  left: 15px;
  top: 15px;
  background-color: var(--wp--preset--color--primary);
  padding: 5px 10px;
  color: var(--wp--preset--color--white);
}
.wp-block-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-latest-posts__list li, .wp-block-post-template li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(33.333% - 20px);
  min-height: 100%;
}
@media (max-width: 839px) {
  .wp-block-latest-posts__list li, .wp-block-post-template li {
    flex: 1 1 calc(50% - 20px);
  }
}
.wp-block-latest-posts__post-excerpt, .wp-block-post-excerpt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.wp-block-latest-posts__read-more, .wp-block-read-more {
  margin-top: auto;
  align-self: flex-start;
}
.wp-block-read-more {
  margin-top: 40px;
}
