.events-public-shell {
  --event-border: #e4e0ea;
  --event-gradient: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
  --event-hover-gradient: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  --event-field-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
  --event-ink: #17233c;
  --event-muted: #5f6f82;
  --event-pink: #ee0979;
  --event-brand-accent: #136f63;
  --event-front-accent: #136f63;
  --event-front-accent-soft: rgba(19, 111, 99, .09);
  --event-detail-content-width: 1040px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f5f8fb;
  color: var(--event-ink);
}

.events-public-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.events-public-wrap > .public-hero {
  margin-bottom: 28px;
}

.events-catalog-hero {
  border-radius: 0;
  box-shadow: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.events-catalog-hero .container {
  max-width: 1140px;
}

.events-public-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 -18px 24px;
  padding: 14px 18px;
  border: 1px solid rgba(36, 48, 52, 0.08);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(36, 48, 52, 0.08);
  backdrop-filter: blur(12px);
}

.events-public-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  text-decoration: none;
}

.events-public-logo:hover {
  color: #111111;
  text-decoration: none;
}

.events-public-logo img {
  width: 52px;
  height: 52px;
  border-radius: 11px;
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(220, 53, 6, 0.18);
}

.events-public-logo img.event-custom-brand-logo {
  width: auto;
  max-width: 132px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.event-detail-page.has-event-custom-brand .events-logo-text strong {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.08;
}

.events-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.events-logo-text strong {
  color: #111111;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.events-logo-text small {
  align-self: flex-start;
  margin-top: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--event-front-accent-soft);
  color: var(--event-brand-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.events-public-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-public-nav a {
  color: #4f5960;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.events-public-nav a:hover {
  color: var(--event-brand-accent);
}

.events-public-nav .events-nav-cta {
  min-height: 38px;
  padding: 0 16px;
}

.event-public-detail-wrap {
  width: min(94vw, var(--event-detail-content-width));
  max-width: var(--event-detail-content-width);
  padding-bottom: 34px;
}

.events-hero,
.event-detail-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(36, 48, 52, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(36, 48, 52, 0.09);
}

.events-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 0;
  min-height: 420px;
}

.events-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.events-kicker {
  margin: 0 0 12px;
  color: var(--event-brand-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.events-hero h1,
.event-detail-title h1 {
  margin: 0;
  color: #1d1230;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.events-hero p,
.event-detail-title p {
  margin: 18px 0 0;
  color: #5f6870;
  font-size: 17px;
  line-height: 1.6;
}

.events-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.events-button,
.events-nav-cta,
.events-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.events-button,
.events-nav-cta {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ffffff !important;
  line-height: 1;
  box-shadow: var(--event-field-shadow);
  transition: color .5s, box-shadow .5s;
}

.events-button:before,
.events-button:after,
.events-nav-cta:before,
.events-nav-cta:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity .5s, visibility .5s;
}

.events-button:before,
.events-nav-cta:before {
  background: var(--event-gradient);
}

.events-button:after,
.events-nav-cta:after {
  background: var(--event-hover-gradient);
  opacity: 0;
  visibility: hidden;
}

.events-button:hover,
.events-button:focus,
.events-nav-cta:hover,
.events-nav-cta:focus {
  background: transparent;
  color: #ffffff !important;
  text-decoration: none;
  outline: 0;
}

.events-button:hover:before,
.events-button:focus:before,
.events-nav-cta:hover:before,
.events-nav-cta:focus:before {
  opacity: 0;
  visibility: hidden;
}

.events-button:hover:after,
.events-button:focus:after,
.events-nav-cta:hover:after,
.events-nav-cta:focus:after {
  opacity: 1;
  visibility: visible;
}

.events-button i {
  font-size: 18px;
  line-height: 1;
}

.events-button-outline {
  border: 1px solid rgba(36, 48, 52, 0.18);
  background: #ffffff;
  color: #243034;
}

.events-button-outline:hover,
.events-button-outline:focus {
  border-color: #136f63;
  color: #136f63;
  text-decoration: none;
}

.events-hero-media {
  min-height: 420px;
  background-image: linear-gradient(135deg, rgba(19, 111, 99, 0.18), rgba(220, 53, 6, 0.22)), url("../../images/gallery/events1.jpg");
  background-position: center;
  background-size: cover;
}

.events-filter {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 220px auto;
  gap: 12px;
  align-items: center;
  margin: 28px 0 8px;
  padding: 14px;
  border: 1px solid rgba(36, 48, 52, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.events-filter-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(36, 48, 52, 0.16);
  border-radius: 8px;
  background: #ffffff;
}

.events-filter-field i {
  color: #136f63;
  font-size: 20px;
}

.events-filter input,
.events-filter select {
  width: 100%;
  height: 44px;
  margin: 0;
  border: 0;
  color: #243034;
  font-size: 14px;
  outline: 0;
}

.events-filter select {
  display: block;
}

.events-filter-select {
  position: relative;
}

.events-filter-select select {
  appearance: auto;
  background: transparent;
  cursor: pointer;
  display: block !important;
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
  z-index: 2;
}

.events-filter-select .nice-select {
  display: none !important;
}

.events-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 34px 0 18px;
}

.events-section-heading h2 {
  margin: 0;
  color: #1d1230;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.events-section-heading p {
  margin: 6px 0 0;
  color: #677377;
  font-size: 14px;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 0 34px;
}

.event-card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(36, 48, 52, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(36, 48, 52, 0.08);
}

.event-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f1;
}

.event-card-media img,
.event-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card-date {
  position: absolute;
  left: 14px;
  top: 14px;
  min-width: 58px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #1d1230;
  text-align: center;
  box-shadow: 0 8px 20px rgba(36, 48, 52, 0.12);
}

.event-card-date span {
  display: block;
  color: #dc3506;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.event-card-date strong {
  display: block;
  margin-top: 3px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.event-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.event-card-title {
  display: -webkit-box;
  overflow: hidden;
  color: #1d1230;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-card-title:hover {
  color: #136f63;
  text-decoration: none;
}

.event-card-summary {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  margin: 10px 0 16px;
  color: #677377;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-meta-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #5f6870;
  font-size: 13px;
  list-style: none;
}

.event-meta-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.event-meta-list i {
  color: #136f63;
  font-size: 17px;
}

.event-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
}

.event-price-label {
  display: block;
  color: #7a8387;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-price {
  margin: 4px 0 0;
  color: #223354;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.event-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #136f63;
  color: #ffffff;
  text-decoration: none;
}

.event-open-button:hover {
  background: #0f5f55;
  color: #ffffff;
  text-decoration: none;
}

.events-empty {
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0 40px;
  border: 1px dashed rgba(36, 48, 52, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #677377;
}

.events-empty i {
  color: #136f63;
  font-size: 46px;
}

.events-pagination {
  display: flex;
  justify-content: center;
  padding: 4px 0 42px;
}

.event-detail-page {
  padding: 28px;
  background: #f6f6f9;
}

.event-public-preview.event-desktop-preview {
  width: 100%;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(29, 39, 56, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(29, 39, 56, 0.09);
}

.event-desktop-topbar {
  display: grid;
  grid-template-columns: 240px minmax(280px, 480px) minmax(260px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 78px;
  padding: 0 28px;
  border-bottom: 1px solid var(--event-border);
}

.event-preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--event-ink);
  font-weight: 800;
  text-decoration: none;
}

.event-preview-brand:hover {
  color: var(--event-ink);
  text-decoration: none;
}

.event-preview-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.event-preview-wordmark {
  display: inline-flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.05;
}

.event-preview-wordmark small {
  color: var(--event-pink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-preview-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 42px;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #dedbe5;
  border-radius: 24px;
  background: #faf9fb;
  color: var(--event-muted);
}

.event-preview-search span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid var(--event-border);
  font-size: 13px;
  font-weight: 700;
}

.event-preview-search button {
  width: 42px;
  height: 42px;
  margin-right: 2px;
  border: 0;
  border-radius: 50%;
  background: var(--event-gradient);
  color: #fff;
}

.event-desktop-nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: var(--event-ink);
  font-size: 12px;
  font-weight: 700;
}

.event-desktop-nav a,
.event-desktop-nav span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--event-ink);
  text-decoration: none;
}

.event-desktop-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
  width: 100%;
  margin: 0 auto;
  padding: 48px 56px 80px;
}

.event-desktop-hero {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 6;
  min-height: 300px;
  max-height: 390px;
  overflow: hidden;
  background: #efeff2;
  border-bottom: 1px solid var(--event-border);
}

.event-desktop-main {
  max-width: 720px;
}

.event-public-full-content {
  grid-column: 1 / -1;
  min-width: 0;
}

