.home-posts {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.home-post {
  margin-bottom: 1.5rem;
}

.home-post__title {
  display: inline;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
}

.home-post__title:hover {
  text-decoration: underline;
}

.home-post__date {
  display: block;
  font-size: 0.85rem;
  color: var(--secondary-text);
  margin-top: 0.2rem;
}

.home-post__tagline {
  font-size: 0.95rem;
  color: var(--text-color);
  margin-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1.5;
  opacity: 0.85;
}
