/* MyLife: hide template hero switcher + blog links */
[data-framer-name="Hero Options"],
[data-framer-name="Hero Options "] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Floating Framer "Get Template" purchase button */
.framer-1px5wmp-container,
.framer-RJWfb,
a[href*="buy.polar.sh"],
a[href*="polar_cl_"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

a[href="./blog"],
a[href="/blog"],
a[href="./blog/"],
a[href="/blog/"] {
  display: none !important;
}
p:has(> a[href="./blog"]),
p:has(> a[href="/blog"]) {
  display: none !important;
}
