/* Section 20C: hide customer-facing store links for CCBill compliance on live.tarotandastrology.com */
body [class*="mm-on_demand"],
body a[href^="/exec/videostore"],
body a[href^="/exec/photostore"],
body a[href="/exec/purchased"] {
  display: none !important;
}
