.wc-braintree-blocks-payment-method__container {
  + .wc-block-components-checkbox {
    &.wc-block-components-payment-methods__save-card-info {
      .wc-block-components-checkbox__input {
        min-width: 20px;
        width: 20px;
        min-height: 20px;
        height: 20px;

        + .wc-block-components-checkbox__mark {
          left: 0;
          top: -3px;
          width: 20px;
          height: 20px;
        }
      }
    }
  }
}