/* MyLife: keep template look; hide removed sections/cards after hydrate */

/* Homepage blog strip */
section[data-framer-name="Blogs"],
section.framer-1mujtex {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

/* Our team: hide every carousel card after the first (space-tolerant flex styles) */
#testimonials [style*="display: flex"][style*="gap"] > div:not(:first-child),
#testimonials [style*="display:flex"][style*="gap"] > div:not(:first-child),
#testimonials [style*="flex-shrink"] ~ [style*="flex-shrink"] {
  display: none !important;
}

#testimonials [style*="cursor: grab"],
#testimonials [style*="cursor:grab"] {
  cursor: default !important;
  justify-content: center !important;
}
