:host {
  display: block;
}

  :host * {
    box-sizing: border-box;
  }

.radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--s-space-12);
}
