/* Styles for article snippet ellipsis */
.article-snippet {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
