<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view-id-blog article {
  display: flex;
  grid-gap: 0.75rem;
}

h2 {
  line-height: 120%;
}

h2 a {
  text-decoration: none;
  color: #E02826;
}

h2 a:hover {
  color: #007D8A;
  text-decoration: underline;
}

.node__submitted span {
  margin-right: 0.75rem;
}

.node__submitted span a {
  font-style: normal;
}

.blog-teaser-image {
  flex: 0 0 30%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  border-radius: 15px;
}

.blog-teaser-image img {
  max-width: unset;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .view-id-blog article {
    flex-wrap: wrap;
  }
  .blog-teaser-image {
    flex: 0 0 100%;
  }
}
</pre></body></html>