
a.buy-with-crypto {
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    text-decoration: none;
	box-sizing: border-box;
	display: block;
    background: #1652f0 linear-gradient(#1652f0, #0655ab);
    font: normal 500 18px / 20px -apple-system, BlinkMacSystemFont, 'Inter', 'Graphik', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    cursor: pointer;
    transition: background 0.2s ease-in-out, padding 0.2s;
    border-radius: 4px;
	padding: 11px;
    position: relative;
	color: white;
	text-align: center;
    width: 100%;
	vertical-align: middle;
	height: 45px;
}

/* this css will only be used when the screen size is min 800px - SO DESKTOP ONLY!!! */
@media screen and (min-width: 800px) {
	a.buy-with-crypto {
		width: 80%;
		height: 55px;
		padding: 15px;
	}
}

a.buy-with-crypto::after, a.donate-with-crypto::after
{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
}


/* Fix spacing between item and price with paypal button script */
[id^="paypal-form-fields-container"], [id^="paypal-form-fields-container"] #desc-label, [id^="paypal-form-fields-container"] #price-label {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}