uex-input-radio {
  input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
  }

  .form-group {
    &.is-disabled {
      label.btn {
        cursor: not-allowed;
      }
    }

    > .media-body {
      > label {
        margin-bottom: .2rem;
      }
    }
  }
}
