/* Enquête de satisfaction WooCommerce */

.wcsat-answer-button {
	display: inline-block;
}

.wcsat-already-answered {
	margin: 1em 0;
}

.wcsat-survey {
	max-width: 680px;
}

.wcsat-field {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
}

.wcsat-field legend,
.wcsat-field > label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.75em;
}

.wcsat-field .required {
	color: #c0392b;
}

.wcsat-option {
	display: block;
	margin: 0.4em 0;
	cursor: pointer;
}

.wcsat-option input {
	margin-right: 0.5em;
}

/* Échelle 0-10 */
.wcsat-scale {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
}

.wcsat-scale-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 2.4em;
	padding: 0.5em 0.3em;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.wcsat-scale-item:hover {
	border-color: #888;
}

.wcsat-scale-item input {
	margin: 0 0 0.25em;
}

.wcsat-scale-item:has(input:checked) {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.wcsat-scale-legend {
	display: flex;
	justify-content: space-between;
	font-size: 0.85em;
	color: #666;
	margin-top: 0.5em;
}

.wcsat-field--textarea textarea {
	width: 100%;
}

.wcsat-submit {
	margin-top: 0.5em;
}
