<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-list {
  margin-bottom: 60px;
}
.post-list &gt; article + article {
  margin-top: 30px;
  padding-top: 30px;
}
.post-list &gt; article &gt; .featured-image {
  width: 200px;
  float: left;
  padding-right: 30px;
}
.post-list &gt; article &gt; .featured-image + .entry-summary {
  margin-left: 200px;
}
.post-list .pagination {
  font-size: 18px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.post-list .pagination .page-numbers {
  color: var(--wp--preset--color--green);
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.post-list .pagination .page-numbers.current {
  background: var(--wp--preset--color--green);
  color: #fff;
}

.placeholder-featured-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--wp--preset--color--light-green);
  color: var(--wp--preset--color--dark-green);
  font-weight: bold;
}
.placeholder-featured-image strong {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
}

.post-list-item {
  margin: 20px -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.post-list-item &gt; * {
  padding-left: 15px;
  padding-right: 15px;
}
.post-list-item .entry-title {
  margin: 0.5em 0;
  font-size: 38px;
}
.post-list-item .entry-title a:hover, .post-list-item .entry-title a:focus {
  text-decoration: underline;
}
.post-list-item .entry-image {
  flex-shrink: 1;
  flex-grow: 0;
  width: 30%;
  min-width: 200px;
  max-width: 100%;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px;
}
.post-list-item .entry-image &gt; a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: var(--wp--preset--color--green);
}
.post-list-item .entry-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list-item .entry-information {
  width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
.post-list-item .entry-terms {
  width: 100%;
}
.post-list-item .entry-meta {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  order: -1;
}
.post-list-item .entry-meta &gt; * {
  margin-right: 15px;
}
.post-list-item .entry-meta &gt; * + * {
  margin-left: -9px;
  border-left: 1px solid currentColor;
  padding-left: 8px;
}
.post-list-item .entry-excerpt p {
  margin-top: 0;
}
.post-list-item .read-more {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  font-weight: bold;
  text-decoration: underline;
}
.entry-terms &gt; a {
  display: inline-block;
  background: var(--wp--preset--color--light-green);
  color: var(--wp--preset--color--green);
  padding: 10px 16px;
  font-size: 21px;
  margin: 5px 5px 5px 0;
  text-transform: uppercase;
}
.entry-terms &gt; a:hover, .entry-terms &gt; a:focus {
  background: var(--wp--preset--color--green);
  color: #fff;
}
.entry-terms &gt; a:focus {
  outline: 1px dotted var(--wp--preset--color--dark-gray);
  outline-offset: 2px;
}
.entry-terms &gt; a.is-current-item {
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--light-tan);
}/*# sourceMappingURL=style.css.map */</pre></body></html>