.event-public-sales-ended-message {
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  background: #fff7ed;
  color: #7c2d12;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.event-public-sales-ended-message p,
.event-public-sales-ended-message ul,
.event-public-sales-ended-message ol {
  margin: 0 0 10px;
}

.event-public-sales-ended-message p:last-child,
.event-public-sales-ended-message ul:last-child,
.event-public-sales-ended-message ol:last-child {
  margin-bottom: 0;
}

.event-public-sales-ended-message ul,
.event-public-sales-ended-message ol {
  padding-left: 22px;
}

.event-public-cancelled-message {
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid #fecdd3;
  border-radius: 6px;
  background: #fff1f2;
  color: #881337;
  font-size: 15px;
  line-height: 1.55;
}

.event-public-cancelled-message h6 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #881337;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-public-cancelled-message p,
.event-public-cancelled-message ul,
.event-public-cancelled-message ol {
  margin: 0 0 10px;
}

.event-public-cancelled-message p:last-child,
.event-public-cancelled-message ul:last-child,
.event-public-cancelled-message ol:last-child {
  margin-bottom: 0;
}

.event-public-cancelled-message ul,
.event-public-cancelled-message ol {
  padding-left: 22px;
}

.event-desktop-main h4 {
  margin: 0;
  color: var(--event-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.event-desktop-main h5 {
  margin: 30px 0 12px;
  color: var(--event-ink);
  font-size: 20px;
  font-weight: 800;
}

.event-public-full-content h5 {
  margin: 34px 0 12px;
  color: var(--event-ink);
  font-size: 20px;
  font-weight: 800;
}

.event-public-full-content > h5:first-child {
  margin-top: 10px;
}

.event-desktop-actions {
  display: inline-flex;
  gap: 12px;
  color: var(--event-ink);
}

.event-preview-organizer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  color: var(--event-ink);
  font-weight: 700;
}

.event-preview-follow {
  min-width: 78px;
  min-height: 34px;
  margin-left: 16px;
  border: 1px solid var(--event-front-accent-soft);
  border-radius: 4px;
  background: #fff;
  color: var(--event-ink);
  font-weight: 700;
}

.event-preview-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0;
  color: var(--event-muted);
  font-weight: 600;
}

.event-muted,
.event-public-overview,
.event-public-overview p {
  color: var(--event-muted);
}

.event-public-overview,
.event-public-overview p {
  font-size: 15px;
  line-height: 1.65;
}

.event-public-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 4px;
  color: var(--event-muted);
  font-size: 13px;
  line-height: 1.3;
}

.event-public-details strong {
  margin-right: 2px;
  color: var(--event-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.event-public-details span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid var(--event-border);
  border-radius: 999px;
  background: var(--event-front-accent-soft);
  color: var(--event-front-accent);
  font-weight: 800;
}

.event-desktop-buy-card {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 20px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
}

.event-desktop-buy-card > strong {
  display: block;
  color: var(--event-ink);
  font-size: 16px;
  line-height: 1.25;
}

.event-public-ticket-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--event-front-primary);
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: none;
  box-shadow: none;
}

.event-public-ticket-button:hover,
.event-public-ticket-button:focus {
  background: var(--event-front-accent);
  color: #fff;
}

