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

/* Tarot 2026 transparent wordmark: match desktop navigation scale. */
@media (min-width: 992px) {
  .site-header .logo .logo-link-img img,
  .header .logo .logo-link-img img,
  .logo .logo-link-img img {
    max-width: 310px;
    width: 310px;
    height: auto;
  }

  .site-footer .logo.navbar-footer .img-logo img {
    max-width: 300px;
    width: 300px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-logo .logo.navbar-footer .img-logo img {
    width: 300px !important;
    max-width: 300px !important;
  }
}
