/* Stage1072 mobile header scrollbar and Free Love overview shell repair */
@media (max-width: 1024px) {
  html body.lt-en-shell .lt-header.lt-en-header[data-stage1072-header-overview-repair="no-mainbar-scrollbar-single-free-card"] > .lt-mainbar {
    overflow: visible !important;
    scrollbar-width: none !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1072-header-overview-repair="no-mainbar-scrollbar-single-free-card"] > .lt-mainbar::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

body.lt-en-shell[data-route-key="freeLoveTarotReading"]
  main.lt-stage1036-tarot-page > section.lt-stage19-love-hero {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
/* /Stage1072 mobile header scrollbar and Free Love overview shell repair */
