.label {
  font-size: var(--ac-text-sm);
  font-weight: 500;
  line-height: 1;
  color: var(--ac-foreground);
  cursor: default;
  user-select: none;
}

.label[data-disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}
