1.custom-structcombolookup {
2    position: relative;
3    display: inline-block;
4}
5.custom-structcombolookup-toggle {
6    position: absolute;
7    top: 0;
8    bottom: 0;
9    margin-left: -1px;
10    padding: 0;
11}
12.custom-structcombolookup-input {
13    margin: 0;
14    padding: 5px 10px;
15}
16
17.dokuwiki form.bureaucracy__plugin div.field span.input {
18    .struct_narrowinglookup_parent {
19        width: auto;
20    }
21    .struct_narrowinglookup_child {
22        width: auto;
23    }
24}