/* London Baby 2026 — NBN/SBN ticket-button final style fix
   Scope: four NBN ticket links only. */
html body #detailActions a[href*="tickets/sbn-nbn-"].action-link,
html body #detailActions a[href*="/tickets/sbn-nbn-"].action-link,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"].action-link,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"].action-link {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 1 auto !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  height: 58px !important;
  padding: 8px 16px 8px 8px !important;
  gap: 12px !important;
  border: 1px solid rgba(190, 145, 255, .62) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 650 !important;
  font-synthesis: none !important;
  letter-spacing: -0.018em !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  isolation: isolate !important;
  cursor: pointer !important;
  background:
    radial-gradient(circle at 17% 18%, rgba(255,255,255,.40) 0%, rgba(255,255,255,.15) 28%, rgba(255,255,255,0) 48%),
    linear-gradient(160deg, #9b55ec 0%, #6b28c7 46%, #3d1178 100%) !important;
  box-shadow:
    0 18px 30px rgba(61, 17, 120, .24),
    0 5px 12px rgba(39, 12, 72, .12),
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 0 0 1px rgba(255,255,255,.10),
    inset 0 -2px 0 rgba(0,0,0,.30) !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"].action-link::before,
html body #detailActions a[href*="/tickets/sbn-nbn-"].action-link::before,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"].action-link::before,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"].action-link::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.29), rgba(255,255,255,.08) 42%, rgba(255,255,255,0) 76%),
    radial-gradient(ellipse at 12% 18%, rgba(255,255,255,.24), rgba(255,255,255,0) 38%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"].action-link::after,
html body #detailActions a[href*="/tickets/sbn-nbn-"].action-link::after,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"].action-link::after,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"].action-link::after {
  content: none !important;
  display: none !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"] .action-icon,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .action-icon,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .action-icon,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .action-icon,
html body #detailActions a[href*="tickets/sbn-nbn-"] .action-label,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .action-label,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .action-label,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .action-label {
  display: none !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"] .lb-sg-icon,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .lb-sg-icon,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .lb-sg-icon,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .lb-sg-icon {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.50), rgba(255,255,255,.20) 42%, rgba(255,255,255,.08) 100%) !important;
  border: 1px solid rgba(255,255,255,.30) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.48),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 7px 16px rgba(0,0,0,.15) !important;
  line-height: 0 !important;
  font-size: 0 !important;
  text-shadow: none !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"] .lb-sg-icon svg,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .lb-sg-icon svg,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .lb-sg-icon svg,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .lb-sg-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.05 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"] .lb-sg-label,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .lb-sg-label,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .lb-sg-label,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .lb-sg-label {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: -0.018em !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.22) !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"] .lb-sg-chevron,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .lb-sg-chevron,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .lb-sg-chevron,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .lb-sg-chevron {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  color: rgba(255,255,255,.96) !important;
  -webkit-text-fill-color: rgba(255,255,255,.96) !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

html body #detailActions a[href*="tickets/sbn-nbn-"] .lb-sg-chevron svg,
html body #detailActions a[href*="/tickets/sbn-nbn-"] .lb-sg-chevron svg,
html body .detail-backdrop a[href*="tickets/sbn-nbn-"] .lb-sg-chevron svg,
html body .detail-backdrop a[href*="/tickets/sbn-nbn-"] .lb-sg-chevron svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
