<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.related-post {
    display: grid !important;
    grid-auto-flow: column !important;
    margin: 25px 0 25px 0 !important;
    padding: 5px 0;
    gap: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    justify-content: flex-start !important;
  }
.related-post-image &gt; a &gt; img {
    width: 200px;
}
.related-post-content &gt; .related-post-title &gt; a {
    color: black !important;
    font-weight: bold !important;
}
.related-post-content &gt; .related-post-title &gt; a:hover {
    color: #f70b28 !important;
    font-weight: bold !important;
}
.related-post-image {
    max-width: 200px;
    max-height: 150px;
    overflow: hidden;
    align-self: center;
}</pre></body></html>