/* Hide default Arrange Payment Later text */

#arrangePaymentLaterMethodBtn span {

 color: rgba(255,255,255,0);

}


/* Custom Arrange Payment Later label */

#arrangePaymentLaterMethodBtn span:before {

 content: 'PAY WITH PAYPAL';

 color: rgba(255,0,0,.54);

 display: block;

 margin-bottom: -9000px;

 position: relative;

 top: -8px;

}


/* Custom Arrange Payment later label - Active State */

.payment-selection-panel.active #arrangePaymentLaterMethodBtn span:before {

 color: rgba(0,0,0,.87);

}


/* Hide Default Arrange Payment Later description */

#ArrangePaymentLaterMethod .payment-details span {

 color: rgba(255,255,255,0);

 position: relative;

 z-index: 0;

}


/* Custom Arrange Payment Later description */

#ArrangePaymentLaterMethod .payment-details span:before {

 content: 'A PayPal invoice will be emailed to you soon, and payment must be made within 48 hours after invoice is sent. If invoice is not paid within 48 hours, your order will be canceled, and you may miss the ordering deadline.';

 display: block;

 color: rgba(255,0,0,.87);

 margin-bottom: -20px;

 text-indent: 0;

}