.silver-bg {
  border-radius: 0.375rem;
  padding: 2.5rem 2.5rem;
  background: linear-gradient(180deg, #a19d9433, #43323700 39.35%), #2f2631;
}

.rank-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}

.rank-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.rank-number {
  font-size: 3.75rem;
  font-weight: 700w;
}

.rank-icon-wrapper {
  border-radius: 9999px;
  padding: 0.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rank-icon {
  width: 60px;
  height: 60px;
}

.rank-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.rank-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .silver-bg {
    padding: 1.5rem 1rem;
  }
}
