/**
 * Checkout UI for Purchase Order gateway fields.
 * Minimal styling — inherits theme / WooCommerce form styles.
 */

.ovpo-fields {
	margin: 0.75em 0 0;
	padding: 0;
	border: 0;
}

.ovpo-fields .form-row {
	margin-bottom: 1em;
}

.ovpo-fields .ovpo-upload-helper,
.ovpo-fields .description {
	display: block;
	margin-top: 0.35em;
	font-size: 0.9em;
	opacity: 0.85;
}

.ovpo-approval-instructions {
	margin-bottom: 0.75em;
}

.ovpo-fields .ovpo-file-input {
	width: 100%;
	max-width: 100%;
}

.ovpo-thankyou {
	margin: 1.5em 0;
}

.ovpo-customer-order-details {
	margin-top: 2em;
}

/* Ensure file input remains usable after checkout fragment refresh */
#payment .ovpo-fields input[type="file"] {
	background: transparent;
}
