/* Celebridades — hub / vitrine */
body.sf-celeb-hub-view .sf-mod-content-panel {
  display: none !important;
}
.sf-celeb-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
.sf-celeb-offer-card {
  border: 2px solid rgba(124, 58, 237, 0.2);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}
.sf-celeb-offer-card h3 {
  font-size: 1rem;
  color: #831843;
  margin: 0 0 0.35rem;
}
.sf-celeb-offer-meta {
  font-size: 0.78rem;
  color: #9d174d;
}
.sf-celeb-vip-links a {
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid #fbcfe8;
  color: #831843;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}
.sf-celeb-vip-links a:hover {
  background: #fce7f3;
}
.sf-celeb-btn {
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.55rem;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c3aed, #db2777);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
