.gptv-profile-content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.gptv-profile-content-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #151C28;
  min-height: 280px;
}

.gptv-profile-content-item img,
.gptv-profile-content-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gptv-premium-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(94, 86, 255, .95);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
}