.post-list__item {
  padding-bottom: 20px;
  font-size: var(--font-large);
  list-style-type: none;
}

.post-list__title {
  color: var(--color-text);
  font-weight: bold;
}

.post-list__date {
  color: var(--color-grey-1);
  font-size: var(--font-normal);
  white-space: nowrap;
  padding-left: 10px;
}
