.captcha-math-field {
	padding: 15px;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s ease;
	width: 30%;
}

.cta-button {
	cursor: pointer;
}

.success-message, .error-message {
	margin-top: 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
}
.success-message {
	color: #00ff00;
}
.error-message {
	color: #ff0000;
}