.asx-product-category-field, .asx-product-category-filter { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.asx-product-category-field { width: 100%; }
.asx-product-category-field select, .asx-product-category-field input, .asx-product-category-filter select { width: 100%; min-width: 0; box-sizing: border-box; }
.asx-product-category-filter { flex: 0 1 230px; }
.asx-product-category-field button, .asx-product-category-filter button { font: inherit; cursor: pointer; }
.asx-product-category-field button:disabled { cursor: default; opacity: .55; }
.asx-category-create { align-self: flex-start; border: 0; padding: 4px 0; background: transparent; color: var(--text, inherit); text-align: left; text-decoration: underline; text-underline-offset: 3px; }
.asx-category-create-panel { display: flex; flex-direction: column; gap: 8px; padding-top: 2px; }
.asx-category-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.asx-category-actions button { min-height: 36px; padding: 7px 12px; border: 1px solid var(--border, #404047); border-radius: 8px; }
.asx-category-save { background: var(--accent, #d1ff52); color: #1c2410; }
.asx-category-cancel { background: transparent; color: inherit; }
.asx-category-status { font-size: 12px; line-height: 1.4; opacity: .85; overflow-wrap: anywhere; }
.asx-category-error { font-size: 12px; line-height: 1.4; color: var(--danger, #b42318); opacity: 1; overflow-wrap: anywhere; }
.asx-category-retry { border: 0; padding: 2px 0; background: transparent; color: inherit; text-decoration: underline; }
.asx-product-category-field button:focus-visible, .asx-product-category-filter button:focus-visible { outline: 2px solid var(--text, currentColor); outline-offset: 3px; }
@media (max-width: 760px) {
  .asx-product-category-filter { flex: 1 1 160px; }
  .asx-category-actions button, .asx-category-create { min-height: 44px; }
}