.event-public-sticky-ticket-bar {
  position: fixed;
  top: var(--event-sticky-ticket-top, 78px);
  right: 0;
  left: 0;
  z-index: 29;
  visibility: hidden;
  padding: 6px 28px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.event-public-sticky-ticket-bar.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.event-public-sticky-ticket-inner {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  width: min(94vw, var(--event-detail-content-width));
  margin: 0 auto;
  min-height: 96px;
  padding: 14px 22px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 36px rgba(29, 39, 56, .14);
  backdrop-filter: blur(12px);
}

.event-public-sticky-ticket-image {
  width: 136px;
  height: 78px;
  border-radius: 6px;
  object-fit: cover;
}

.event-public-sticky-ticket-summary {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.event-public-sticky-ticket-summary strong {
  color: var(--event-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.event-public-sticky-ticket-summary span {
  overflow: hidden;
  color: var(--event-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-public-sticky-ticket-summary small {
  overflow: hidden;
  color: var(--event-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-public-sticky-ticket-bar .event-public-ticket-button {
  height: 42px;
  margin-top: 0;
}

.event-desktop-good-to-know {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.event-public-full-content .event-preview-lineup-list,
.event-public-full-content .event-desktop-good-to-know {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-phone-card {
  padding: 12px;
  margin: 12px 0 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(36, 23, 53, .08);
}

.event-phone-card strong {
  color: var(--event-ink);
  font-size: 13px;
  line-height: 1.2;
}

.event-preview-highlights {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
}

.event-preview-highlights span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: var(--event-muted);
  font-weight: 700;
  line-height: 1.35;
}

.event-preview-highlights .material-icons {
  color: var(--event-muted);
  font-size: 17px;
  line-height: 1.35;
}

.event-preview-faq {
  border-top: 1px solid var(--event-border);
}

.event-preview-faq:first-child {
  border-top: 0;
}

.event-preview-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  color: var(--event-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.event-preview-faq summary::-webkit-details-marker {
  display: none;
}

.event-preview-faq summary:after {
  content: "expand_more";
  font-family: "Material Icons";
  color: #2962ff;
  font-size: 18px;
  line-height: 1;
}

.event-preview-faq[open] summary:after {
  content: "expand_less";
}

.event-preview-faq-answer {
  padding: 13px 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #f7f6fa;
  color: var(--event-muted);
  font-weight: 700;
}

.event-preview-lineup-list,
.event-preview-agenda-list {
  display: grid;
  gap: 12px;
}

.event-preview-agenda-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--event-border);
}

.event-preview-agenda-tabs button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--event-muted);
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
}

.event-preview-agenda-tabs button.active {
  border-bottom-color: var(--event-front-accent);
  border-radius: 8px 8px 0 0;
  background: var(--event-front-accent-soft);
  color: var(--event-front-accent);
}

.event-preview-agenda-group {
  display: none;
}

.event-preview-agenda-group.active {
  display: grid;
  gap: 12px;
}

.event-partners-scroller {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.event-partner-logo-card {
  display: grid;
  place-items: center;
  flex: 0 0 170px;
  height: 86px;
  padding: 14px 18px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(36, 23, 53, .06);
  scroll-snap-align: start;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.event-partner-logo-card:hover,
.event-partner-logo-card:focus-visible {
  border-color: var(--event-front-accent);
  box-shadow: 0 14px 30px rgba(29, 39, 56, .12);
  outline: none;
  transform: translateY(-1px);
}

.event-partner-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: var(--partner-logo-focus-x, 50%) var(--partner-logo-focus-y, 50%);
}

.event-preview-lineup-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.event-preview-lineup-item:hover,
.event-preview-lineup-item:focus {
  border-color: var(--event-front-accent);
  box-shadow: 0 12px 28px rgba(29, 39, 56, .1);
  outline: none;
  transform: translateY(-1px);
}

.event-preview-lineup-item img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.event-preview-lineup-item strong,
.event-preview-agenda-item strong {
  display: block;
  color: var(--event-ink);
}

.event-preview-lineup-item span,
.event-preview-agenda-item span {
  display: block;
  color: var(--event-muted);
}

.event-preview-lineup-title {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--event-ink) !important;
}

.event-preview-lineup-title em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--event-front-accent-soft);
  color: var(--event-front-accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.event-preview-lineup-item small {
  display: inline-flex;
  margin-top: 6px;
  color: var(--event-front-accent);
  font-size: 12px;
  font-weight: 900;
}

.event-preview-lineup-item > .material-icons {
  color: var(--event-muted);
  font-size: 20px;
  justify-self: end;
}

.event-lineup-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  padding: 24px;
  background: rgba(23, 35, 60, .62);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

body.event-lineup-modal-open {
  overflow: hidden;
}

.event-lineup-modal-backdrop.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.event-lineup-modal {
  position: relative;
  width: min(94vw, 940px);
  max-height: min(88vh, 760px);
  overflow: hidden;
  padding: 28px 30px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(8, 18, 34, .28);
}

.event-lineup-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--event-muted);
  cursor: pointer;
}

.event-lineup-modal-close:hover,
.event-lineup-modal-close:focus {
  background: #f3f1f7;
  color: var(--event-ink);
  outline: none;
}

.event-lineup-modal h4 {
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--event-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.event-lineup-modal-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  min-height: 0;
}

.event-lineup-modal-list-wrap h5 {
  margin: 0 0 12px;
  color: var(--event-ink);
  font-size: 22px;
  font-weight: 800;
}

.event-lineup-modal-list {
  display: grid;
  max-height: 500px;
  gap: 12px;
  overflow-y: auto;
  padding-right: 6px;
}

.event-lineup-modal-list button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f5f2fa;
  color: var(--event-ink);
  cursor: pointer;
  text-align: left;
}

.event-lineup-modal-list button.active,
.event-lineup-modal-list button:hover,
.event-lineup-modal-list button:focus {
  border-color: var(--event-front-accent-soft);
  background: var(--event-front-accent-soft);
  outline: none;
}

.event-lineup-modal-list img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.event-lineup-modal-list strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-lineup-modal-list small {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: var(--event-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-lineup-modal-list .material-icons {
  color: var(--event-ink);
  justify-self: end;
}

.event-lineup-modal-detail {
  min-width: 0;
}

.event-lineup-modal-panel {
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(29, 39, 56, .08);
}

.event-lineup-modal-panel[hidden] {
  display: none;
}

.event-lineup-modal-body {
  padding: 24px;
}

.event-lineup-modal-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.event-lineup-modal-person {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.event-lineup-modal-person img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}

.event-lineup-modal-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--event-front-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.event-lineup-modal-heading h3 {
  margin: 0;
  color: var(--event-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.event-lineup-modal-heading p {
  margin: 8px 0 0;
  color: var(--event-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.event-lineup-social-link {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--event-front-accent-soft);
  color: var(--event-front-accent);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.event-lineup-social-link:hover,
.event-lineup-social-link:focus {
  background: var(--event-front-accent);
  color: #fff;
  outline: none;
}

.event-lineup-modal-description {
  margin: 0;
  color: var(--event-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.event-lineup-modal-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.event-lineup-modal-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f1f7;
  color: var(--event-ink);
  cursor: pointer;
}

.event-lineup-modal-controls button:hover,
.event-lineup-modal-controls button:focus {
  background: var(--event-front-accent-soft);
  color: var(--event-front-accent);
  outline: none;
}

.event-lineup-modal-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.event-lineup-modal-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbc5d8;
}

.event-lineup-modal-dots span.active {
  background: var(--event-front-accent);
}

.event-preview-agenda-item {
  padding: 14px;
  border-radius: 8px;
  background: #fff5ee;
  overflow: visible;
}

.event-preview-agenda-item p {
  margin: 8px 0 0;
  color: var(--event-muted);
  font-weight: 700;
  line-height: 1.55;
}

.event-preview-agenda-item.tone-1 {
  background: #f4f8ff;
}

.event-preview-agenda-item.tone-2 {
  background: #f7f6fa;
}

.event-agenda-title-line {
  min-width: 0;
}

.event-agenda-description-tooltip {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 8px;
  vertical-align: middle;
}

.event-agenda-description-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(56, 76, 108, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--event-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.event-agenda-description-trigger i {
  font-size: 16px;
}

.event-agenda-description-trigger:hover,
.event-agenda-description-trigger:focus {
  border-color: var(--event-front-accent);
  background: #ffffff;
  color: var(--event-front-accent);
  outline: none;
  transform: translateY(-1px);
}

.event-agenda-description-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 25;
  display: block;
  width: min(300px, calc(100vw - 48px));
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(56, 76, 108, 0.14);
  background: #ffffff;
  color: var(--event-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  box-shadow: 0 14px 32px rgba(19, 33, 58, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.event-agenda-description-popover:after {
  content: "";
  position: absolute;
  right: 12px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(56, 76, 108, 0.14);
  border-left: 1px solid rgba(56, 76, 108, 0.14);
  background: #ffffff;
  transform: rotate(45deg);
}

.event-agenda-description-tooltip:hover .event-agenda-description-popover,
.event-agenda-description-trigger:focus + .event-agenda-description-popover {
  opacity: 1;
  transform: translateY(0);
}

.event-preview-host-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 700;
}

.event-preview-host-line img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 981px) {
  .event-public-agenda .event-preview-agenda-item {
    display: grid;
    grid-template-columns: minmax(150px, max-content) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 18px;
    row-gap: 6px;
    min-height: 52px;
    padding: 16px 18px;
  }

  .event-public-agenda .event-preview-agenda-item strong {
    white-space: nowrap;
  }

  .event-public-agenda .event-agenda-title-line {
    color: var(--event-ink);
    font-weight: 800;
  }

  .event-public-agenda .event-agenda-description-tooltip {
    grid-column: 3;
    grid-row: 1 / span 2;
    justify-self: end;
    margin-left: 0;
  }

  .event-public-agenda .event-preview-host-line,
  .event-public-agenda .event-preview-agenda-item p {
    grid-column: 2;
    margin-top: 0;
  }
}

.event-desktop-organizer-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 22px;
  margin-top: 14px;
  border-radius: 14px;
  background: #faf7fc;
}

.event-phone-organizer-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--event-ink);
  color: #fff;
}

.event-phone-organizer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-phone-organizer-avatar .material-icons {
  font-size: 60px;
  line-height: 1;
}

.event-phone-organizer-name {
  display: block;
  margin: 0 0 10px;
  color: var(--event-ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.event-phone-organizer-details {
  grid-column: 2;
  grid-row: 1;
}

.event-phone-organizer-stats {
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr);
  color: var(--event-muted);
  font-size: 13px;
  line-height: 1.25;
}

.event-phone-organizer-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
  padding: 0 8px;
  border-left: 1px solid var(--event-border);
}

.event-phone-organizer-stats span:first-child {
  padding-left: 0;
  border-left: 0;
}

.event-phone-organizer-stats strong {
  display: inline;
  margin-top: 0;
  color: var(--event-muted);
  font-size: inherit;
  font-weight: 700;
}

.event-organizer-contact-line {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 6px;
  margin: 0;
  line-height: 1.35;
}

.event-phone-organizer-details .event-organizer-contact-line {
  margin-top: 12px;
}

.event-phone-organizer-details .event-organizer-contact-line + .event-organizer-contact-line {
  margin-top: 10px;
}

.event-organizer-contact-line .material-icons {
  color: var(--event-muted);
  font-size: 19px;
  line-height: 1.2;
}

.event-organizer-contact-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.event-phone-organizer-actions {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  min-width: 86px;
  gap: 12px;
}

.event-phone-organizer-actions .btn,
.event-phone-organizer-actions .btn-flat {
  min-width: 86px;
  height: 45px;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  line-height: 43px;
  text-align: center;
  text-transform: none;
  box-shadow: none;
}

.event-phone-organizer-actions .btn-flat {
  border: 1px solid var(--event-border);
  background: #fff;
  color: var(--event-ink);
}

.event-phone-organizer-actions .btn {
  background: #df390c;
  color: #fff;
}

.event-public-mobile-ticket-bar {
  display: none;
}

.event-organizer-contact-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 18px;
  background: rgba(31, 25, 48, .68);
}

.event-organizer-contact-backdrop.active {
  display: flex;
}

.event-organizer-contact-modal {
  position: relative;
  width: min(384px, 100%);
  padding: 0 16px 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(18, 13, 34, .26);
}

.event-organizer-contact-modal h5 {
  margin: 0 -16px 20px;
  padding: 13px 46px 13px 16px;
  border-bottom: 1px solid #ece8f2;
  color: var(--event-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.event-organizer-contact-close {
  position: absolute;
  top: 9px;
  right: 12px;
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--event-ink);
  cursor: pointer;
}

.event-organizer-contact-close .material-icons {
  font-size: 18px;
}

.event-organizer-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-organizer-contact-modal [hidden] {
  display: none !important;
}

.event-organizer-contact-modal label {
  display: block;
  margin-bottom: 15px;
  color: #4d465a;
  font-size: 11px;
  font-weight: 900;
}

.event-organizer-contact-modal label span {
  color: #df390c;
}

.event-organizer-contact-modal input,
.event-organizer-contact-modal textarea {
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 36px;
  margin: 7px 0 0;
  padding: 0 13px;
  border: 1px solid #9d97ad;
  border-radius: 4px;
  background: #fff;
  color: var(--event-ink);
  font-size: 13px;
  line-height: 1.4;
  box-shadow: none;
  outline: none;
}

.event-organizer-contact-modal input:focus,
.event-organizer-contact-modal select:focus,
.event-organizer-contact-modal textarea:focus {
  border-color: #241733;
  box-shadow: 0 0 0 1px #241733;
}

.event-organizer-select {
  position: relative;
  display: block;
  margin-top: 7px;
}

.event-organizer-select > button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 0 12px 0 13px;
  border: 1px solid #9d97ad;
  border-radius: 4px;
  background: #fff;
  color: #df390c;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.event-organizer-select > button:focus {
  border-color: #241733;
  box-shadow: 0 0 0 1px #241733;
  outline: none;
}

.event-organizer-select > button .material-icons {
  color: #9a94a6;
  font-size: 18px;
}

.event-organizer-select-menu {
  position: absolute;
  z-index: 3;
  top: calc(100% + 4px);
  right: 6px;
  left: 6px;
  overflow: hidden;
  border-radius: 4px;
  background: #e2e0e0;
  box-shadow: 0 3px 8px rgba(18, 13, 34, .22);
}

.event-organizer-select-menu button {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 0 13px;
  border: 0;
  background: transparent;
  color: var(--event-ink);
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

.event-organizer-select-menu button:hover,
.event-organizer-select-menu button:focus {
  background: #d4d1d1;
  outline: none;
}

.event-organizer-contact-modal textarea {
  min-height: 72px;
  padding-top: 10px;
  resize: vertical;
}

.event-organizer-contact-note {
  margin: -2px 0 15px;
  color: var(--event-muted);
  font-size: 10px;
  line-height: 1.45;
}

.event-organizer-contact-note a {
  color: #2962ff;
}

.event-organizer-contact-modal h6 {
  margin: 0 0 16px;
  color: #4d465a;
  font-size: 11px;
  font-weight: 900;
}

.event-organizer-contact-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}

.event-organizer-contact-review-grid strong,
.event-organizer-contact-review-block strong {
  display: block;
  margin-bottom: 4px;
  color: #4d465a;
  font-size: 10px;
  font-weight: 900;
}

.event-organizer-contact-review-grid span,
.event-organizer-contact-review-block span {
  display: block;
  color: var(--event-ink);
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.event-organizer-contact-review-block {
  margin-bottom: 16px;
}

.event-organizer-contact-message {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fff0eb;
  color: #a72c0d;
  font-size: 12px;
  font-weight: 800;
}

.event-organizer-contact-success-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 14px auto 12px;
  place-items: center;
  border-radius: 50%;
  background: #229447;
  color: #fff;
}

.event-organizer-contact-success-icon .material-icons {
  font-size: 28px;
}

.event-organizer-contact-modal h4 {
  max-width: 330px;
  margin: 0 auto 10px;
  color: #4d465a;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

.event-organizer-contact-modal [data-contact-step="success"] p {
  margin: 0 0 18px;
  color: var(--event-muted);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: center;
}

.event-organizer-contact-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 7px;
  border-top: 1px solid #ece8f2;
}

.event-organizer-contact-actions .btn,
.event-organizer-contact-actions .btn-flat {
  min-width: 106px;
  height: 34px;
  padding: 0 18px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  text-transform: none;
  box-shadow: none;
}

.event-organizer-contact-actions .btn-flat {
  background: #fff;
  border: 1px solid #b8b3c3;
  color: var(--event-ink);
}

.event-organizer-contact-actions .btn {
  background: #df390c;
  color: #fff;
}

body.event-checkout-open {
  overflow: hidden;
}

.event-checkout-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(31, 25, 48, .82);
}

.event-checkout-backdrop.active {
  display: flex;
}

.event-card-payment-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(16, 10, 31, .76);
}

.event-card-payment-backdrop.active {
  display: flex;
}

.event-card-payment-modal {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(980px, 100%);
  height: min(900px, calc(100dvh - 36px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(10, 8, 18, .42);
}

.event-card-payment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
  padding: 0 18px 0 22px;
  border-bottom: 1px solid #e6e1ee;
  background: linear-gradient(90deg, #ffffff 0%, #f2fff7 54%, #e5fbee 100%);
}

.event-card-payment-head strong,
.event-card-payment-head span {
  display: block;
  letter-spacing: 0;
}

.event-card-payment-head strong {
  color: var(--event-ink);
  font-size: 16px;
  font-weight: 900;
}

.event-card-payment-head span {
  margin-top: 3px;
  color: #4f6574;
  font-size: 12px;
  font-weight: 700;
}

.event-card-payment-frame-wrap {
  min-height: 0;
  background: #f8f7fb;
}

.event-card-payment-frame-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.event-card-payment-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 12px 18px;
  border-top: 1px solid #e6e1ee;
  background: #fff;
}

.event-card-payment-footer p {
  margin: 0;
  color: #5f6b7c;
  font-size: 12px;
  line-height: 1.4;
}

.event-card-payment-link {
  color: #173f8a;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.event-card-payment-link:hover,
.event-card-payment-link:focus {
  color: #0f2f68;
}

.event-waitlist-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(16, 10, 31, .78);
}

.event-waitlist-backdrop.active {
  display: flex;
}

.event-waitlist-modal {
  position: relative;
  width: min(460px, 100%);
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 10, 31, .28);
}

.event-waitlist-modal h5 {
  margin: 0 0 8px;
  color: var(--event-ink);
  font-size: 26px;
}

.event-waitlist-modal label {
  display: block;
  margin-top: 14px;
  color: var(--event-ink);
  font-weight: 800;
}

.event-waitlist-modal label span {
  color: var(--event-pink);
}

.event-waitlist-modal input {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 10px;
  border: 1px solid #cbc7d7;
  border-radius: 4px;
}

.event-checkout-modal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  width: min(980px, 100%);
  height: min(640px, calc(100dvh - 36px));
  overflow: hidden;
  background: #fff;
  color: var(--event-ink);
  box-shadow: 0 30px 80px rgba(10, 8, 18, .35);
}

.event-checkout-main {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
}

.event-checkout-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 66px;
  padding: 0 14px;
  border-bottom: 1px solid var(--event-border);
  text-align: center;
}

.event-checkout-head h5 {
  margin: 0;
  overflow: hidden;
  color: var(--event-ink);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-checkout-head small {
  display: block;
  margin-top: 4px;
  color: var(--event-muted);
  font-size: 11px;
}

.event-checkout-back,
.event-checkout-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--event-ink);
}

.event-checkout-close.summary {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(255, 255, 255, .86);
}

.event-ticket-step {
  display: none;
  min-height: 0;
  overflow-y: auto;
  padding: 36px 54px;
}

.event-ticket-step.active {
  display: block;
}

.event-checkout-step-nav[hidden],
.event-checkout-step-actions[hidden],
.event-checkout-step-actions [hidden] {
  display: none !important;
}

.event-checkout-form-section.is-step-hidden,
.event-attendee-fields.is-step-hidden {
  display: none !important;
}

.event-checkout-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ece8f2;
}

