[data-type="gutenberg-block/latest-posts"] {
  max-width: none;
}

.latest-posts {
  margin-top: 0;
  margin-bottom: 1rem;
}
.latest-posts__body {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199.5px) {
  .latest-posts__body {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.5px) {
  .latest-posts__body {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .latest-posts__body {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.latest-posts__body .title {
  margin-bottom: 2rem;
}
.latest-posts__body .h-100 {
  height: 100%;
}
.latest-posts__body .columns {
  gap: 1rem;
  flex-wrap: wrap !important;
}
@media screen and (max-width: 1399.5px) {
  .latest-posts__body .columns {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767.5px) {
  .latest-posts__body .columns {
    flex-wrap: nowrap !important;
    overflow: auto;
    scrollbar-width: none;
  }
}
.latest-posts__body .columns .column {
  flex: 1 0 calc(50% - 0.5rem) !important;
  max-width: calc(50% - 0.5rem);
}
@media screen and (max-width: 991.5px) {
  .latest-posts__body .columns .column {
    flex: 1 0 100% !important;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.latest-posts__body .columns .column .card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-top: 0;
  border: 0;
  border-radius: 1rem;
  box-shadow: 3px 5px 23px 0 rgba(162, 180, 189, 0.2);
  cursor: auto;
  overflow: hidden;
}
.latest-posts__body .columns .column .card:hover {
  box-shadow: 0 4px 24px 0 rgba(83, 154, 142, 0.26);
}
.latest-posts__body .columns .column .card img {
  width: 100%;
  border-radius: var(--wr-border-radius);
}
.latest-posts__body .columns .column .card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
.latest-posts__body .columns .column .card-body .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-posts__body .columns .column .card-body .description {
  color: var(--wr-typography-secondary);
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.4rem;
}
.latest-posts__body .columns .column .card-body .subcategory {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  color: var(--wr-typography-additional);
}
@media screen and (max-width: 575.5px) {
  .latest-posts__body .columns .column .card-body .subcategory {
    flex-direction: column;
  }
}
.latest-posts__body .columns .column .card-body .subcategory span {
  vertical-align: middle;
}
.latest-posts__body .columns .column .card-body .subcategory span a {
  vertical-align: middle;
}
.latest-posts__body .columns .column .card-body .subcategory .author img {
  vertical-align: middle;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #ECFAFB;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid var(--wr-primary-colors--laguna);
  margin-right: 0.25rem;
}
.latest-posts__body .columns .column .card-body .subcategory .date .icon {
  vertical-align: middle;
}
.latest-posts__body .columns .column .card-body .subcategory .date .divider {
  color: var(--wr-primary-colors--laguna);
  padding: 0 0.675rem;
}
.latest-posts__body .columns .column .card-body .wp-block-buttons {
  justify-content: left;
}
@media screen and (max-width: 1199.5px) {
  .latest-posts__body .columns .column .card-body .wp-block-buttons {
    justify-content: center;
  }
}
.latest-posts__body .columns .column .card-footer {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background: unset;
  border-top: unset;
}
.latest-posts__body .columns .column .card-footer .button {
  padding: 0.75rem 1.875rem;
}

/*# sourceMappingURL=latest-posts-styles.css.map */
