body.single-news .site-main {
  padding: 4rem 1rem;
  background-color: #FFFFFF;
}
body.single-news .type-news:not(:has(.post-thumbnail)) .heading1 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.news-query-block .wp-block-post-template {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-query-block .wp-block-post-featured-image {
  width: 240px;
  height: 240px;
  margin: 0;
  border: 2px solid white;
}
@media (width < 620px) {
  .news-query-block .wp-block-post-featured-image {
    margin-bottom: 1rem;
  }
}
.news-query-block .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
}
.news-query-block .wp-block-post {
  display: grid;
  grid-template-columns: 240px 1fr;
  column-gap: 2.75rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}
.news-query-block .wp-block-post:not(:has(.wp-block-post-featured-image))::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: url(../svg/san-j-logo-r.svg) center no-repeat;
  background-size: 50%;
  border: 2px solid white;
}
.news-query-block .wp-block-post:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
}
@media (width < 620px) {
  .news-query-block .wp-block-post {
    grid-template-columns: 1fr;
  }
}
.news-query-block .wp-block-group {
  height: fit-content;
  padding-bottom: 1rem;
  margin: auto 0;
}
.news-query-block .wp-block-group time {
  font-family: "brother-1816", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #B59F78;
}
.news-query-block .wp-block-group .wp-block-post-title {
  margin: 1rem 0;
  font-family: "brother-1816", sans-serif;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.news-query-block .wp-block-group .wp-block-read-more {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

/*# sourceMappingURL=news.min.css.map */
