.vfc-payment-wrap {
	max-width: 28rem;
}

.vfc-payment-title {
	margin-top: 0;
}

.vfc-payment-form .vfc-field {
	margin-bottom: 1rem;
}

.vfc-payment-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.vfc-payment-form .vfc-input {
	width: 100%;
	box-sizing: border-box;
}

.vfc-message {
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	border-radius: 4px;
}

.vfc-message--success {
	background: #ecf7ed;
	border: 1px solid #46b450;
}

.vfc-message--pending {
	background: #fff8e5;
	border: 1px solid #dba617;
}

.vfc-message--error {
	background: #fbeaea;
	border: 1px solid #dc3232;
}

.vfc-integration-notice {
	padding: 0.75rem;
	background: #fff8e5;
	border-left: 4px solid #dba617;
}
