/* Upgrade 172 — Home sphere visual cards only
   The generated sphere images already contain their own service wording.
   Hide any legacy overlay labels and text/data cards so reseeded or cached
   content cannot add duplicate text over the artwork. */
.hero-home .home-sphere-card .card-label,
.hero-home .home-sphere-card .data-card-content {
  display: none !important;
}

.hero-home .home-sphere-card.is-data {
  display: none !important;
}

.hero-home .home-sphere-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
