/* Ajelix CF — front-end form */

.ajelixcf-form label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.ajelixcf-form .ajelixcf-required-star {
	color: #c00;
}

.ajelixcf-form textarea {
	min-height: 120px;
	resize: vertical;
}

.ajelixcf-form .ajelixcf-submit {
	margin-top: 1.4em;
}

.ajelixcf-form .ajelixcf-button:disabled {
	opacity: 0.6;
	cursor: default;
}

.ajelixcf-message {
	padding: 0.7em 1em;
	border-radius: 4px;
	margin-bottom: 1em;
}

.ajelixcf-message-success {
	background: #e8f5e9;
	color: #1b5e20;
	border: 1px solid #a5d6a7;
}

.ajelixcf-message-error {
	background: #fdecea;
	color: #b71c1c;
	border: 1px solid #ef9a9a;
}

/* Honeypot: visually hidden, ignored by screen readers. */
.ajelixcf-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
