.vm-vote-wrap{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.vm-vote-btn{
  border:1px solid #ccd0d4;
  background:#fff;
  padding:4px 10px;
  border-radius:6px;
  cursor:pointer;
  line-height:1.2;
}
.vm-vote-btn:hover{ background:#f6f7f7; }
.vm-vote-btn.is-active{
  border-color:#2271b1;
  box-shadow:0 0 0 1px #2271b1 inset;
}
.vm-vote-count{
  min-width:22px;
  text-align:center;
  font-weight:600;
}
.vm-vote-status{
  margin-left:8px;
  font-size:12px;
  color:#1d2327;
}
.vm-vote-status.is-error{ color:#b32d2e; }

.vm-millas-table{
  width:100%;
  border-collapse:collapse;
}
.vm-millas-table th, .vm-millas-table td{
  border:1px solid #e5e5e5;
  padding:8px;
}
