/* Startseite (Featured Blog): keine Listenpunkte */
.com-content.view-featured .blog-featured ul,
.com-content.view-featured .blog-featured ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Artikel-Module (mod_articles): keine Listenpunkte */
ul.mod-articles-items {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Marker-Fallback */
.blog-featured li::marker,
.mod-articles-items li::marker {
  content: "";
}

/* "Weitere Artikel" als eigener Block */
.com-content.view-article .sp-module-content-bottom{
  margin-top: 2.5rem;
  padding: 1.25rem;
  background: rgba(0,0,0,.04);
  border-radius: 8px;
}

/* Jede Zeile/Teaser wie eine kleine Karte */
.com-content.view-article .mod-articles-items > li{
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0,0,0,.08);
}
