/* sidebar-tops.css — CSS модуля modules\sidebar_tops */

.sidebar__top-section {
  margin-bottom: 15px;
  text-align: center;
}

.sidebar__top-section .sidebar__top-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(90, 185, 234, 0.2);
  text-align: center;
  color: #96afc0;
}

.sidebar__top-item {
  padding: 8px 5px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sidebar__top-item:hover {
  background-color: rgba(90, 185, 234, 0.1);
}

.sidebar__top-item .sidebar__top-item-pos {
  min-width: 30px;
  font-weight: 600;
  margin-right: 8px;
}

.sidebar__top-item .sidebar__top-item-avatar {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  flex-shrink: 0;
}

.sidebar__top-item .sidebar__top-item-info {
  text-align: center;
  flex: 1;
}

.sidebar__top-item .sidebar__top-item-name {
  font-weight: 500;
  color: #fff;
  font-size: 13px;
}

.sidebar__top-item-sub {
  font-size: 11px;
  color: #A4B3BA !important;
}

.sidebar__top-voters,
.sidebar__top-rich,
.sidebar__top-players {
  padding: 5px 0;
  text-align: center;
}

.sidebar__top-empty {
  text-align: center;
  color: #96afc0;
}

.sidebar__top-medal--gold   { color: #FFD700; }
.sidebar__top-medal--silver { color: #C0C0C0; }
.sidebar__top-medal--bronze { color: #CD7F32; }