.event-outline-step-btn {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #d8d1e2;
  border-radius: 5px;
  background: #fff;
  color: var(--event-ink);
  font-weight: 900;
  cursor: pointer;
}

.event-outline-step-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.event-checkout-ticket-list {
  display: grid;
  gap: 14px;
}

.event-checkout-section {
  overflow: hidden;
  border: 1px solid #ded9e7;
  border-radius: 8px;
  background: #fff;
}

.event-checkout-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 74px;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #ece8f2;
  background: #fff;
  color: var(--event-ink);
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.event-checkout-section-head:focus-visible {
  outline: 2px solid #3155ff;
  outline-offset: -2px;
}

.event-checkout-section-head strong,
.event-checkout-section-head small {
  display: block;
}

.event-checkout-section-head strong {
  color: var(--event-ink);
  font-weight: 900;
}

.event-checkout-section-head small {
  margin-top: 4px;
  color: var(--event-muted);
  font-size: 12px;
}

.event-checkout-section .event-checkout-ticket {
  border-width: 0;
  border-top: 1px solid #ece8f2;
  border-radius: 0;
}

.event-checkout-section-body.is-collapsed {
  display: none;
}

.event-checkout-section-body .event-checkout-ticket:first-child {
  border-top: 0;
}

.event-checkout-ticket {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  border: 1.5px solid #3155ff;
  border-radius: 6px;
}

.event-checkout-ticket.is-sold-out {
  border-color: #d8d4e2;
  background: #f7f6fb;
  opacity: .78;
}

.event-checkout-ticket strong,
.event-checkout-ticket small {
  display: block;
}

.event-checkout-ticket-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.event-checkout-ticket-title strong {
  min-width: 0;
}

.event-checkout-ticket-title span {
  flex: 0 0 auto;
  color: var(--event-ink);
  font-weight: 800;
  white-space: nowrap;
}

.event-checkout-ticket small {
  margin-top: 4px;
  color: var(--event-muted);
}

.event-donation-amount {
  display: grid;
  gap: 6px;
  max-width: 260px;
  margin-top: 12px;
  color: var(--event-ink);
  font-size: 12px;
  font-weight: 900;
}

.event-donation-amount input {
  width: 100%;
  height: 42px;
  border: 1px solid #d9d3e4;
  border-radius: 6px;
  background: #fff;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 800;
  padding: 0 12px;
}

.event-donation-amount input:focus {
  border-color: #3155ff;
  outline: 2px solid rgba(49, 85, 255, .16);
}

.event-ticket-qty {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.event-ticket-qty button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  background: #3155ff;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.event-ticket-qty button:first-child {
  background: #ececf3;
  color: #6d6678;
}

.event-donation-ticket-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 92px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d9f4e3;
  border-radius: 999px;
  background: #eefbf5;
  color: #128c52;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.event-donation-ticket-count .material-icons {
  font-size: 16px;
}

.event-checkout-powered {
  margin-top: 28px;
  color: var(--event-muted);
  font-size: 11px;
}

.event-ticket-step h5 {
  margin: 0 0 12px;
  color: var(--event-ink);
  font-size: 24px;
}

.event-checkout-form-section {
  min-width: 0;
}

.event-personal-data-fields {
  margin-top: 14px;
}

.event-ticket-holder-fields {
  margin-top: 22px;
}

