@include b(radio) {
  font-size: $--font-size-base;
  @include e(inner) {
    background: #fff !important;
    &::after {
      width: 9px;
      height: 9px;
      background: var(--primary);
    }
  }
}
