/* London Baby 2026 — FINAL mobile gold plaque no-split fix
   Target: iPhone/mobile event title plaques and CONFIRMED pills only.
   This removes the left/right metallic split by eliminating horizontal
   gold gradients and pseudo-overlay layers at mobile breakpoints. */

@media (max-width: 900px) {
  html body #app.app-shell .entries .entry-card.golden-horizon-card .tag.confirmed,
  html body #app.app-shell .entries .entry-card .tag.confirmed,
  html body .entries .entry-card .tag.confirmed,
  html body .tag.confirmed {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    color: #6f4709 !important;
    background-image: none !important;
    background-color: #e6c464 !important;
    background:
      radial-gradient(circle at 16% 24%, rgba(255,255,255,.90) 0 2px, rgba(255,255,255,0) 9px),
      linear-gradient(180deg,
        #fff2bf 0%,
        #f4d77b 34%,
        #dfb246 72%,
        #c89624 100%) !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(173,119,24,.42) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.75),
      inset 0 -1px 0 rgba(91,58,8,.18),
      0 4px 10px rgba(130,88,18,.13) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.52) !important;
    transform: none !important;
    filter: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  html body #app.app-shell .entries .entry-card.golden-horizon-card .tag.confirmed::before,
  html body #app.app-shell .entries .entry-card.golden-horizon-card .tag.confirmed::after,
  html body #app.app-shell .entries .entry-card .tag.confirmed::before,
  html body #app.app-shell .entries .entry-card .tag.confirmed::after,
  html body .entries .entry-card .tag.confirmed::before,
  html body .entries .entry-card .tag.confirmed::after,
  html body .tag.confirmed::before,
  html body .tag.confirmed::after {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }

  html body #app.app-shell .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3,
  html body #app.app-shell .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3,
  html body .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3,
  html body .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3 {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    color: #21190d !important;
    background-image: none !important;
    background-color: #e4bf5c !important;
    background:
      radial-gradient(ellipse at 16% 0%, rgba(255,255,255,.46) 0%, rgba(255,255,255,0) 48%),
      linear-gradient(180deg,
        #f7e3a2 0%,
        #e8c76e 36%,
        #d4a545 76%,
        #bd8a24 100%) !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(151,105,26,.36) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.72),
      inset 0 -1px 0 rgba(92,58,9,.16),
      0 1px 0 rgba(255,255,255,.64),
      0 8px 16px rgba(80,58,19,.10) !important;
    transform: none !important;
    filter: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  html body #app.app-shell .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3::before,
  html body #app.app-shell .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3::after,
  html body #app.app-shell .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3::before,
  html body #app.app-shell .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3::after,
  html body .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3::before,
  html body .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3::after,
  html body .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3::before,
  html body .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3::after {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }

  html body #app.app-shell .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3 *,
  html body #app.app-shell .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3 * {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }
}
