/**
 * Overlay: nút Xóa danh mục rõ trên mọi cấp (không Vite).
 */
button[title="Xóa danh mục"],
button[data-action="delete-category"],
.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: 52px !important;
  height: auto !important;
  width: auto !important;
  padding: 4px 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #dc2626 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}

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

.giasy-cat-delete-label {
  display: inline !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
