.category-settings{padding-bottom:18px}
.category-note,.category-status{margin:16px 20px;font-size:14px;line-height:1.5;color:#637483}
.category-create{display:flex;align-items:end;gap:12px;padding:0 20px}
.category-create .field{flex:1;max-width:440px}
.category-settings .field label{font-size:14px}
.category-list{padding:0 20px}
.category-row{display:flex;gap:14px;align-items:center;padding:15px 0;border-top:1px solid var(--line);flex-wrap:wrap}
.category-row>.field{flex:1;min-width:180px}
.category-row small{color:var(--muted);font-size:13px}
.inline-category-editor{padding:14px;margin:10px 0;background:#f3faf9;border:1px solid #dfe7ec;border-radius:8px}
.inline-category-editor[hidden]{display:none}
.inline-category-editor label{display:block;font-size:14px;margin-bottom:8px}
.inline-category-editor input{width:100%;height:38px;margin-bottom:10px;border:1px solid #dfe7ec;border-radius:6px;padding:8px}
.inline-category-editor button{margin-right:6px}
.inline-category-editor p{font-size:14px;color:#963a1c}
@media(max-width:600px){.category-create{flex-wrap:wrap}.category-row>.field{flex-basis:100%}}
