[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 {
  padding: 0 1rem;
  gap: 1rem;
  flex-wrap: wrap !important;
}
@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% - 1rem) !important;
}
@media screen and (max-width: 767.5px) {
  .latest-posts__body .columns .column {
    flex: 1 0 100% !important;
    padding: 1rem 0;
  }
}
.latest-posts__body .columns .column .card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-top: 0;
  border-radius: 1rem;
  box-shadow: var(--wrpa-shadow-default);
  cursor: auto;
  overflow: hidden;
}
.latest-posts__body .columns .column .card img {
  width: 100%;
  border-radius: var(--wrpa-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: 0 auto 0;
  text-align: left;
}
.latest-posts__body .columns .column .card-body .data {
  color: var(--wrpa-typography-secondary);
  font-size: 0.875rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--wrpa-background-body-second);
  font-weight: 500 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.latest-posts__body .columns .column .card-body .data .icon {
  vertical-align: middle;
}
.latest-posts__body .columns .column .card-body .data .divider {
  font-size: 125%;
  line-height: 1;
  color: var(--wrpa-primary-colors-laguna);
  padding: 0 0.5rem;
}
.latest-posts__body .columns .column .card-body .data_img {
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #ECFAFB;
  border-radius: 50%;
  border: 1px solid var(--wrpa-primary-colors-laguna);
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (max-width: 991.5px) {
  .latest-posts__body .columns .column .card-body .data_img {
    width: 2rem;
    height: 2rem;
  }
}
.latest-posts__body .columns .column .card-body .data_img img {
  width: 100%;
}
.latest-posts__body .columns .column .card-body .title {
  color: var(--wrpa-typography-primary);
  margin-top: 1.125rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.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.125rem 1.875rem;
}

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