/* The timeline fits its desktop column; touch scrolling stays on small screens. */
@media(min-width:900px) {
 body .pv .pv__grid,body.ws26-sub.ws26-dna .ws-radio #produktionsansicht-demo .pv__grid { min-width:0;width:100%; }
 body .pv .pv__bahn { min-width:0; }
 body .pv .pv__seg-u { white-space:normal;max-width:100%;font-size:9px;line-height:1.2; }
 body .pv .pv__bahn>.pv__seg:last-child .pv__seg-u { left:auto;right:0; }
}
/* Generator sections live inside an app-width wrapper, not the full viewport. */
body.app-view .seite-generator>.content>.modul { width:100%;max-width:100%;box-sizing:border-box;margin-inline:auto; }
body.app-view .seite-generator .b2b-features { width:100%;min-width:0;box-sizing:border-box; }
body.app-view .seite-generator .b2b-feature { min-width:0;box-sizing:border-box; }
body.app-view .seite-generator .b2b-feature a { margin-top:auto; }
body.app-view .wrapper_global .seite-generator>.content>.modul { width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:auto!important; }
body.app-view .wrapper_global .seite-generator>.content { grid-template-columns:0 minmax(0,1fr) 0;column-gap:0; }
