.post-list-container {
  padding: 10px;             /* 10px padding around the container */
  margin-bottom: 20px;       /* spacing below */
}

.post-list-container a {
  display: block;             /* each link on its own line */
  margin-bottom: 5px;         /* spacing between links */
  text-decoration: none;
  color: var(--primary-color); /* adjust to your theme */
}

.post-list-container a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
