.blog-list {
  max-width: 750px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
  color: #e6e6e6; /* heller Fließtext */
}

.blog-item {
  margin-bottom: 3rem;
}

.meta {
  font-size: 0.9rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.title {
  font-size: 1.6rem;
  margin: 0.2rem 0 0.6rem;
  font-weight: 600;
  color: #f1f1f1;
}

.excerpt {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.preview-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  filter: brightness(0.85) contrast(1.1);
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin-top: 1.5rem;
}


.blog-article.dark-theme {
  color: #e6e6e6;
  padding: 2rem 1rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

.blog-article h1.article-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #ffffff;
  line-height: 1.2;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
}

.blog-article h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  color: #f1f1f1;
}

.meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.category {
  color: #a78bfa;
  font-weight: bold;
}

.article-image {
  width: 100%;
  margin: 1.5rem 0;
  border-radius: 6px;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.1);
}

p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

p.highlight {
  color: #ffffff;
  font-weight: bold;
  margin-top: 1.5rem;
}
