.pwfb-stripe-card-element {
	border: 1px solid #ccc;
	padding: 8px; 
}
.pwfb-stripe-errors {
	color: red;
}

.InputfieldFormBuilderStripe > .InputfieldHeaderHidden {
	/* prevent red required astrisk from appearing in blank header */
	display: none;
}

@media screen and (min-width: 768px) {
	.pwfb-stripe-card-element {
		max-width: 350px; 
	}
	.InputfieldColumnWidth .pwfb-stripe-card-element {
		max-width: 100%;
	}
}