.vistapay-givewp-subscription-fields {
	border: 0;
	margin: 0;
	padding: 0;
}

.vistapay-givewp-subscription-fields p {
	margin: 0 0 16px;
	color: #344054;
	font-size: 15px;
	line-height: 1.5;
}

.vistapay-givewp-hpf-label {
	display: block;
	margin: 0 0 7px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #1f2937;
}


.vistapay-givewp-hpf-field {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin: 0 0 16px;
	padding: 0;
	border: 1px solid #cfd6e3;
	border-radius: 7px;
	background: #fff;
	cursor: text;
	overflow: hidden;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.vistapay-givewp-hpf-field:hover {
	border-color: #aab4c4;
}

.vistapay-givewp-hpf-field iframe {
	position: absolute;
	top: 50%;
	left: 14px;
	right: 14px;
	display: block;
	width: calc(100% - 28px) !important;
	height: 40px !important;
	min-height: 40px;
	border: 0;
	background: transparent;
	transform: translateY(-50%);
}

.vistapay-givewp-hpf-field.is-valid {
	border-color: #22c55e;
	box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2);
}

.vistapay-givewp-hpf-field.is-invalid {
	border-color: #ef4444;
	background: #fef2f2;
	box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}

.vistapay-givewp-hpf-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(120px, 0.55fr);
	gap: 16px;
}

.vistapay-givewp-subscription-status {
	min-height: 18px;
	margin: 8px 0 0 !important;
	font-size: 13px !important;
	color: #667085 !important;
}

@media (max-width: 600px) {
	.vistapay-givewp-hpf-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
