/* SEDMEN Votes Adhérents — styles front & admin */

.sedmen-vote-block,
.sedmen-vote-results-block {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.sedmen-vote-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.sedmen-vote-description {
	margin-bottom: 15px;
	color: #444;
}

.sedmen-vote-enddate {
	font-size: 0.9em;
	color: #777;
	margin-bottom: 15px;
}

.sedmen-vote-choices {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.sedmen-vote-choice {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.sedmen-vote-choice:hover {
	border-color: #999;
	background: #fafafa;
}

.sedmen-vote-choice input {
	flex-shrink: 0;
}

.sedmen-vote-submit {
	background: #1d3557;
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
}

.sedmen-vote-submit:hover {
	background: #14263f;
}

.sedmen-vote-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.sedmen-vote-feedback {
	min-height: 1.2em;
	font-size: 0.9em;
	margin: 8px 0;
}

.sedmen-vote-feedback.is-error {
	color: #c0392b;
}

.sedmen-vote-feedback.is-success {
	color: #1e7e34;
}

.sedmen-vote-closed-notice,
.sedmen-vote-voted-notice {
	font-style: italic;
	color: #555;
	margin-bottom: 12px;
}

/* Résultats */

.sedmen-vote-results {
	margin-top: 10px;
}

.sedmen-vote-voters-count {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 10px;
}

.sedmen-vote-result-row {
	margin-bottom: 12px;
}

.sedmen-vote-result-label {
	display: flex;
	justify-content: space-between;
	font-size: 0.95em;
	margin-bottom: 4px;
}

.sedmen-vote-result-pct {
	font-weight: 700;
}

.sedmen-vote-bar-bg {
	background: #eceff1;
	border-radius: 4px;
	overflow: hidden;
	height: 10px;
}

.sedmen-vote-bar-fill {
	background: linear-gradient(90deg, #1d3557, #457b9d);
	height: 10px;
	transition: width 0.4s ease;
}

/* Liste des sondages */

.sedmen-vote-liste-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sedmen-badge {
	display: inline-block;
	font-size: 0.75em;
	padding: 2px 8px;
	border-radius: 10px;
	margin-left: 6px;
	vertical-align: middle;
}

.sedmen-badge-open {
	background: #fff3cd;
	color: #856404;
}

.sedmen-badge-done {
	background: #d4edda;
	color: #155724;
}

.sedmen-badge-closed {
	background: #e2e3e5;
	color: #383d41;
}

.sedmen-vote-notice {
	background: #f8f9fa;
}

/* Admin */
.sedmen-choice-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
