.article {
  padding:15px;
  border-bottom: 1px solid #ddd;
}

.article:hover {
  background-color: #EEE;
}

.article .summary {
  display: -webkit-box !important;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article a {
  text-decoration: none;
  color: var(--primary);
}

.article a:hover {
  text-decoration: underline;
}