/* Votes 2027 — Confronter les votes */

.votes2027-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 2rem 0; }

/* Filtres */
.votes2027-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }
.votes2027-theme-btn { font-size: 13px; padding: 6px 16px; border-radius: 20px; border: 1px solid #d0d0d0; background: #fff; color: #555; cursor: pointer; transition: all 0.15s; }
.votes2027-theme-btn.active { background: #1a2744; color: #fff; border-color: #1a2744; }
.votes2027-theme-btn:hover:not(.active) { background: #f5f5f5; }

/* Carte vote */
.votes2027-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }

/* En-tête */
.votes2027-header { margin-bottom: 10px; }
.votes2027-titre { font-size: 15px; font-weight: 600; margin: 0 0 6px; color: #1a2744; }
.votes2027-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.votes2027-date { font-size: 12px; color: #888; }
.votes2027-parlement { font-size: 11px; background: #E6F1FB; color: #0C447C; padding: 2px 8px; border-radius: 10px; }
.votes2027-theme-tag { font-size: 11px; background: #F1EFE8; color: #5F5E5A; padding: 2px 8px; border-radius: 10px; }

/* Contexte */
.votes2027-contexte { font-size: 13px; color: #555; line-height: 1.6; margin: 0 0 12px; padding: 10px 14px; border-left: 3px solid #e0e0e0; background: #fafafa; border-radius: 0 6px 6px 0; }

/* Positions */
.votes2027-positions { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.votes2027-parti-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 0.5px solid #f0f0f0; }
.votes2027-parti-row:last-child { border-bottom: none; }

/* Badges partis */
.votes2027-parti-badge { font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 12px; min-width: 70px; text-align: center; }
.votes2027-parti-badge.lfi { background: #EEEDFE; color: #3C3489; }
.votes2027-parti-badge.ps  { background: #FBEAF0; color: #72243E; }
.votes2027-parti-badge.eco { background: #EAF3DE; color: #27500A; }
.votes2027-parti-badge.hor { background: #E6F1FB; color: #0C447C; }
.votes2027-parti-badge.rn  { background: #FAEEDA; color: #633806; }
.votes2027-parti-badge.lr  { background: #F1EFE8; color: #444441; }
.votes2027-parti-badge.ren { background: #F1EFE8; color: #444441; }

/* Badges position de vote */
.votes2027-pos-badge { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 12px; letter-spacing: 0.3px; }
.v-pour       { background: #E1F5EE; color: #0F6E56; }
.v-contre     { background: #FCEBEB; color: #A32D2D; }
.v-abstention { background: #FAEEDA; color: #854F0B; }
.v-absent     { background: #F1EFE8; color: #5F5E5A; }
.v-na         { background: #F1EFE8; color: #888780; }

/* Détail */
.votes2027-detail { font-size: 12px; color: #555; flex: 1; }

/* Cohérence */
.votes2027-coherence { font-size: 11px; padding: 2px 8px; border-radius: 10px; white-space: nowrap; }
.c-coherent   { background: #E1F5EE; color: #0F6E56; }
.c-incoherent { background: #FCEBEB; color: #A32D2D; }
.c-partiel    { background: #FAEEDA; color: #854F0B; }

/* Résultat */
.votes2027-resultat-wrap { background: #f8f8f8; border-radius: 8px; padding: 10px 14px; margin-bottom: 10px; }
.votes2027-resultat-label { font-size: 11px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 4px; }
.votes2027-resultat { font-size: 13px; color: #333; line-height: 1.6; margin: 0; }

/* Source */
.votes2027-source { font-size: 11px; color: #aaa; margin: 0; padding-top: 8px; border-top: 0.5px solid #f0f0f0; }

/* Vide */
.votes2027-empty { font-size: 14px; color: #aaa; font-style: italic; }

/* Notice */
.votes2027-notice { font-size: 11px; color: #aaa; margin-top: 1.5rem; font-style: italic; }

@media (max-width: 600px) {
    .votes2027-parti-row { flex-direction: column; align-items: flex-start; }
}
