/* Kategorie-Bildgröße angleichen */
.cs-categoryPicture img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

/* Kategorie-Titel kompakter darstellen */
.cs-categoryName a {
  display: inline-block;
  padding: 8px 16px;
  background: white;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}

.cs-categoryName {
  margin-top: 12px;
}