/* All visible unordered-list markers use a plain dash. Layout/menu lists stay unmarked. */
main ul>li::marker{content:"–  "}
/* Custom positioned dashes replace the native marker, never supplement it. */
main ul>li:has(> :is(.technical-list-marker,.product-sizing__bullet))::marker{content:""}
main :is(.technical-list-marker,.product-sizing__bullet){
 position:absolute;inset-inline-start:0;inset-block-start:0;
 inline-size:auto;block-size:auto;font:inherit;line-height:inherit;color:inherit;
 pointer-events:none;
}
main :is(.content-bento,.home-range__grid ul)>li::marker{content:""}
