.spt-participants__picker {
  margin-bottom: 1rem;
}

.spt-participants__meta,
.spt-participants__loading {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--spt-color-text-muted);
}

.spt-participants__error {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--spt-radius-sm);
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fecaca;
  background: rgba(127, 29, 29, 0.35);
  border: 1px solid rgba(248, 113, 113, 0.35);
}

.spt-participants__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--spt-color-border);
  border-radius: var(--spt-radius-sm);
}

.spt-participants__table {
  width: 100%;
  min-width: 18rem;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.spt-participants__table th,
.spt-participants__table td {
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid var(--spt-color-border);
  text-align: left;
  vertical-align: middle;
}

.spt-participants__table tr:last-child td {
  border-bottom: none;
}

.spt-participants__table th {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--spt-color-text-muted);
  background: var(--spt-color-surface);
}

.spt-participants__table td {
  color: var(--spt-color-text);
}

.spt-participants__col-num {
  width: 2.5rem;
  min-width: 2.5rem;
  text-align: center;
  white-space: nowrap;
}

.spt-participants__col-name {
  min-width: 9rem;
}

.spt-participants__empty {
  text-align: center;
  color: var(--spt-color-text-muted);
}

.spt-participants__table th.spt-participants__col-num,
.spt-participants__table td.spt-participants__col-num {
  text-align: center;
}
