.qcs-queue,
.mf-queue {
  max-width: var(--qcs-width-narrow);
  margin: 32px 0 0;
  padding: 28px 30px;
  background: var(--qcs-card);
  border: 1px solid var(--qcs-divider-soft);
  border-radius: var(--qcs-radius-lg);
  box-shadow: var(--qcs-shadow-soft);
}

.qcs-queue-row,
.mf-queue-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--qcs-divider-soft);
}

.qcs-queue-row:last-child,
.mf-queue-row:last-child {
  border-bottom: none;
}

.qcs-queue-label,
.mf-queue-label {
  color: var(--qcs-muted-light);
}

.qcs-queue-name,
.mf-queue-name {
  color: var(--qcs-text);
}

.qcs-queue-note,
.mf-queue-note {
  margin-top: 18px;
  color: var(--qcs-muted);
  font-size: 14px;
  line-height: 1.6;
}