/**
 * IWM Conditional Variations – front end styles.
 */

.iwm-cv-custom-question-wrap {
	margin-bottom: 1em;
}

.iwm-cv-custom-question-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.iwm-cv-custom-input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.iwm-cv-custom-textarea {
	min-height: 80px;
	resize: vertical;
}

.iwm-cv-conditional-wrap {
	margin-bottom: 1em;
}

.iwm-cv-fieldset {
	border: none;
	padding: 0;
	margin: 0 0 0.75em;
}

.iwm-cv-legend {
	font-weight: 600;
	display: block;
	margin-bottom: 0.5em;
}

.iwm-cv-choices {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.75em 1.25em;
}

.iwm-cv-choices label {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	cursor: pointer;
	font-weight: normal;
}

.iwm-cv-radio {
	margin: 0;
}

.iwm-cv-attribute-hidden {
	display: none !important;
}

.iwm-cv-debug-hint {
	font-size: 0.85em;
	color: #666;
	margin-top: 0.5em;
	padding: 0.25em 0.5em;
	background: #f5f5f5;
	border-radius: 3px;
}

.required {
	text-decoration: none;
}
