.wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: var(--spacing-1);
  align-items: center;
}

.label {
  font-size: var(--font-size-3);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--overlay-60);
}

.content {
  width: 9.75rem;
}
