/* ===== Compact home page ===== */

.posts-home .post {
  margin-bottom: 1.5em;
}

/* Title inline with date */
.posts-home .post-title {
  display: inline;
  font-size: 1.25rem;
  margin-right: 0.25rem;
}

.posts-home .post-title a {
  color: #303030;
}

/* Date inline after title, with dash */
.posts-home .post-date {
  display: inline;
  margin: 0;
  font-size: 0.9rem;
  color: #9a9a9a;
}

.posts-home .post-date::before {
  content: "— ";
}

/* Draft label */
.posts-home .post-draft-label {
  color: #d32f2f;
  font-size: 0.85rem;
  font-weight: bold;
}

/* Summary below title+date line */
.posts-home .post-summary {
  margin-top: 0.15rem;
}

.posts-home .post-summary p {
  margin-bottom: 0.3rem;
}

/* Read-more link */
.posts-home .read-more-link {
  font-size: 0.85rem;
}

/* Reduce overall content padding on home */
body .content:has(.posts-home) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
