.rt-RadioGroupRoot {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.rt-RadioGroupItem {
  display: flex;
  gap: 0.5em;

  /* Make sure whitespace to the right of the text is not clickable */
  width: fit-content;
}

.rt-RadioGroupItemInner {
  /* Make layouts with text truncation possible */
  min-width: 0;
}
