section.posts .filter li {
  list-style: none;
  line-height: 1.3;
}
section.posts .filter li[data-taxon][data-taxon=featured_tag] {
  -ms-grid-row: 1;
  grid-row: 1;
}