.input--radio {
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border: 1px solid;
  border-radius: var(--radius-full);
  margin: 0.125rem 0;
}

.input--radio:checked {
  border: 6px solid;
}