.event-ticket-holder-fields h6 {
  margin: 0 0 12px;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-attendee-info-section + .event-billing-info-section,
.event-session-interest-fields + .event-billing-info-section {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ece8f2;
}

.event-billing-info-section + h5[data-payment-title] {
  margin-top: 26px;
}

.event-required-note {
  margin: -4px 0 10px;
  color: var(--event-muted);
  font-size: 12px;
  text-align: right;
}

.event-required-note span,
.event-billing-grid span,
.event-billing-field span {
  color: #f03d7b;
}

.event-billing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
}

.event-billing-grid label,
.event-billing-field,
.event-attendee-row label {
  display: block;
  color: var(--event-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.event-billing-grid input,
.event-billing-field input,
.event-attendee-row input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  box-shadow: none !important;
}

.event-billing-field textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 112px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: none !important;
  resize: vertical;
}

.event-billing-grid input::placeholder,
.event-billing-field input::placeholder,
.event-attendee-row input::placeholder,
.event-billing-field textarea::placeholder {
  color: #98a5b5;
  font-weight: 500;
  opacity: .55;
}

.event-billing-field input.event-checkout-date {
  cursor: pointer;
}

.event-billing-field {
  margin-top: 18px;
}

.event-choice-group {
  min-width: 0;
  margin-top: 18px;
  padding: 0;
  border: 0;
}

.event-choice-group legend {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.event-choice-group legend span {
  color: #f03d7b;
}

.event-choice-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.event-choice-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #e2deeb;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  cursor: pointer;
}

.event-choice-option > [type="checkbox"] {
  position: static;
  width: 14px;
  height: 14px;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
}

.event-choice-option [type="checkbox"] + span:not(.lever) {
  display: block;
  height: auto;
  min-height: 0;
  padding-left: 0;
  color: var(--event-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.event-choice-option [type="checkbox"] + span:not(.lever):before,
.event-choice-option [type="checkbox"] + span:not(.lever):after {
  display: none;
}

.event-checkout-question-section {
  margin: 24px 0 12px;
  padding-top: 18px;
  border-top: 1px solid #ece8f2;
}

.event-checkout-question-section:first-child {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

.event-checkout-question-section h6 {
  margin: 0;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-attendee-row .event-checkout-question-section {
  grid-column: 1 / -1;
}

.event-session-interest-fields {
  margin-top: 18px;
}

.event-session-interest-fields h6 {
  margin: 0 0 6px;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-session-interest-fields .event-muted {
  margin: 0 0 12px;
  font-size: 13px;
}

.event-session-interest-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.event-session-interest-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #e2deeb;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  cursor: pointer;
}

.event-session-interest-option > [type="checkbox"] {
  position: static;
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  opacity: 1;
  pointer-events: auto;
}

.event-session-interest-option [type="checkbox"] + span:not(.lever) {
  display: block;
  height: auto;
  min-height: 0;
  padding-left: 0;
  color: var(--event-ink);
  line-height: 1.25;
}

.event-session-interest-option [type="checkbox"] + span:not(.lever):before,
.event-session-interest-option [type="checkbox"] + span:not(.lever):after {
  display: none;
}

.event-session-interest-option strong,
.event-session-interest-option small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.event-session-interest-option strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.event-session-interest-option small {
  margin-top: 2px;
  color: var(--event-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.event-field-error {
  display: block;
  margin-top: 7px;
  color: #f03d7b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.event-field-invalid input,
.event-field-invalid textarea,
.event-field-invalid select,
.event-field-invalid .event-searchable-select-trigger {
  border-color: #f03d7b !important;
  box-shadow: 0 0 0 3px rgba(240, 61, 123, .12) !important;
}

.event-promo-feedback {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff1ed;
  color: #a8290a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.event-promo-feedback.success {
  border: 1px solid #bcebd0;
  background: #e9f9f0;
  color: #137547;
}

.event-promo-feedback.warning {
  border: 1px solid #f4d28f;
  background: #fff8e8;
  color: #7a5311;
}

.event-promo-feedback.error {
  border: 1px solid #f4b5b5;
}

.event-select-field {
  position: relative;
}

.event-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.event-searchable-select {
  position: relative;
  margin-top: 10px;
}

.event-searchable-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  box-shadow: none !important;
}

.event-searchable-select-trigger.is-empty {
  color: #5f6f82;
}

.event-searchable-select-trigger i {
  color: #6b6477;
}

.event-billing-field .event-searchable-select-trigger span {
  color: inherit;
}

.event-searchable-select[data-select-open="true"] .event-searchable-select-trigger {
  border-color: #136f63;
  box-shadow: 0 0 0 3px rgba(19, 111, 99, .12) !important;
}

.event-searchable-select[data-select-open="true"] .event-searchable-select-trigger i {
  transform: rotate(180deg);
}

.event-searchable-select-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
}

.event-searchable-select-menu input {
  box-sizing: border-box;
  display: block;
  width: calc(100% - 20px);
  height: 44px;
  margin: 10px;
  padding: 0 12px;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  font-size: 14px;
  font-weight: 600;
}

.event-searchable-select-list {
  max-height: 190px;
  overflow-y: auto;
  padding: 4px 0 8px;
}

.event-searchable-select-list button {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--event-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.event-searchable-select-list button:hover,
.event-searchable-select-list button.active {
  background: #eefbf5;
  color: #0d7a51;
}

.event-searchable-select-empty {
  padding: 12px 14px;
  color: #7b7488;
}

.event-attendee-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 10px;
}

.event-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.event-payment-option {
  display: block;
}

.event-payment-option input {
  position: absolute;
  opacity: 0;
}

.event-payment-option span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--event-border);
  border-radius: 6px;
  color: var(--event-ink);
  font-weight: 800;
}

.event-payment-option input:checked + span {
  border-color: #3155ff;
  background: #f4f6ff;
}

.event-payment-options[hidden] {
  display: none;
}

.event-checkout-message {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff1ed;
  color: #a8290a;
  font-weight: 800;
}

.event-checkout-message.success {
  background: #e9f9f0;
  color: #137547;
  border: 1px solid #bcebd0;
  box-shadow: 0 12px 30px rgba(19, 117, 71, .12);
  font-size: 16px;
  line-height: 1.5;
}

.event-ticket-success-link {
  display: inline-flex;
  margin-top: 10px;
  color: #0d5f39;
  text-decoration: underline;
}

.event-checkout-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 54px;
  border-top: 1px solid var(--event-border);
  background: #fff;
}

.event-checkout-footer[hidden] {
  display: none !important;
}

.event-ticket-checkout-btn {
  min-width: 140px;
  height: 42px;
  border: 0;
  border-radius: 5px;
  background: #df390c;
  color: #fff;
  font-weight: 900;
}

.event-ticket-checkout-btn:disabled {
  opacity: .55;
}

.event-detail-page {
  --event-front-primary: #ee0979;
  --event-front-secondary: #ff6a00;
  --event-front-hover-start: #23bdb8;
  --event-front-hover-end: #43e794;
  --event-front-accent: #136f63;
  --event-front-accent-soft: rgba(19, 111, 99, .09);
  --event-front-field-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
}

.event-detail-page .event-organizer-contact-modal input,
.event-detail-page .event-organizer-contact-modal textarea,
.event-detail-page .event-organizer-select > button,
.event-detail-page .event-waitlist-modal input,
.event-detail-page .event-billing-grid input,
.event-detail-page .event-billing-field input,
.event-detail-page .event-billing-field textarea,
.event-detail-page .event-attendee-row input,
.event-detail-page .event-searchable-select-trigger,
.event-detail-page .event-searchable-select-menu input {
  min-height: 50px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #0e314c;
  font-size: 14.5px;
  line-height: 50px;
  box-shadow: var(--event-front-field-shadow) !important;
  transition: border-color .5s, box-shadow .5s, background-color .5s;
}

.event-detail-page .event-organizer-contact-modal textarea {
  line-height: 1.5;
}

.event-detail-page .event-checkout-modal .event-billing-grid {
  gap: 18px 14px;
}

.event-detail-page .event-checkout-modal .event-billing-field {
  margin-top: 18px;
}

.event-detail-page .event-checkout-modal .event-billing-grid input,
.event-detail-page .event-checkout-modal .event-billing-field input,
.event-detail-page .event-checkout-modal .event-attendee-row input,
.event-detail-page .event-checkout-modal .event-searchable-select-trigger {
  height: 50px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  box-shadow: none !important;
}

.event-detail-page .event-checkout-modal .event-choice-option > [type="checkbox"] {
  position: static;
  box-sizing: border-box;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin: 0;
  padding: 0;
  border: 1px solid #8f8a9d;
  border-radius: 2px;
  background: #fff;
  box-shadow: none !important;
  opacity: 1;
  pointer-events: auto;
}

.event-detail-page .event-checkout-modal .event-choice-option > [type="checkbox"]:focus {
  box-shadow: none !important;
  outline: 2px solid rgba(49, 85, 255, .28);
  outline-offset: 2px;
}

.event-detail-page .event-checkout-modal .event-searchable-select {
  margin-top: 10px;
}

.event-detail-page .event-checkout-modal .event-searchable-select-menu input {
  height: 44px;
  min-height: 44px;
  line-height: 44px;
}

.event-detail-page .event-billing-field textarea {
  min-height: 112px;
  padding-top: 15px;
  line-height: 1.5;
}

.event-detail-page .event-checkout-modal .event-billing-field textarea {
  min-height: 112px;
  padding: 14px;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none !important;
}

.event-detail-page .event-organizer-contact-modal input:focus,
.event-detail-page .event-organizer-contact-modal textarea:focus,
.event-detail-page .event-organizer-select > button:focus,
.event-detail-page .event-waitlist-modal input:focus,
.event-detail-page .event-billing-grid input:focus,
.event-detail-page .event-billing-field input:focus,
.event-detail-page .event-billing-field textarea:focus,
.event-detail-page .event-attendee-row input:focus,
.event-detail-page .event-searchable-select-trigger:focus,
.event-detail-page .event-searchable-select-menu input:focus {
  border-color: var(--event-front-primary);
  outline: 0;
  box-shadow: var(--event-front-field-shadow) !important;
}

.event-detail-page .event-searchable-select-trigger {
  margin-top: 3px;
}

.event-detail-page .event-searchable-select[data-select-open="true"] .event-searchable-select-trigger {
  border: 0;
}

.event-detail-page .event-organizer-select > button {
  margin-top: 0;
  color: var(--event-front-primary);
  line-height: 1.4;
}

.event-detail-page .event-organizer-select-menu,
.event-detail-page .event-searchable-select-menu {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: var(--event-front-field-shadow) !important;
}

.event-detail-page .event-checkout-modal .event-billing-grid input:focus,
.event-detail-page .event-checkout-modal .event-billing-field input:focus,
.event-detail-page .event-checkout-modal .event-billing-field textarea:focus,
.event-detail-page .event-checkout-modal .event-attendee-row input:focus,
.event-detail-page .event-checkout-modal .event-searchable-select-trigger:focus,
.event-detail-page .event-checkout-modal .event-searchable-select-menu input:focus,
.event-detail-page .event-checkout-modal .event-searchable-select[data-select-open="true"] .event-searchable-select-trigger {
  border: 1px solid var(--event-front-primary);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(19, 111, 99, .12) !important;
}

.event-detail-page .event-checkout-modal .event-searchable-select-trigger {
  margin-top: 0;
}

.event-detail-page .event-checkout-modal .event-searchable-select-menu {
  border: 1px solid #d8e5ef;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .12) !important;
}

.event-detail-page .event-organizer-select-menu button:hover,
.event-detail-page .event-organizer-select-menu button:focus,
.event-detail-page .event-searchable-select-list button:hover,
.event-detail-page .event-searchable-select-list button.active {
  background: var(--event-front-accent-soft);
  color: var(--event-front-primary);
}

.event-detail-page .event-ticket-checkout-btn,
.event-detail-page .event-public-ticket-button,
.event-detail-page .event-public-mobile-ticket-bar .btn,
.event-detail-page .event-phone-organizer-actions .btn,
.event-detail-page .event-organizer-contact-actions .btn,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: transparent !important;
  color: #fff !important;
  box-shadow: var(--event-front-field-shadow);
  transition: color .5s, box-shadow .5s;
}

.event-detail-page .event-ticket-checkout-btn::before,
.event-detail-page .event-public-ticket-button::before,
.event-detail-page .event-public-mobile-ticket-bar .btn::before,
.event-detail-page .event-phone-organizer-actions .btn::before,
.event-detail-page .event-organizer-contact-actions .btn::before,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn::before,
.event-detail-page .event-ticket-checkout-btn::after,
.event-detail-page .event-public-ticket-button::after,
.event-detail-page .event-public-mobile-ticket-bar .btn::after,
.event-detail-page .event-phone-organizer-actions .btn::after,
.event-detail-page .event-organizer-contact-actions .btn::after,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity .5s, visibility .5s;
}

