@media (max-width: 760px), (hover: none), (pointer: coarse) {
  .oa-mobile-mono-scramble {
    position: relative;
  }

  .oa-mobile-mono-scramble.is-decoding {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }

  .oa-mobile-mono-scramble-copy {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    color: var(--oa-mobile-mono-color, currentColor);
    font: inherit;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    white-space: inherit;
    pointer-events: none;
    -webkit-text-fill-color: currentColor;
  }
}

@media (prefers-reduced-motion: reduce), (forced-colors: active) {
  .oa-mobile-mono-scramble-copy {
    display: none !important;
  }

  .oa-mobile-mono-scramble.is-decoding {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
  }
}
