/* EncuentraTuChollo Votes — mantiene la identidad visual del sitio sin depender del tema. */
.etc-vote{--etc-vote-accent:var(--etc-color-accent,#b3f52e);--etc-vote-text:var(--etc-color-text,#2f2f2f);--etc-vote-brand:var(--etc-color-brand,#1558bd);--etc-vote-shadow:var(--etc-shadow-card,0 12px 32px rgba(28,27,24,.08));display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:20px 24px;border:1px solid #e3efcd;border-radius:22px;background:#fff;box-shadow:var(--etc-vote-shadow)}.etc-vote__eyebrow{margin:0 0 4px!important;color:var(--etc-vote-brand);font:800 12px/1 var(--etc-font-display,system-ui,sans-serif);letter-spacing:.05em;text-transform:uppercase}.etc-vote h2{margin:0!important;font:800 19px/1.25 var(--etc-font-display,system-ui,sans-serif);color:var(--etc-vote-text)}.etc-vote__actions{display:flex;flex:0 0 auto;gap:9px}.etc-vote__button{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 13px;border:1px solid #dedbd2;border-radius:999px;background:#f7f6f1;color:var(--etc-vote-text);font:800 13px/1 var(--etc-font-display,system-ui,sans-serif);cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.etc-vote__button:hover{transform:translateY(-1px)}.etc-vote__button svg,.etc-vote--compact svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.etc-vote__button strong{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#e8e5dc;font-size:11px}.etc-vote__button--up{color:#3c7b11}.etc-vote__button--up:hover,.etc-vote__button--up.is-selected{border-color:var(--etc-vote-accent);background:#edf8d8}.etc-vote__button--up strong{background:var(--etc-vote-accent);color:#253712}.etc-vote__button--down{color:#ba3b32}.etc-vote__button--down:hover,.etc-vote__button--down.is-selected{border-color:#efbdb8;background:#fff0ee}.etc-vote--compact{box-sizing:border-box;width:100%;margin:12px 0 0;padding:12px 0 0;border:0;border-top:1px solid #e4e2db;border-radius:0;background:#fff;color:var(--etc-vote-text);box-shadow:none;gap:12px}.etc-card:has(.etc-vote--compact) .etc-card__body{padding-bottom:12px}.etc-vote__compact-label{display:inline-flex;align-items:center;min-width:0;gap:6px;overflow:hidden;white-space:nowrap;font:800 12px/1.2 var(--etc-font-display,system-ui,sans-serif)}.etc-vote__compact-label>span{overflow:hidden;text-overflow:ellipsis}.etc-vote__users-icon{flex:0 0 auto;width:17px!important;height:17px!important}.etc-vote__compact-values{display:flex;flex:0 0 auto;align-items:center;gap:10px}.etc-vote__compact-item{display:inline-flex;align-items:center;gap:4px;font:800 12px/1 var(--etc-font-display,system-ui,sans-serif)}.etc-vote__compact-item svg{width:17px;height:17px}.etc-vote__compact-item--up{color:#3c7b11}.etc-vote__compact-item--down{color:#ba3b32}.etc-featured__content h1 a{color:var(--etc-color-text,#2f2f2f)}.etc-featured__content .etc-vote__compact-label{color:var(--etc-vote-brand)}@media(max-width:640px){.etc-vote{align-items:flex-start;flex-direction:column;gap:14px;padding:18px}.etc-vote__actions{width:100%}.etc-vote__button{flex:1;justify-content:center}.etc-vote__button strong{margin-left:auto}.etc-vote--compact{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:10px}.etc-vote__compact-label{font-size:11px}.etc-vote__compact-values{gap:8px;white-space:nowrap}.etc-vote__compact-item{font-size:11px}}
/* Las cifras y etiquetas de las votaciones compactas usan siempre el azul de marca. */
.etc-vote--compact,.etc-vote--compact .etc-vote__compact-label,.etc-vote--compact .etc-vote__compact-values,.etc-vote--compact .etc-vote__compact-item,.etc-vote--compact .etc-vote__compact-item strong{color:var(--etc-vote-brand)!important}
.etc-vote--compact .etc-vote__compact-item--up svg{color:#3c7b11!important}.etc-vote--compact .etc-vote__compact-item--down svg{color:#ba3b32!important}