.event-detail-page .event-ticket-checkout-btn::before,
.event-detail-page .event-public-ticket-button::before,
.event-detail-page .event-public-mobile-ticket-bar .btn::before,
.event-detail-page .event-phone-organizer-actions .btn::before,
.event-detail-page .event-organizer-contact-actions .btn::before,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn::before {
  background: linear-gradient(90deg, var(--event-front-primary) 0%, var(--event-front-secondary) 100%);
}

.event-detail-page .event-ticket-checkout-btn::after,
.event-detail-page .event-public-ticket-button::after,
.event-detail-page .event-public-mobile-ticket-bar .btn::after,
.event-detail-page .event-phone-organizer-actions .btn::after,
.event-detail-page .event-organizer-contact-actions .btn::after,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn::after {
  background: linear-gradient(135deg, var(--event-front-hover-start) 0%, var(--event-front-hover-end) 100%);
  opacity: 0;
  visibility: hidden;
}

.event-detail-page .event-ticket-checkout-btn:hover::before,
.event-detail-page .event-ticket-checkout-btn:focus::before,
.event-detail-page .event-public-ticket-button:hover::before,
.event-detail-page .event-public-ticket-button:focus::before,
.event-detail-page .event-public-mobile-ticket-bar .btn:hover::before,
.event-detail-page .event-public-mobile-ticket-bar .btn:focus::before,
.event-detail-page .event-phone-organizer-actions .btn:hover::before,
.event-detail-page .event-phone-organizer-actions .btn:focus::before,
.event-detail-page .event-organizer-contact-actions .btn:hover::before,
.event-detail-page .event-organizer-contact-actions .btn:focus::before,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn:hover::before,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn:focus::before {
  opacity: 0;
  visibility: hidden;
}

.event-detail-page .event-ticket-checkout-btn:hover::after,
.event-detail-page .event-ticket-checkout-btn:focus::after,
.event-detail-page .event-public-ticket-button:hover::after,
.event-detail-page .event-public-ticket-button:focus::after,
.event-detail-page .event-public-mobile-ticket-bar .btn:hover::after,
.event-detail-page .event-public-mobile-ticket-bar .btn:focus::after,
.event-detail-page .event-phone-organizer-actions .btn:hover::after,
.event-detail-page .event-phone-organizer-actions .btn:focus::after,
.event-detail-page .event-organizer-contact-actions .btn:hover::after,
.event-detail-page .event-organizer-contact-actions .btn:focus::after,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn:hover::after,
.event-detail-page .event-waitlist-modal .event-ticket-checkout-btn:focus::after {
  opacity: 1;
  visibility: visible;
}

.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn {
  background: linear-gradient(90deg, var(--event-front-primary) 0%, var(--event-front-secondary) 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(238, 9, 121, .18);
  transition: box-shadow .18s ease, transform .18s ease;
}

.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn::before,
.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn::after {
  display: none;
}

.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn:hover,
.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn:focus {
  background: linear-gradient(90deg, var(--event-front-primary) 0%, var(--event-front-secondary) 100%) !important;
  box-shadow: 0 14px 28px rgba(238, 9, 121, .24);
  transform: translateY(-1px);
}

.event-detail-page .event-ticket-checkout-btn.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: progress;
}

.event-detail-page .event-ticket-checkout-btn.is-loading:disabled {
  opacity: .92;
}

.event-detail-page .event-ticket-checkout-btn.is-loading::before {
  opacity: 1 !important;
  visibility: visible !important;
}

.event-detail-page .event-ticket-checkout-btn.is-loading::after,
.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn.is-loading::after {
  content: "";
  display: inline-block;
  position: relative;
  inset: auto;
  z-index: 1;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .52);
  border-top-color: #fff;
  border-radius: 999px;
  background: transparent !important;
  opacity: 1;
  visibility: visible;
  animation: event-checkout-button-spin .75s linear infinite;
}

.event-detail-page .event-checkout-step-actions .event-ticket-checkout-btn.is-loading::before {
  display: none;
}

@keyframes event-checkout-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.event-detail-page .event-organizer-contact-actions .btn-flat,
.event-detail-page .event-phone-organizer-actions .btn-flat {
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #0e314c;
  box-shadow: var(--event-front-field-shadow);
}

.event-detail-page .event-billing-grid label,
.event-detail-page .event-billing-field,
.event-detail-page .event-attendee-row label,
.event-detail-page .event-organizer-contact-modal label,
.event-detail-page .event-waitlist-modal label {
  color: #5f5870;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.event-detail-page .event-required-note,
.event-detail-page .event-organizer-contact-note {
  font-size: 12px;
}

.event-checkout-summary {
  position: relative;
  min-width: 0;
  padding: 24px 24px 28px;
  background: #f7f6fb;
  border-left: 1px solid var(--event-border);
}

.event-checkout-summary-image {
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin: 0 0 24px;
  border: 1px solid rgba(36, 27, 53, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 27, 53, .08);
}

.event-checkout-summary-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-password-page {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: 28px;
}

.event-password-card {
  width: min(460px, 100%);
  padding: 30px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(36, 23, 53, .12);
}

.event-password-card .events-public-logo {
  margin-bottom: 28px;
}

.event-password-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eefbf5;
  color: #0d7a51;
}

