/* MyLife feature wordmarks in the logo / social-proof bar */
#logos-showup .framer-UEPJM,
#logos-showup .framer-2q0VP,
#logos-showup .framer-cRvga,
#logos-showup .framer-z2WhB,
#logos-showup .framer-kMAuP,
#logos-showup .framer-36Vpm {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  background-color: transparent !important;
  background-image: none !important;
  aspect-ratio: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#logos-showup .framer-UEPJM::after,
#logos-showup .framer-2q0VP::after,
#logos-showup .framer-cRvga::after,
#logos-showup .framer-z2WhB::after,
#logos-showup .framer-kMAuP::after,
#logos-showup .framer-36Vpm::after {
  font-family: "Inter", "SF Pro Display", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgb(130, 132, 148);
  white-space: nowrap;
}

#logos-showup .framer-UEPJM::after { content: "Calendar"; }
#logos-showup .framer-2q0VP::after { content: "Bills"; font-size: 1.25rem; }
#logos-showup .framer-cRvga::after { content: "Reminders"; }
#logos-showup .framer-z2WhB::after { content: "Tasks"; }
#logos-showup .framer-kMAuP::after { content: "Resume"; }
#logos-showup .framer-36Vpm::after { content: "AI Assist"; }
