/* ============================================
   RGP29 EVENT - Hide right panel progress/nav
   /tickets/soldout AND /tickets/cohen pages
   ============================================ */
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/soldout"]
) div.order-1.bg-system-slate-100 h1,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/soldout"]
) div.order-1.bg-system-slate-100 p.b3,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/soldout"]
) div.order-1.bg-system-slate-100 .b3.mt-4,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/soldout"]
) div.order-1.bg-system-slate-100 .progress-bar,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/soldout"]
) div.order-1.bg-system-slate-100 .ticket-nav-link-container,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen"]
) div.order-1.bg-system-slate-100 h1,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen"]
) div.order-1.bg-system-slate-100 p.b3,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen"]
) div.order-1.bg-system-slate-100 .b3.mt-4,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen"]
) div.order-1.bg-system-slate-100 .progress-bar,
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen"]
) div.order-1.bg-system-slate-100 .ticket-nav-link-container {
  display: none !important;
}
/* ============================================
   RGP29 EVENT - Rename "Payment" button to "Submit"
   /tickets/cohen2 page ONLY
   ============================================ */
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen2"]
) button[data-target="payment"].continue {
  font-size: 0 !important;
}
body[data-keyword="rgp29"] .content-max-width:has(
  button[data-url*="tickets/cohen2"]
) button[data-target="payment"].continue::before {
  content: "Submit";
  font-size: 1rem;
}