.image-help { margin: -8px 0 0; font-size: 12px; color: var(--muted); font-weight: 400; }
.image-preview { display: flex; align-items: center; gap: 14px; border: 1px solid #eadbe1; padding: 10px; }
.image-preview img { width: 88px; height: 88px; object-fit: cover; border-radius: 3px; background: #f4f4f4; }
.dialog select { display: block; width: 100%; border: 1px solid #d9c6cd; background: #fff; padding: 11px; margin-top: 6px; font: 14px 'DM Sans'; color: var(--ink); outline-color: var(--red); }
#categoryLinks { display: contents; }
.new-category { display: flex; align-items: end; gap: 10px; }
.new-category label { flex: 1; }
.new-category .text-button { padding: 11px 0; white-space: nowrap; }
