[hidden] { display:none!important; }
.form-field { display:flex; flex-direction:column; gap:6px; min-width:0; }
.form-field small,.form-help { color:var(--muted); font-size:13px; font-weight:400; }
.form-help { margin:0; }
.field-link { font-size:12px; }
.spaced { margin-top:20px; }
.partner-assignment { margin-top:18px; }
.partner-assignment .button { margin-top:10px; }
.filters { flex-wrap:wrap; align-items:end; }
.filters>.form-field { flex:1; min-width:200px; }
.filters>input,.filters>select { flex:1; width:auto; min-width:150px; }
.form-grid>* { min-width:0; }
.table-note { color:var(--muted); font-size:12px; }
.search-select-option { overflow-wrap:anywhere; }
@media(max-width:760px) { .filters>.form-field { width:100%; } }
