
/* v194 — somente cards da coluna Recebidos: mantém as 3 ações dentro do card */
.order-kanban-card[data-status="received"] .order-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(0,1.12fr) minmax(0,.82fr)!important;
  gap:5px!important;
  width:100%!important;
}
.order-kanban-card[data-status="received"] .order-card-actions .btn{
  min-width:0!important;
  width:100%!important;
  padding-left:5px!important;
  padding-right:5px!important;
  font-size:10px!important;
  line-height:1.15!important;
  white-space:normal!important;
  overflow:visible!important;
}
.order-kanban-card[data-status="received"] .order-card-actions .btn svg{
  width:12px!important;height:12px!important;min-width:12px!important;
}
