<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b3-posts-list .post {
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:solid thin #999;
}

.b3-posts-list .post:last-child {
    border-bottom:none
}

.b3-posts-list .post-content .post-thumbnail img {
    width:100%;
}

.b3-posts-list .entry-meta {
    font-size:80%;
    opacity:0.9;
}

@media (min-width:767px) {
    .b3-posts-list .post-content {
        display:flex;
    }

    .b3-posts-list .post-content .post-thumbnail {
        width:20%;
        padding-right:3%;
    }

    .b3-posts-list .post-content .content-inner {
        width:72%;   
    }

    .b3-posts-list .post-content .content-inner.no-image {
        width:100%;
    }

    .b3-posts-list .post-content h3 {
        margin-top:0;
    }
}

/* ------------------------------------------------
   Pagination styles */

.post-list-pagination {
    text-align:center;
}

.post-list-pagination &gt; * {
    display:inline-block;
    margin:0 2px;
    padding:4px 4px 6px;
    border-radius:5px;
    border:solid thin #6e6d98;
    transition:all 0.5s;
    color: #333;
    background:white;
    line-height:1em;
    cursor: pointer;
}

.post-list-pagination &gt; *:hover {
    background-color:#6e6d98; 
    color:white;
}
</pre></body></html>