@media (min-width: 761px) {
  .services-standard-page .services-table .commercial-head {
    align-items: center !important;
  }

  .services-standard-page .services-table .commercial-head > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    text-align: center !important;
  }

  .services-standard-page .services-table .commercial-head > .grid-select-cell,
  .services-standard-page .services-table .commercial-row > .grid-select-cell {
    justify-self: center !important;
  }

  .services-standard-page .services-table .commercial-row > strong {
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .services-standard-page .services-table .commercial-row > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    text-align: center !important;
  }

  .services-standard-page .services-table .commercial-row > .badge {
    display: inline-flex !important;
    justify-self: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .services-standard-page .services-table .commercial-row > .row-icon-actions {
    justify-self: center !important;
    justify-content: center !important;
  }
}

/* HelpDesk: tickets aguardando aceite ou pausados exibem apenas iniciar, coleta e finalizar */
.helpdesk-chat-panel:has(.helpdesk-locked-banner:not(.participation-warning)) .helpdesk-chat-actions button[aria-label="Transferir ticket"],
.helpdesk-chat-panel:has(.helpdesk-locked-banner:not(.participation-warning)) .helpdesk-chat-actions button[aria-label^="Atualizar"],
.helpdesk-chat-panel:has(.helpdesk-locked-banner:not(.participation-warning)) .helpdesk-chat-actions button[aria-label^="Sincronizando"] {
  display: none !important;
}
