select{width:100%;border:1px solid #cddada;border-radius:10px;padding:12px 13px;font:inherit;background:#fff;color:var(--ink)}
select:focus{outline:3px solid #c9eee8;border-color:var(--brand)}
.form-grid select{margin-top:8px;font-weight:400}
.search-row select{max-width:280px}
.checkbox-field{display:flex;align-items:center;gap:10px}
.checkbox-field input{width:auto;margin:0}
.status{display:inline-block;padding:5px 9px;border-radius:999px;font-size:.75rem;font-weight:750}
.status.active{background:#dff6eb;color:#116544}
.status.inactive{background:#edf1f1;color:#6b7c85}
@media(max-width:600px){.search-row select{max-width:none}}
