.tp-block.recent-news {
  padding-inline: var(--ui-padding-inline);
  padding-block: var(--ui-padding-block);
}
.tp-block.recent-news .tp-block__recent-news__inner {
  max-width: var(--ui-size-content);
  margin: 0 auto;
  display: flex;
  -moz-column-gap: var(--ui-space-30);
       column-gap: var(--ui-space-30);
}
@media (max-width: 781px) {
  .tp-block.recent-news .tp-block__recent-news__inner {
    flex-direction: column;
  }
}
.tp-block.recent-news .tp-block__recent-news__title {
  flex-basis: 33.33%;
}
.tp-block.recent-news .tp-block__recent-news__list-wrap {
  flex-basis: 66.66%;
}
.tp-block.recent-news .tp-block__recent-news__subtitle {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--ui-space-10);
  background-color: var(--ui-color-gray);
}
.tp-block.recent-news .post-item a {
  text-decoration: none;
}
.tp-block.recent-news .post-item__title a {
  color: inherit;
}
.tp-block.recent-news .post-item__title a:hover {
  color: var(--ui-color-secondary);
}
.tp-block.recent-news .post-item__meta {
  display: none;
}
.tp-block.recent-news .post-item .wp-block-buttons {
  margin-top: var(--ui-space-20);
}
.tp-block.recent-news .post-item:not(:first-child) {
  margin-top: var(--ui-space-30);
  padding-top: var(--ui-space-30);
  border-top: 1px solid var(--ui-color-gray);
}/*# sourceMappingURL=recent-news.css.map */