/* Formal order page 5180 dedupe, 2026-05-31 v1.
   The formal Vue order bundle has native delete controls. The verified 5180
   order layer injects its own toolbar and row controls. When both are loaded,
   hide the native controls and leave the 5180 pluvo-* controls as the only
   visible order delete UI. */

html[data-pluvo-orders-list-replaced-by="orders-display-limit-batch20-20260531"]
  .user-orders .order-delete-toolbar:not(.pluvo-order-delete-toolbar) {
  display: none !important;
}

html[data-pluvo-orders-list-replaced-by="orders-display-limit-batch20-20260531"]
  .user-orders .order-header-controls .order-row-tools,
html[data-pluvo-orders-list-replaced-by="orders-display-limit-batch20-20260531"]
  .user-orders .order-header-controls .order-row-select,
html[data-pluvo-orders-list-replaced-by="orders-display-limit-batch20-20260531"]
  .user-orders .order-header-controls .order-delete-icon-button {
  display: none !important;
}
