.combolist > dl {
break-inside: avoid;
}
.combolist > dl > dd {
margin-left:0;
padding-left: 1.2em;
position: relative;
}
.combolist > dl > dd::before {
/* content: "⤷ "; but using SVG bg image */
content: '';
width: 1em;
height: 1.4em;
position: absolute;
top: 0;
left: 0.1em;
/* background-image in Common.css */
background-repeat: no-repeat;
background-position: center;
}