/**
 * Voihost Moneris — on-page card field styling.
 * The inputs themselves live inside the Moneris iframe (styled via HT css_* params in the template);
 * this styles the trust-building container around them.
 */

.voihost-moneris-fields {
	max-width: 480px;
	border: 1px solid #e3e6ea;
	border-radius: 10px;
	background: #ffffff;
	padding: 16px 16px 14px;
	box-shadow: 0 1px 3px rgba( 16, 24, 40, 0.06 );
}

.voihost-moneris-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef0f3;
}

.voihost-moneris-lock {
	display: inline-flex;
	color: #1a8a4a;
}

.voihost-moneris-secure-text {
	font-weight: 600;
	font-size: 14px;
	color: #1a1a1a;
	letter-spacing: 0.1px;
}

.voihost-moneris-cards {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.voihost-moneris-cards svg {
	display: block;
}

.voihost-moneris-frame {
	width: 100%;
	min-height: 200px;
	border: 0;
	display: block;
}

.voihost-moneris-note {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #6b7280;
}

.voihost-moneris-note svg {
	flex: 0 0 auto;
	margin-top: 1px;
	color: #9aa1ab;
}

.voihost-moneris-error {
	background: #fdecea;
	color: #b3261e;
	border: 1px solid #f5c6c2;
	border-radius: 6px;
	padding: 8px 12px;
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
}
