.custom-paypal-wrapper {
	display: flex;
	flex-direction: column;
}

.custom-paypal-image img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.custom-paypal-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.custom-paypal-submit {
	cursor: pointer;
	border: none;
	background-color: #0070ba;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: bold;
}
.custom-paypal-submit:hover {
	background-color: #005ea6;
}
