/* ============================================================
   420+ · v277 · remove obsolete centered V-tip divider
   The short decorative line below the factory/V stack is removed
   from every detail-page hero. The homepage remains unchanged.
   ============================================================ */
.subpage-keyvisual > .module-hero .hero-emblem-stack::after,
.subpage-keyvisual > .module-hero .pi-hero-stack::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}
