.combolist > dl {
break-inside: avoid;
}
.combolist > dl > dd {
margin-left: 0;
}
.combolist > dl > dd::before {
/* content: "⤷ "; */
content: '';
width: 1em;
height: 1.3em;
/* background-image in Common.css */
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}