.event-password-card h1 {
  margin: 0 0 8px;
  color: var(--event-ink);
  font-size: 32px;
  letter-spacing: 0;
}

.event-password-card p {
  margin: 0 0 22px;
  color: var(--event-muted);
  line-height: 1.55;
}

.event-password-card label {
  display: block;
  margin-bottom: 8px;
  color: var(--event-ink);
  font-weight: 900;
}

.event-password-card input {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid #cfcbd8;
  border-radius: 4px;
}

.event-password-error {
  margin: -4px 0 16px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff0eb;
  color: #b02b0d;
  font-weight: 800;
}

.event-checkout-result-page {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: 28px;
}

.event-checkout-result-card {
  width: min(520px, 100%);
  padding: 34px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(36, 23, 53, .12);
  text-align: center;
}

.event-checkout-result-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--event-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.event-checkout-result-logo:hover {
  color: var(--event-ink);
}

.event-checkout-result-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.event-checkout-result-icon {
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 50%;
}

.event-checkout-result-icon.success {
  background: #eefbf5;
  color: #0d7a51;
}

.event-checkout-result-icon.failed {
  background: #fff0eb;
  color: #b02b0d;
}

.event-checkout-result-icon.pending {
  background: #f4f6ff;
  color: #3155ff;
}

.event-checkout-result-card h1 {
  margin: 0 0 10px;
  color: var(--event-ink);
  font-size: 30px;
  letter-spacing: 0;
}

.event-checkout-result-card p {
  margin: 0 auto 22px;
  color: var(--event-muted);
  line-height: 1.55;
}

.event-checkout-result-note {
  max-width: 390px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #f4f6ff;
  color: #3f4d6b !important;
  font-size: 13px;
  font-weight: 700;
}

.event-checkout-result-details {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 24px;
  padding: 14px 0;
  border-top: 1px solid var(--event-border);
  border-bottom: 1px solid var(--event-border);
  color: var(--event-ink);
}

.event-checkout-result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.event-checkout-summary h6 {
  margin: 0 0 20px;
  color: var(--event-ink);
  font-weight: 900;
}

.event-summary-line,
.event-summary-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: start;
  gap: 14px;
  padding: 11px 0;
  color: var(--event-ink);
}

.event-summary-line[hidden],
.event-summary-total[hidden] {
  display: none !important;
}

.event-summary-line span,
.event-summary-total span {
  min-width: 0;
}

.event-summary-line strong,
.event-summary-total strong {
  min-width: 94px;
  text-align: right;
  white-space: nowrap;
}

.event-summary-line {
  font-size: 13px;
}

.event-summary-line.muted {
  color: var(--event-muted);
  border-top: 1px solid var(--event-border);
}

.event-summary-discount {
  color: #137547;
}

.event-summary-discount small {
  display: block;
  margin-top: 2px;
  color: #5a8c6f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.event-summary-total {
  margin-top: 8px;
  border-top: 1px solid var(--event-border);
  font-size: 20px;
  font-weight: 900;
}

.event-summary-total strong {
  min-width: 122px;
}

.swal-button.event-swal-cancel,
.swal-button.event-swal-confirm {
  opacity: 1;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 900;
  box-shadow: none;
}

.swal-button.event-swal-cancel {
  background: #f3f1f6;
  color: #34283f;
}

.swal-button.event-swal-cancel:not([disabled]):hover {
  background: #e9e5f0;
}

.swal-button.event-swal-confirm {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
}

.swal-button.event-swal-confirm:not([disabled]):hover {
  background: linear-gradient(135deg, #15803d, #16a34a);
}

.swal-icon--info {
  border-color: #22c55e;
}

.swal-icon--info::before,
.swal-icon--info::after {
  background-color: #22c55e;
}

.event-detail-hero.event-gallery {
  display: block;
  height: 330px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(36, 48, 52, 0.12);
  background: #f7f6fa;
  box-shadow: none;
}

.event-gallery-slide {
  position: absolute;
  inset: 0;
  display: none;
  isolation: isolate;
  background-color: #efeff2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-gallery-slide.active {
  display: block;
}

.event-gallery-slide:before {
  position: absolute;
  inset: -24px;
  z-index: -1;
  display: block;
  background: inherit;
  filter: blur(18px);
  opacity: .55;
  transform: scale(1.04);
  content: "";
}

.event-gallery-slide img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: inherit;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.event-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: #241733;
  box-shadow: 0 10px 24px rgba(22, 18, 26, .16);
  cursor: pointer;
  transform: translateY(-50%);
}

.event-gallery-arrow:hover,
.event-gallery-arrow:focus {
  background: #ffffff;
  color: #dc3506;
}

.event-gallery-arrow i {
  font-size: 22px;
}

.event-gallery-prev {
  left: 28px;
}

.event-gallery-next {
  right: 28px;
}

.event-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  display: inline-flex;
  gap: 6px;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(22, 18, 26, .36);
  transform: translateX(-50%);
}

.event-gallery-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
}

.event-gallery-dots button.active {
  width: 18px;
  border-radius: 999px;
  background: #ffffff;
}

.event-detail-title {
  padding: 0 0 30px;
}

.event-detail-title.event-detail-section {
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 52, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.event-detail-summary {
  max-width: 760px;
}

.event-detail-meta {
  margin-top: 22px;
}

.event-detail-media {
  min-height: 380px;
  background: #eef2f1;
}

.event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  max-width: 1080px;
  margin: 32px auto 0;
}

.event-detail-main,
.event-detail-aside-card,
.event-detail-section {
  border: 1px solid rgba(36, 48, 52, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(36, 48, 52, 0.07);
}

.event-detail-main {
  overflow: hidden;
}

.event-detail-section {
  margin-bottom: 22px;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 52, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.event-detail-section h2,
.event-detail-aside-card h2 {
  margin: 0 0 14px;
  color: #1d1230;
  font-size: 24px;
  font-weight: 800;
}

.event-detail-section p {
  color: #5f6870;
  font-size: 15px;
  line-height: 1.65;
}

.event-detail-aside {
  position: sticky;
  top: 92px;
  align-self: start;
}

.event-detail-aside-card {
  padding: 22px;
  box-shadow: 0 14px 34px rgba(36, 48, 52, 0.09);
}

.event-ticket-row,
.event-organizer-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(36, 48, 52, 0.1);
}

.event-ticket-row:first-of-type {
  border-top: 0;
}

.event-ticket-row strong {
  color: #1d1230;
}

.event-organizer-card {
  align-items: center;
  justify-content: flex-start;
  border-top: 0;
  border-radius: 8px;
  background: #f7f4fb;
  padding: 18px;
}

.event-organizer-avatar {
  display: flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d1230;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  overflow: hidden;
}

.event-organizer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-map {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 8px;
}

.event-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f4f7f3;
  color: #4f5960;
  font-size: 14px;
  font-weight: 700;
}

.event-chip i {
  color: #136f63;
  font-size: 17px;
}

