/* ELEX RAQ Category Questions - front-end styling.
   Kept light so it inherits the theme/ELEX form look. */

.ercq-block {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 14px 16px;
	margin-top: 16px;
	background: #fafbfc;
}

.ercq-block-title {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 1rem;
}

.ercq-field .ercq-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
}

.ercq-options {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ercq-option {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin: 0;
}

.ercq-dimensions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ercq-dim-part {
	flex: 1 1 120px;
	min-width: 100px;
}
