/**
 * Frontend checkout styles for EPX Payment Gateway
 * Minimal styling - theme handles most presentation
 */

/* Test mode notice */
.epx-test-mode-notice {
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-left: 4px solid #ffc107;
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 4px;
	color: #856404;
	font-weight: 600;
}

/* Gateway icon in classic checkout */
.payment_method_epx img {
	max-height: 32px;
	width: auto;
}

/* Validation message display */
.epx-error-message {
	display: block;
	margin-top: 5px;
}

.epx-success-message {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
