/**
 * Inmovilla Demands Form
 * Minimal, theme-agnostic styles for the property "ask about this" form.
 */

.ccrmre-demands-form {
	max-width: 480px;
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.ccrmre-demands-form__title {
	margin: 0 0 15px 0;
}

.ccrmre-demands-form__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}

.ccrmre-demands-form__field {
	flex: 1 1 100%;
	margin: 0 0 12px 0;
}

.ccrmre-demands-form__field--half {
	flex: 1 1 calc(50% - 15px);
}

.ccrmre-demands-form__field label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.ccrmre-demands-form__field--checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-weight: normal;
}

.ccrmre-demands-form__field input[type="text"],
.ccrmre-demands-form__field input[type="email"],
.ccrmre-demands-form__field input[type="tel"],
.ccrmre-demands-form__field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}

.ccrmre-demands-form__field--submit {
	flex-basis: 100%;
}

.ccrmre-demands-form__message {
	flex-basis: 100%;
	min-height: 1.2em;
}

.ccrmre-demands-form__message--success {
	color: #008a20;
}

.ccrmre-demands-form__message--error {
	color: #d63638;
}

.ccrmre-demands-form__reference {
	margin: 15px 0 0 0;
	color: #666;
	font-size: 0.9em;
}
