/* Export actions are single controls, not the ACA queue's four-column rows. */
.app-pdf-export,
.app-pdf-export > * { min-width: 0; }
.app-pdf-export > button,
[data-interface="redesigned"] .tsp-aca-live-workspace .app-pdf-export > button {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 40px;
  padding: 10px 12px;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.4;
  font-size: 14px;
}
