@layer components {
  .radio-group {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: var(--block-space-half);
  }

  .radio {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--inline-space-half);
    cursor: pointer;
    width: 100%;
  }
}
