.wp-block-last-posts.classic .container .title {
  font-family: "Marianne-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.06px;
}
@media (min-width: 768px) {
  .wp-block-last-posts.classic .wp-block-columns {
    gap: 2em;
  }
  .wp-block-last-posts.classic .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.wp-block-last-posts.classic a {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.wp-block-last-posts.classic a * {
  transition: all 0.3s ease-out 0.07s;
}
.wp-block-last-posts.classic a .block-post-banner__date {
  font-size: 0.875rem;
  order: -1;
}
.wp-block-last-posts.classic a .block-post-banner__title {
  font-family: "Marianne-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
  margin-bottom: 15px;
}
.wp-block-last-posts.classic a .block-post-banner__link {
  text-align: right;
}
.wp-block-last-posts.classic a .block-post-banner__link svg {
  color: currentColor;
}
.wp-block-last-posts.classic a:hover .block-post-banner__title, .wp-block-last-posts.classic a:active .block-post-banner__title, .wp-block-last-posts.classic a:focus .block-post-banner__title {
  color: #CCCCCC;
}
.wp-block-last-posts.classic a:hover .block-post-banner__link svg, .wp-block-last-posts.classic a:active .block-post-banner__link svg, .wp-block-last-posts.classic a:focus .block-post-banner__link svg {
  color: #CCCCCC;
  transform: translateX(10px);
}
.wp-block-last-posts.colored {
  color: var(--block-color-text);
  background-color: var(--block-color-background);
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-last-posts.colored a {
  color: var(--block-color-link);
}
.wp-block-last-posts.colored a:hover, .wp-block-last-posts.colored a:active, .wp-block-last-posts.colored a:focus {
  color: var(--block-color-link-hover);
}
.wp-block-last-posts.colored h2,
.wp-block-last-posts.colored h3,
.wp-block-last-posts.colored h4,
.wp-block-last-posts.colored h5,
.wp-block-last-posts.colored h6 {
  color: var(--block-color-headings);
}
.wp-block-last-posts.colored .title {
  color: var(--block-color-headings);
}
.wp-block-last-posts.colored .inner {
  max-width: 1200px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
}
.wp-block-last-posts.colored .container .title {
  font-family: "Marianne-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3.375rem;
  letter-spacing: 0.06px;
  color: #000000;
}
@media (min-width: 768px) {
  .wp-block-last-posts.colored .wp-block-columns {
    gap: 2em;
  }
  .wp-block-last-posts.colored .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.wp-block-last-posts.colored a {
  color: #666666;
  text-decoration: none;
}
.wp-block-last-posts.colored a .block-post-banner__title {
  color: #494E77;
  font-family: "Marianne-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
  margin-bottom: 15px;
}
.wp-block-last-posts.colored a .block-post-banner__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background: #EC7857;
  margin-top: 10px;
}
.wp-block-last-posts.colored a:hover, .wp-block-last-posts.colored a:active, .wp-block-last-posts.colored a:focus {
  color: #000000;
}
.wp-block-last-posts.colored a:hover .block-post-banner__title, .wp-block-last-posts.colored a:active .block-post-banner__title, .wp-block-last-posts.colored a:focus .block-post-banner__title {
  color: #2C2944;
}/*# sourceMappingURL=last-posts.css.map */