<style>
  .article {
    
  }

  .article__image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    width: 100%;
    border-radius: 4px;
  }

  .article__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em;
    height: 3.0em;
    max-height: 3.0em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .article__image__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #00aeef;
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  ul.article-filter {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.article-filter li {
    padding-bottom: 0.5rem;
  }

</style>
