.post-list {
  list-style: none;
}

.post-list__item {
  display: block;
  padding: 0.5rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.post-list__item:last-child {
  border-bottom: none;
}

.post-list__title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.4rem;
}

a.post-list__title,
.post-list__title a {
  text-decoration: underline;
  color: #1a1a1a;
}

.post-list .post-list__excerpt {
  margin-top: 4px;
  margin-bottom: calc(0.4rem + 4px);
}

.post-list__date {
  display: block;
  font-size: 0.85rem;
  color: #888;
}

.post-list__date a {
  color: #888;
}
