/* ClutchHub v192 — profil rozet yerleşimi ve Profil Stüdyosu temizliği. */

.profile-px-main .profile-command-badges {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.profile-command-badges.user-badges-upgraded {
  display: block !important;
}

.profile-command-badges .user-badges-v189-panel {
  display: block !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}

.profile-command-badges .user-badges-v189-head,
.profile-command-badges .user-badges-v189-grid,
.profile-command-badges .user-badges-v189-detail {
  grid-column: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.profile-command-badges .user-badges-v189-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
  gap: 12px !important;
}

.profile-command-badges .user-badge-v189 {
  box-sizing: border-box !important;
  grid-template-rows: 76px minmax(32px, auto) 1fr !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 166px !important;
  padding: 10px 9px 12px !important;
}

.profile-command-badges .user-badge-v189 strong {
  display: -webkit-box !important;
  overflow: hidden !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.profile-command-badges .user-badge-v189 small {
  overflow-wrap: anywhere;
}

.profile-px-customizer {
  display: none !important;
}

@media (max-width: 720px) {
  .profile-command-badges .user-badges-v189-head {
    flex-wrap: wrap;
  }

  .profile-command-badges .user-badges-v189-summary {
    width: fit-content;
  }

  .profile-command-badges .user-badges-v189-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .profile-command-badges .user-badges-v189-detail {
    grid-template-columns: 46px minmax(0, 1fr) !important;
  }
}
