body>main>svg>foreignObject>dl{display:grid;grid-template-columns:1fr 1fr;background-color:var(--background-color)}
body>main>svg>foreignObject>dl>:nth-child(-n+2){grid-column:1/3}
body>main>svg>foreignObject>dl>:nth-child(-n+2)>:nth-child(1){width:100%}
body>main>svg>foreignObject>dl>dt{user-select:none}
body>main>svg>foreignObject>dl>dd>:nth-child(1){width:100%;height:100%}
body>main>svg>foreignObject>dl>dd>input:not([type])+*{inset-inline-end:0;position:absolute}