#payment-card-errors-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	max-width: 320px;
}

.payment-card-errors {
	background: #f44336;
	color: white;
	padding: 12px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	display: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}