.lmn-latest-post-type .listing-wrapper.post {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  border-top: 1px solid rgba(1, 0, 53, 0.1);
  padding-top: 4rem;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt {
  width: 100%;
  background: #f2f5ff;
  padding: 3.2rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .meta-fields {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .meta-fields p {
  font-size: var(--wp--preset--font-size--font-14);
  margin: 0 !important;
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  padding-left: 1.6rem;
  color: #010035;
  line-height: 110%;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .meta-fields p.meta {
  color: rgba(1, 0, 53, 0.5);
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .meta-fields p:first-child {
  padding-left: 0;
  border-left: 0;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .meta-fields .icon {
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  padding-left: 1.6rem;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .meta-fields .icon svg {
  height: 24px;
  width: 24px;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt h3 {
  font-size: var(--wp--preset--font-size--font-32);
  line-height: 130%;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .wp-block-buttons {
  margin-top: auto !important;
  padding-top: 2rem;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: var(--wp--preset--font-size--font-14);
}
.lmn-latest-post-type .listing-wrapper.post .excerpt:hover .wp-block-button .wp-block-button__link:before {
  opacity: 0;
}
.lmn-latest-post-type .listing-wrapper.post .excerpt:hover .wp-block-button .wp-block-button__link:after {
  opacity: 1;
}
.lmn-latest-post-type .listing-wrapper.post .row-separator {
  height: 1px;
  background-color: rgba(1, 0, 53, 0.1);
  width: 100%;
}
@media (min-width: 750px) {
  .lmn-latest-post-type .listing-wrapper.post .excerpt {
    width: calc(50% - 2rem);
  }
}/*# sourceMappingURL=block-latest-post-type.css.map */