uwc-input[type="radio"] {
  vertical-align: text-bottom;

  & > [part="root"] {
    width: 13px;
    height: 13px;
    margin: 3px 3px 0px 5px;
    border: 1px solid gray;
    border-radius: 100%;
    padding: 1px;
    box-sizing: border-box;

    [part="checkmark"] {
      width: 100%;
      height: 100%;
      border-radius: inherit;

      [checked] & {
        background: selectedItem;
      }
    }
  }
}
