.uf-player-profile-vote-status {
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:8px 0 14px;
}

.uf-player-profile-vote-badge,
.uf-player-profile-vote-total {
  align-items:center;
  display:inline-flex;
  min-height:30px;
}

.uf-player-profile-vote-badge {
  background:linear-gradient(180deg,#f8d67a,#c49231);
  border:2px solid #120e06;
  box-shadow:inset 0 0 0 1px #fff0b4,3px 3px 0 rgba(0,0,0,.34);
  color:#211705;
  font-family:var(--uf-font-display);
  font-size:12px;
  font-weight:900;
  gap:6px;
  letter-spacing:.06em;
  padding:5px 9px;
  text-transform:uppercase;
}

.uf-player-profile-vote-badge svg {
  height:15px;
  stroke-width:2.6;
  width:15px;
}

.uf-player-profile-vote-total {
  background:rgba(9,14,15,.82);
  border:2px solid #6f5a29;
  box-shadow:2px 2px 0 rgba(0,0,0,.3);
  color:#ffe9aa;
  font-size:12px;
  font-weight:800;
  padding:5px 9px;
}

@media (max-width:640px) {
  .uf-player-profile-vote-status {
    justify-content:center;
  }
}
