.wp-block-lazyblock-eshe-po-teme .title {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--twentysix);
  line-height: 1.137;
  letter-spacing: -0.01em;
  padding-bottom: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--40);
  border-bottom: 0.0625rem solid var(--wp--preset--color--accent-5);
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.875rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li {
  position: relative;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li {
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 0.0625rem;
  background: var(--wp--preset--color--base-2);
}
@media screen and (max-width: 1024px) {
  .wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li::after {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li:nth-last-child(2)::after {
    display: none;
  }
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li:last-child::after {
  display: none;
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li .wp-block-post-title {
  margin: 0 0 1rem;
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li .wp-block-post-featured-image {
  display: none;
}
.wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li .wp-block-post-featured-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .wp-block-lazyblock-eshe-po-teme ul.wp-block-post-template li .wp-block-post-featured-image {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    min-width: 5.5rem;
  }
}