/* === Nova Ek Düzenleme: Tüm ekranlarda aynı oran (440x550) === */

.player-photo,
.friend-photo,
.duel-player-photo,
.duel-player-score img,
.ranking-player-photo,
.players-list img {
  border-radius: 12px !important;
  object-fit: cover !important;
  display: block;
  overflow: hidden;
  background: #fff;
}

/* Boyutlar oranlı (genişlik * 1.25 = yükseklik) */
.player-photo,
.friend-photo,
.players-list img { width: 50px !important; height: 62px !important; }

.duel-player-photo { width: 80px !important; height: 100px !important; }

.duel-player-score img { width: 70px !important; height: 88px !important; }

.ranking-player-photo { width: 60px !important; height: 75px !important; }
