/* NEWS */

/* To hide "Uncategorized" category text */
.category_none {
  display: none;
}

/* To make article list not have bottom border unless it has pagination */
/* TODO: Add this change to Core-Styles */
.blog-list:not(:has(.navigation))
article:last-child {
    border-bottom: none;
}
