.pagination {
    list-style: none;
    padding: 0;
} 
.pagination li {
    display: inline-block;
}
figure {
    margin-left: 0;
    margin-right: 0;
}
figcaption h4 {
    font-size: 0.9rem;
    margin-top: 0;
}
.categories a:not(:last-child)::after {
    content: ", ";
    white-space: pre;
    /* hack to get rid of text-decoration */
    display: inline-block
}
h4 {
    font-weight: normal;
    margin-bottom: 0;
}
h4 + p {
    margin-top: 0;
}
a:visited {
    color: #8b6fcb;
}
