.category-dialog { width: min(680px, calc(100% - 30px)); }
.category-list { max-height: 300px; }
.category-item { grid-template-columns: 46px minmax(0, 1fr) 34px 34px; }
.category-item .category-marker-preview { width: 38px; height: 38px; }
.category-item button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--line); border-radius: 3px; background: #202524; color: var(--text); font-size: 16px; }
.category-item button[data-category-delete] { color: var(--red); }
.category-item button:disabled { opacity: .3; cursor: not-allowed; }
