<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.postList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.postList__rss {
    display: inline-block;
    margin-bottom: 1rem;
}

.postList__imageWrapper {
    position: relative;
    margin-bottom: .5rem;
    background: #f6f6f6;
}

.postList__imageWrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.15);
}

.postList__image {
    display: block;
    width: 100%;
}

.postList__readMore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -999em;
}

.pbuic-pager li {
    list-style-image: none;
}
</pre></body></html>