/**
 * Overlay 20260907: nút Xóa danh mục — ghost đồng bộ các nút khác (không nền đỏ đặc).
 * Chỉ áp dụng trong admin-root; không đụng storefront theme.
 */
html.admin-root button[title="Xóa danh mục"],
html.admin-root button[aria-label="Xóa danh mục"],
html.admin-root button[data-action="delete-category"],
html.admin-root .giasy-cat-delete-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-height: 32px !important;
  min-width: 0 !important;
  height: auto !important;
  width: auto !important;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}

html.admin-root button[title="Xóa danh mục"] svg,
html.admin-root button[aria-label="Xóa danh mục"] svg,
html.admin-root button[data-action="delete-category"] svg,
html.admin-root .giasy-cat-delete-btn svg {
  width: 14px !important;
  height: 14px !important;
  color: #64748b !important;
  stroke: #64748b !important;
}

html.admin-root .giasy-cat-delete-label {
  display: inline !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #64748b !important;
}

html.admin-root button[title="Xóa danh mục"]:hover,
html.admin-root button[aria-label="Xóa danh mục"]:hover,
html.admin-root button[data-action="delete-category"]:hover,
html.admin-root .giasy-cat-delete-btn:hover {
  background: #f1f5f9 !important;
  background-color: #f1f5f9 !important;
  color: #334155 !important;
}

html.admin-root button[title="Xóa danh mục"]:hover svg,
html.admin-root button[aria-label="Xóa danh mục"]:hover svg,
html.admin-root button[data-action="delete-category"]:hover svg,
html.admin-root .giasy-cat-delete-btn:hover svg,
html.admin-root button[title="Xóa danh mục"]:hover .giasy-cat-delete-label,
html.admin-root button[data-action="delete-category"]:hover .giasy-cat-delete-label,
html.admin-root .giasy-cat-delete-btn:hover .giasy-cat-delete-label {
  color: #334155 !important;
  stroke: #334155 !important;
}
