<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.related-posts-2 .related-posts-title {
    color: var(--ahura-c-text-primary);
    padding: 0;
    border: none;
}

.related-posts-2 .post-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 7px;
}

.related-posts-2 .post-item .post-title {
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
</pre></body></html>