.event-lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.event-lineup-person,
.event-agenda-item {
  padding: 16px;
  border: 1px solid rgba(36, 48, 52, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.event-lineup-person {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
}

.event-lineup-person img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.event-agenda-item {
  margin-bottom: 12px;
  border-left: 4px solid #dc3506;
}

.event-agenda-host {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.event-agenda-host img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .events-hero,
  .event-detail-layout {
    grid-template-columns: 1fr;
  }

  .event-detail-page {
    padding: 0 0 112px;
  }

  .event-public-preview.event-desktop-preview {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .event-desktop-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .event-preview-search {
    display: none;
  }

  .event-desktop-nav {
    gap: 12px;
  }

  .event-desktop-nav a,
  .event-desktop-nav span {
    font-size: 0;
  }

  .event-desktop-nav .material-icons {
    font-size: 20px;
  }

  .event-desktop-body {
    grid-template-columns: 1fr;
    gap: 22px;
    width: 100%;
    padding: 24px 14px 32px;
  }

  .event-desktop-main {
    max-width: none;
  }

  .event-desktop-buy-card {
    position: static;
  }

  .event-public-sticky-ticket-bar {
    display: none;
  }

  .event-public-full-content,
  .event-public-full-content .event-preview-lineup-list,
  .event-public-full-content .event-desktop-good-to-know,
  .event-desktop-good-to-know {
    grid-template-columns: 1fr;
  }

  .event-lineup-modal-backdrop {
    align-items: flex-start;
    padding: 12px;
    overflow-y: auto;
  }

  .event-lineup-modal {
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 22px 16px 18px;
  }

  .event-lineup-modal h4 {
    padding: 0 38px;
    margin-bottom: 18px;
    font-size: 27px;
  }

  .event-lineup-modal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .event-lineup-modal-list {
    display: flex;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px;
  }

  .event-lineup-modal-list button {
    min-width: 230px;
  }

  .event-lineup-modal-body {
    padding: 18px;
  }

  .event-lineup-modal-heading {
    display: grid;
  }

  .event-lineup-modal-person {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .event-lineup-modal-person img {
    width: 60px;
    height: 60px;
  }

  .event-lineup-modal-heading h3 {
    font-size: 27px;
  }

  .event-desktop-organizer-card {
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .event-organizer-contact-line {
    grid-column: 2 / -1;
  }

  .event-phone-organizer-actions {
    min-width: 86px;
  }

  .event-ticket-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .event-public-mobile-ticket-bar {
    position: fixed;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    gap: 8px;
    width: 100dvw;
    max-width: 100dvw;
    padding: 12px 12px 16px;
    border-top: 1px solid var(--event-border);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(8px);
  }

  .event-public-mobile-ticket-bar > div {
    min-width: 0;
    width: 100%;
  }

  .event-public-mobile-ticket-bar strong {
    color: var(--event-ink);
    font-size: 13px;
    line-height: 1.2;
  }

  .event-public-mobile-ticket-bar small {
    display: block;
    max-width: 190px;
    overflow: hidden;
    color: var(--event-muted);
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .event-public-mobile-ticket-bar .btn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: min(180px, 100%);
    height: 38px;
    min-width: 0;
    margin: 0;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 5px;
    background: #df390c;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-transform: none;
    text-overflow: ellipsis;
    transform: none;
    white-space: nowrap;
    box-shadow: none;
  }

  .event-detail-layout {
    gap: 18px;
    max-width: min(720px, 100%);
  }

  .event-detail-aside {
    position: static;
  }

  .events-grid,
  .event-lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .events-public-wrap {
    padding: 0 16px;
  }

  .event-checkout-backdrop {
    align-items: stretch;
    padding: 0;
  }

  .event-card-payment-backdrop {
    align-items: stretch;
    padding: 0;
  }

  .event-checkout-modal {
    grid-template-columns: 1fr;
    width: 100%;
    height: 100dvh;
  }

  .event-card-payment-modal {
    width: 100%;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .event-card-payment-head {
    min-height: 62px;
    padding: 0 12px 0 16px;
  }

  .event-card-payment-footer {
    align-items: center;
    flex-direction: row;
    gap: 0;
    padding: 10px 14px 14px;
  }

  .event-card-payment-link {
    width: auto;
  }

  .event-checkout-summary {
    display: none;
  }

  .event-ticket-step {
    padding: 24px 18px;
  }

  .event-checkout-footer {
    padding: 0 18px;
  }

  .event-checkout-ticket,
  .event-billing-grid,
  .event-choice-options,
  .event-session-interest-list,
  .event-attendee-row,
  .event-organizer-contact-grid,
  .event-organizer-contact-review-grid {
    grid-template-columns: 1fr;
  }

  .event-ticket-qty {
    justify-content: flex-end;
  }

  .event-donation-amount {
    max-width: 100%;
  }

  .event-detail-title {
    padding: 0 0 26px;
  }

  .events-hero h1,
  .event-detail-title h1 {
    font-size: 34px;
  }

  .events-hero-media,
  .event-detail-media {
    min-height: 260px;
  }

  .event-detail-hero.event-gallery {
    height: 170px;
    margin-right: -3vw;
    margin-left: -3vw;
  }

  .event-desktop-hero {
    height: 170px;
  }

  .event-desktop-main h4 {
    font-size: 28px;
  }

  .event-gallery-slide img {
    width: 100%;
  }

  .event-gallery-prev {
    left: 14px;
  }

  .event-gallery-next {
    right: 14px;
  }

  .event-gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .event-desktop-nav {
    min-width: 0;
    overflow: hidden;
  }

  .event-desktop-nav span:nth-of-type(1),
  .event-desktop-nav span:nth-of-type(2) {
    display: none;
  }

  .event-ticket-row {
    grid-template-columns: 1fr;
  }

  .events-filter {
    grid-template-columns: 1fr;
  }

  .events-grid,
  .event-lineup-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .event-partner-logo-card {
    flex-basis: 140px;
    height: 74px;
    padding: 12px;
  }

  .event-desktop-organizer-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .event-phone-organizer-avatar {
    width: 72px;
    height: 72px;
  }

  .event-phone-organizer-actions,
  .event-organizer-contact-line {
    grid-column: 2 / -1;
  }

  .event-phone-organizer-actions {
    grid-row: auto;
    width: 100%;
    min-width: 0;
  }
}

.event-detail-page.event-checkout-page-active .event-public-preview,
.event-detail-page.event-checkout-page-active .event-public-mobile-ticket-bar {
  display: none;
}

.event-detail-page.event-checkout-page-mode .event-checkout-backdrop {
  position: static;
  inset: auto;
  z-index: auto;
  width: 100%;
  padding: 0 0 64px;
  background: transparent;
}

.event-detail-page.event-checkout-page-mode .event-checkout-backdrop.active {
  display: block;
}

.event-detail-page.event-checkout-page-mode .event-checkout-modal {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.event-detail-page.event-checkout-page-mode .event-checkout-main {
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(36, 48, 52, 0.07);
}

.event-detail-page.event-checkout-page-mode .event-checkout-head {
  background: #fff;
}

.event-detail-page.event-checkout-page-mode .event-checkout-modal .event-checkout-head .event-checkout-close,
.event-detail-page.event-checkout-page-mode .event-checkout-modal .event-checkout-summary > .event-checkout-close {
  display: none;
}

.event-detail-page.event-checkout-page-mode .event-ticket-step {
  overflow: visible;
  padding: 40px 52px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary {
  order: -1;
  position: static;
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 8px 28px;
  align-items: start;
  min-height: 0;
  overflow: hidden;
  padding: 22px 24px;
  border: 1px solid var(--event-border);
  border-radius: 8px;
  background: #f7f5fb;
  box-shadow: 0 10px 26px rgba(36, 48, 52, 0.06);
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary-image {
  grid-column: 1;
  grid-row: 1 / span 4;
  height: 142px;
  margin: 0;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary h6 {
  grid-column: 2;
  margin: 0 0 4px;
  font-size: 18px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary [data-order-summary-lines] {
  grid-column: 2;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary [data-order-summary-lines] .event-summary-line,
.event-detail-page.event-checkout-page-mode .event-checkout-summary > .event-summary-line,
.event-detail-page.event-checkout-page-mode .event-checkout-summary > .event-summary-total {
  grid-column: 2;
  padding: 9px 0;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary .event-summary-line {
  font-size: 15px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary .event-summary-line strong {
  font-size: 15px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary > .event-summary-line.muted {
  border-top: 1px solid var(--event-border);
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary > .event-summary-total {
  margin-top: 0;
  font-size: 22px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-summary > .event-summary-total strong {
  font-size: 24px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-form-flow {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav {
  position: sticky;
  top: 22px;
  display: grid;
  align-self: start;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  min-height: 56px;
  padding: 0 0 18px;
  border: 0;
  background: transparent;
  color: #827a91;
  text-align: left;
  cursor: pointer;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button:not(:last-child)::after {
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 15px;
  width: 2px;
  background: #e4dfec;
  content: "";
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.done:not(:last-child)::after,
.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.active:not(:last-child)::after {
  background: rgba(49, 85, 255, .35);
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button:disabled {
  cursor: not-allowed;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d8d1e2;
  border-radius: 50%;
  background: #fff;
  color: #827a91;
  font-size: 13px;
  font-weight: 900;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav strong {
  padding-top: 5px;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.active,
.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.done {
  color: var(--event-ink);
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.active span {
  border-color: #3155ff;
  background: #3155ff;
  color: #fff;
  box-shadow: 0 8px 18px rgba(49, 85, 255, .2);
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.done span {
  border-color: rgba(49, 85, 255, .42);
  background: #eef1ff;
  color: #3155ff;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-nav button.locked {
  opacity: .58;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-panels {
  min-width: 0;
}

.event-detail-page.event-checkout-page-mode .event-checkout-form-section,
.event-detail-page.event-checkout-page-mode .event-session-interest-fields {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.event-detail-page.event-checkout-page-mode .event-checkout-step-actions {
  margin-left: 254px;
}

.event-detail-page.event-checkout-page-mode .event-checkout-footer {
  position: sticky;
  bottom: 0;
  z-index: 5;
  border-top: 1px solid var(--event-border);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
}

body.event-checkout-page-open {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .event-detail-page.event-checkout-page-mode .event-checkout-backdrop {
    padding: 0;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-modal {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
    min-height: 0;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-main {
    min-height: 0;
  }

  .event-detail-page.event-checkout-page-mode .event-ticket-step {
    padding: 28px 18px;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-form-flow {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-step-nav {
    position: static;
    top: auto;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-step-actions {
    margin-left: 0;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-summary {
    display: block;
    padding: 16px 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .event-detail-page.event-checkout-page-mode .event-checkout-summary-image {
    display: none;
  }
}
