.tag-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-post-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-light-alt);
}

.tag-post-link {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--accent-blue);
  text-decoration: none;
}

.tag-post-link:hover {
  text-decoration: underline;
}

.tag-post-excerpt {
  margin-top: 0.5rem;
  color: var(--text-italic);
  font-size: 0.95rem;
}
