.ranking {
  padding: 10px 0 10px 0;
}

.ranking-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  background-color: #4B4B4B;
}

h3 {
  font-size: 14px;
  color: #FFF;
  background-color: #4B4B4B;
}

.rank-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  padding: 0 10px;
}

.rank-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-icon {
  position: relative;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  flex-shrink: 0;
  padding: 0 10px;
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rank-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}