.evf-login-box,.evf-ballot,.evf-public-results{border:1px solid #ddd;padding:16px;border-radius:6px;background:#fafafa;margin:12px 0}
.evf-error{background:#ffecec;border-left:4px solid #e00;padding:8px;margin-bottom:10px}
.evf-success{background:#e7fff0;border-left:4px solid #2ecc71;padding:8px;margin-bottom:10px}
.evf-warning{background:#fff7e6;border-left:4px solid #ff9800;padding:8px;margin-bottom:10px}
.evf-btn{display:inline-block;padding:8px 14px;border:0;background:#0073aa;color:#fff;border-radius:4px;cursor:pointer}
.evf-btn:hover{background:#006799}
.evf-fieldset{border:1px dashed #ccc;padding:12px;border-radius:6px;margin:16px 0}
.evf-cand-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
.evf-candidate{background:#fff;border:1px solid #ddd;border-radius:6px;padding:10px;display:flex;gap:10px;align-items:flex-start}
.evf-cand-photo{max-width:64px;height:64px;object-fit:cover;border-radius:4px;border:1px solid #eee}
.evf-note{font-size:12px;color:#555}
