.stage301b-ticketing-home-cta-v3,
.yt-ticketing-page-v3 {
  color: #111827;
}

.stage301b-ticketing-home-cta-v3 {
  margin: 48px auto 64px;
  max-width: 1180px;
  padding: 0 20px;
}

.stage301b-ticketing-home-cta-v3__inner {
  border: 1px solid rgba(166, 190, 0, .35);
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(135deg, #ffffff, #fbfff0);
}

.stage301b-ticketing-home-cta-v3 h2,
.yt-ticketing-page-v3 h1,
.yt-ticketing-page-v3 h2,
.yt-ticketing-page-v3 h3 {
  letter-spacing: 0;
}

.stage301b-ticketing-home-cta-v3 a,
.yt-ticketing-link-v3 {
  background: #93ad00;
  color: #fff;
  border-radius: 999px;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yt-ticketing-page-v3 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 20px 72px;
}

.yt-ticketing-hero-v3 {
  padding: 34px 0 28px;
}

.yt-ticketing-hero-v3 h1,
.yt-ticketing-detail-main-v3 h1 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 16px;
}

.yt-ticketing-kicker-v3,
.yt-ticketing-pill-v3 {
  color: #718500;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: 0;
}

.yt-ticketing-grid-v3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.yt-ticketing-card-v3,
.yt-ticketing-empty-v3,
.yt-ticketing-section-v3,
.yt-ticketing-hold-v3,
.yt-ticketing-preview-alert-v3,
.yt-ticketing-detail-v3 {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}

.yt-ticketing-card-v3 {
  overflow: hidden;
}

.yt-ticketing-card-media-v3 {
  display: flex;
  aspect-ratio: 16 / 10;
  background: #f3f6dd;
  align-items: center;
  justify-content: center;
  color: #93ad00;
  font-size: 3rem;
  font-weight: 800;
  text-decoration: none;
}

.yt-ticketing-card-media-v3 img,
.yt-ticketing-detail-media-v3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-ticketing-card-body-v3 {
  padding: 18px;
}

.yt-ticketing-card-body-v3 h2 {
  font-size: 1.15rem;
  margin: 10px 0 8px;
}

.yt-ticketing-card-body-v3 h2 a {
  color: inherit;
  text-decoration: none;
}

.yt-ticketing-meta-v3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.yt-ticketing-meta-v3 span,
.yt-ticketing-pill-v3 {
  border: 1px solid rgba(147, 173, 0, .3);
  border-radius: 999px;
  padding: 6px 10px;
}

.yt-ticketing-muted-v3,
.yt-ticketing-description-v3 {
  color: #526074;
}

.yt-ticketing-detail-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 22px;
}

.yt-ticketing-detail-media-v3 {
  min-height: 340px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f6dd;
}

.yt-ticketing-detail-placeholder-v3 {
  height: 100%;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #93ad00;
  font-weight: 800;
}

.yt-ticketing-facts-v3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.yt-ticketing-facts-v3 div,
.yt-ticketing-ticket-v3,
.yt-ticketing-session-v3 {
  background: #f8fafc;
  border-radius: 12px;
  padding: 14px;
}

.yt-ticketing-facts-v3 dt {
  color: #64748b;
  font-size: .85rem;
}

.yt-ticketing-facts-v3 dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.yt-ticketing-section-v3,
.yt-ticketing-hold-v3,
.yt-ticketing-empty-v3,
.yt-ticketing-preview-alert-v3 {
  margin-top: 24px;
  padding: 22px;
}

.yt-ticketing-section-head-v3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 16px;
}

.yt-ticketing-ticket-list-v3,
.yt-ticketing-session-list-v3 {
  display: grid;
  gap: 12px;
}

.yt-ticketing-ticket-v3,
.yt-ticketing-session-v3 {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.yt-ticketing-preview-alert-v3 {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #92400e;
  font-weight: 700;
}

.yt-ticketing-hold-v3 {
  background: #f8fafc;
}

@media (max-width: 767px) {
  .stage301b-ticketing-home-cta-v3__inner,
  .yt-ticketing-detail-v3,
  .yt-ticketing-section-head-v3,
  .yt-ticketing-ticket-v3,
  .yt-ticketing-session-v3 {
    display: grid;
  }

  .yt-ticketing-facts-v3 {
    grid-template-columns: 1fr;
  }
}

/* STAGE301B_PUBLIC_TICKETING_MENU_CTA_FIX_V3B */
.stage301b-ticketing-home-cta-v3 a,
.stage301b-ticketing-home-cta-v3 a:visited,
.stage301b-ticketing-home-cta-v3 a:hover,
.stage301b-ticketing-home-cta-v3 a:focus,
.stage301b-ticketing-home-cta-v3__inner a,
.yt-ticketing-link-v3,
.yt-ticketing-link-v3:visited,
.yt-ticketing-link-v3:hover,
.yt-ticketing-link-v3:focus {
  background: #93ad00 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #93ad00 !important;
  text-decoration: none !important;
}

