.evc-widget-wrapper { margin: 0 0 18px 0; }

.elegant-views-counter-badge {
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 0 20px;
  background: #232323;
  color: #fff;
  min-height: 50px;
  font-family: inherit;
  font-size: 1.18em;
  box-shadow: 0 1px 4px #0001;
  margin-bottom: 0;
  border-left: 7px solid #0C7FBA;
  gap: 12px;
}
.evc-count {
  font-weight: bold;
  font-size: 1.09em;
  margin-right: 8px;
}
.evc-label {
  font-size: 0.98em;
  opacity: 0.75;
}
.evc-icon { display: none; }

.evc-low, .evc-decent, .evc-medium, .evc-good, .evc-great, .evc-star,
.evc-champion, .evc-pro, .evc-elite, .evc-legend {
  background: #232323;
  color: #fff;
}

/* Classifica */
.elegant-views-ranking {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.evc-rank-item {
  display: flex;
  align-items: center;
  background: #333333;
  border-radius: 9px;
  margin-bottom: 13px;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 0 0 0;
  min-height: 54px;
}
.evc-rank-num {
  background: #0C7FBA;
  color: #fff !important;
  font-weight: 900;
  font-size: 2em;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  margin-right: 18px;
  margin-left: 0;
  line-height: 1;
}
.evc-rank-title {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}
.evc-rank-title:hover { color: #0C7FBA; }
