/* Narrow live patch for dashboard/#api-keys row alignment. */
.filter-actions {
  align-items: stretch;
}

.filter-actions .btn {
  height: 47px;
  border-radius: var(--radius);
}

.data-table--tokens .token-key-inline {
  min-height: 30px;
}

.data-table--tokens .token-key-scroll {
  line-height: 30px;
  padding-bottom: 0;
}

.data-table--tokens {
  min-width: 900px;
}

.data-table--tokens .tokens-col-status {
  width: 112px;
}

.data-table--tokens .token-status-cell {
  overflow: visible;
  text-overflow: clip;
}

.data-table--tokens .token-status-cell .status-pill {
  max-width: none;
  white-space: nowrap;
}

.data-table--tokens .token-status-cell .status-pill::before {
  flex: 0 0 auto;
}

.data-table--tokens .token-key-copy,
.data-table--tokens .cell-actions button {
  height: 30px;
  min-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.data-table--tokens .cell-actions {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
}

.data-table--tokens .cell-actions > button {
  margin: 0 6px 0 0;
  vertical-align: middle;
}

.token-actions-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.token-actions-inline > button {
  margin: 0;
}
