/* Mobile hero title cleanup for the dark LIVE-background hero. */
@media (max-width: 760px) {
  .hub-hero--live-background #hero-title span {
    position: relative;
    isolation: isolate;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  /* Remove the old poster-style white highlight layers that become too strong
     on the dark mobile hero. */
  .hub-hero--live-background #hero-title span::before,
  .hub-hero--live-background #hero-title span::after {
    content: none !important;
  }

  /* Keep only the intended pink accent under 「推せる。」. */
  .hub-hero--live-background #hero-title span:nth-child(2)::after {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: -6%;
    right: -12%;
    bottom: 3px;
    height: 8px;
    z-index: -1;
    background: var(--live) !important;
    opacity: 1 !important;
    transform: rotate(-5deg);
    clip-path: polygon(0 60%, 100% 0, 94% 80%, 3% 100%);
    pointer-events: none;
  }
}
