/*
 * NINGUNA — MOBILE EDITORIAL ART
 * Vectorized display lettering for mobile only.
 * Desktop keeps the approved live-text composition unchanged.
 */
.mobile-editorial-art {
  display: none;
}

@media (max-width: 700px) {
  .editorial-live-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .mobile-editorial-art {
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
  }

  .mobile-editorial-art--hero-secondary {
    width: auto;
    height: 1em;
    margin: 0;
  }

  .mobile-editorial-art--hero-primary {
    width: 100%;
  }

  .readings[data-component="reading-experience"] .reading-title {
    color: transparent;
    -webkit-text-stroke: 0;
  }

  .readings[data-component="reading-experience"] .reading-title-art {
    width: auto;
    height: 1em;
  }

  .closing-outline {
    -webkit-text-stroke: 0;
  }

  .closing-outline-art {
    width: 100%;
  }
}
