.process-management-table thead th:nth-child(1) {
  width: 56px;
}

.process-management-table tbody td:nth-child(1) {
  width: 56px;
}

.process-management-table.is-process thead th:nth-child(2) {
  min-width: 260px;
}

.process-management-table.is-process thead th:nth-child(6) {
  min-width: 280px;
}

.process-management-table.is-station thead th:nth-child(2) {
  min-width: 230px;
}

.process-management-table.is-station thead th:nth-child(4) {
  min-width: 180px;
}

.process-management-table.is-station thead th:nth-child(5) {
  min-width: 260px;
}

.param-table thead th:nth-child(1),
.param-table tbody td:nth-child(1) {
  width: 64px;
  text-align: center;
}

.param-table thead th:last-child,
.param-table tbody td:last-child {
  min-width: 96px;
}

.param-table__footer {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 0;
}

.inline-add-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
}

.inline-add-button__icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--color-primary-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.inline-remove-button {
  color: var(--color-danger);
  font-size: 13px;
}

.toolbar-hint {
  margin: 0;
  color: var(--color-text-faint);
  font-size: 13px;
}

.drawer-subtitle {
  margin: -6px 0 10px;
  color: var(--color-text-faint);
  font-size: 13px;
}

.flow-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flow-selector__chip {
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  border: 1px dashed rgba(85, 118, 255, 0.26);
  background: #fff;
  color: var(--color-primary-ink);
  font-size: 13px;
}

.flow-selector__chip.is-selected {
  border-style: solid;
  background: var(--color-primary-soft);
}

.readonly-inline-value {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 2px;
  color: var(--color-text-subtle);
}

.field-picker--wide {
  grid-template-columns: minmax(0, 1fr) auto;
}

#process-drawer-content .param-table thead th:last-child,
#process-drawer-content .param-table tbody td:last-child {
  width: 96px;
}

#station-drawer-content .param-table--station-option thead th:last-child,
#station-drawer-content .param-table--station-option tbody td:last-child {
  width: 220px;
  min-width: 220px;
}

#station-drawer-content .param-table--variable-last thead th:last-child,
#station-drawer-content .param-table--variable-last tbody td:last-child {
  width: 260px;
  min-width: 260px;
}

#station-drawer-content .param-table--variable-dual thead th:nth-last-child(-n + 2),
#station-drawer-content .param-table--variable-dual tbody td:nth-last-child(-n + 2) {
  width: 240px;
  min-width: 240px;
}

#station-drawer-content .param-table--bad-reason thead th:nth-last-child(2),
#station-drawer-content .param-table--bad-reason tbody td:nth-last-child(2) {
  width: 240px;
  min-width: 240px;
}

#station-drawer-content .field-picker--wide {
  min-width: 248px;
}

#station-drawer-content .field-picker__link {
  white-space: nowrap;
}
