.wc-braintree-blocks-paymentMethod__label {
  img {
    max-width: 90px;
  }
}

.wc-braintree-blocks-venmo-button__container {
  p {
    margin: 0 0 10px 0;
  }

  button {
    &.wc-braintree-blocks-venmo__button {
      height: 50px;
      background: #3d95ce;
      border-radius: 4px;
      padding: 15px 30px;
    }

    img {
      height: auto;
      max-width: 100%;
      max-height: 100%;
    }
  }
}