/* Train Mobil Modellbahn Content Background Home Match 1.4
   Exakter sichtbarer Home-Content-Hintergrund:
   linear-gradient(90deg,#0d1013,#0a0c0e)
   + 1px Rand links/rechts #17191c.
*/

.tm-model-page{
  background:#050607 !important;
}

/* Hauptcontent */
.tm-model-page .content{
  background:linear-gradient(90deg,#0d1013,#0a0c0e) !important;
  border-left:1px solid #17191c !important;
  border-right:1px solid #17191c !important;
  box-sizing:border-box !important;
}

/* Werteband: äußerer Bereich schwarz, innerer 1500px-Wrapper wie Home */
.tm-model-page .values{
  background:#050607 !important;
}
.tm-model-page .valuesGrid{
  background:linear-gradient(90deg,#0d1013,#0a0c0e) !important;
  border-left:1px solid #17191c !important;
  border-right:1px solid #17191c !important;
  box-sizing:border-box !important;
}

/* Shop/Design Abschluss */
.tm-model-page .cross{
  background:linear-gradient(90deg,#0d1013,#0a0c0e) !important;
  border-left:1px solid #17191c !important;
  border-right:1px solid #17191c !important;
  box-sizing:border-box !important;
}

/* Einzelne Karten bleiben abgesetzt. */
.tm-model-page .entry,
.tm-model-page .post,
.tm-model-page .cross article{
  background:#0d0f10 !important;
}

/* Hero und Pillars unverändert. */
.tm-model-page .hero{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.62) 32%,rgba(0,0,0,.12) 70%),
    var(--hero) !important;
}
.tm-model-page .pillars{
  background:#0b0d0e !important;
}
