.ui-label {
  display: block;
  margin-bottom: var(--space-half);
  color: var(--color-neutral-700);
  font-size: var(--font-sm);
  font-weight: 500;
  line-height: 20px;
}

.ui-label--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
