/* 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;
}

.mobile-reader-join-cta {
  display: none;
}

/* Keep the footer call-to-action inside the mobile footer grid. */
@media (max-width: 767.98px) {
  .page-models.role-guest .mobile-reader-join-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem 0;
  }

  .page-models.role-guest .mobile-reader-join-cta .btn-live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  .page-models.role-guest .site-footer .footer-btn-wrapper {
    display: none;
  }

  .site-footer .footer-btn-wrapper {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .site-footer .footer-btn-wrapper .nav-item {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .site-footer .footer-btn-wrapper .btn-live {
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: center;
  }
}
