/* home.css */
/* Mikro blog */
.home .micro-posts {
  margin-bottom: 2rem;
}

.home .micro-posts article {
  margin-bottom: 0.8rem;
}

.home .micro-posts article p {
  display: inline;
  line-height: 1.5;
}

.home .micro-posts article time {
  font-weight: 600;
  margin-right: 0.4rem;
  white-space: nowrap;
  display: inline;
}

/* Artykuły */
.home .long-posts article {
  margin-bottom: 2rem;
}

.home .long-posts article h2 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.home .long-posts article a {
  font-weight: 600;
}

/* Changelog jako mały pasek */
.home .changelog-preview {
  background: var(--changelog-bg);
  padding: 0.8rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.home .changelog-preview ul {
  margin: 0;
  padding-left: 1rem;
  list-style: disc;
}

.home .changelog-preview li {
  margin-bottom: 0.3rem;
}

.home .changelog-date {
  color: var(--text-color);
  font-style: italic;
  font-size: 0.85rem;
  margin-right: 0.3rem;
}

/* Sekcje */
.home .section-wrapper {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
}

.home .section-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}