
/* V192 — ONLY menu Đơn hàng > Danh sách đơn hàng > cột Thao tác.
   No icon changes anywhere else in the application. */
@media (min-width: 768px) {
  .v192-order-list-actions {
    min-width: 220px;
    white-space: nowrap;
  }

  .v192-order-list-actions > button:not(.v192-order-print) {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border-radius: 8px !important;
  }

  .v192-order-list-actions > button:not(.v192-order-print) svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    min-height: 22px;
    stroke-width: 2.15 !important;
  }

  .v192-order-list-actions .v192-order-print {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 10px !important;
    gap: 6px !important;
    border-radius: 8px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
  }

  .v192-order-list-actions .v192-order-print svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    min-height: 22px;
    stroke-width: 2.15 !important;
  }
}
