.blog-hero {
  background: linear-gradient(135deg, #0f253a, #1f6f78);
  color: #fff;
  padding: 4rem 0;
  margin-bottom: 2rem;
}

.blog-kategorie {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  opacity: .85;
}

.blog-lead {
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 850px;
}

.blog-article {
  max-width: 960px;
}

.blog-section {
  background: #fff;
  padding: 2rem;
  margin: 1.5rem 0;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.blog-section h2 {
  margin-top: 0;
  color: #0f253a;
}

.blog-section h3 {
  color: #1f6f78;
}

.blog-rating {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  background: #fff8e1;
  border-left: 6px solid #f9a825;
}


.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.blog-box-good {
  border-left: 6px solid #43a047;
}

.blog-box-bad {
  border-left: 6px solid #e53935;
}

.blog-tip {
  background: #eef7f4;
  border-left: 6px solid #1f6f78;
}

@media (max-width: 700px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    padding: 2.5rem 0;
  }

  .blog-section {
    padding: 1.4rem;
  }
}
	.pro-con-overview h3 {
  margin-top: 1.5em;
}

.collection-item i {
  margin-right: 10px;
}
	.collection-item {font-size: 0.9em;transition: background-color 0.2s ease-in-out;}
	.collection-item:hover {background-color: paleturquoise;}
.blog-score-wrapper {
  text-align: right;
}
.blog-score1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #f57f17;
}

.blog-score {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f57c00; /* dein Orange */
}

.blog-stars {
  margin-top: 5px;
}

.blog-stars .material-icons {
  font-size: 22px;
  color: #fbc02d; /* schönes Gold */
  vertical-align: middle;
}



/* Galerie*/

.gallery-grid {margin-top: 2rem;}

.gallery-card {margin-bottom: 2rem;}

.gallery-figure {
	margin: 0;
}

.gallery-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: 14px;
	background: #f1f3f5;
	box-shadow: 0 4px 14px rgba(0,0,0,0.08);
	cursor: pointer;
}

.gallery-figure figcaption {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.35;
	color: #5f6b7a;
	text-align: center;
}