hrCSSUserCSS

.line .text>span:has(a.link.icon:is(
[href$="/icons/hr"], /* */
[href$="/icons/hrd"] /* */
)) {
display: flex;
flex-wrap: wrap;
}
.line .text>span span:has(a.link.icon:is(
[href$="/icons/hr"], /* */
[href$="/icons/hrd"] /* */
)) { flex-grow: 1 }
.line a.link.icon:is(
[href$="/icons/hr"], /* */
[href$="/icons/hrd"] /* */
) {
width: 100%;
img, span { display: none; } /* spanicon */
&::before {
display: inline-block;
width: 100%;
vertical-align: middle;
content: "";
border-top: 1px solid var(--ui-3); /* Flexoki */
}
&:is([href$="/icons/hrd"])::before {
border-style: dashed none none;
}
}