/* Event detail page styles moved out of partials/event-page.php. */
.event-intro-section .event-seating-cta {
  margin: 0 0 2px;
}

/* Pull the seating-plan button up tight beneath the gallery images */
.event-intro-section .event-head-layout:has(.event-seating-cta) {
  gap: 12px;
}

.event-intro-section .event-head-media--showcase:has(+ .event-seating-cta) {
  margin-bottom: 0;
}

.event-intro-section .event-head-media:has(+ .event-seating-cta):not(.event-head-media--showcase) .event-hero-image {
  margin-bottom: 0;
}

.event-intro-section .event-showcase-picture,
.event-related-card-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .event-intro-section .event-head-media--showcase .event-showcase-picture > img {
    height: 100% !important;
    object-fit: cover;
  }
}

.event-intro-section .event-seating-cta-btn {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f4faf7 100%);
  border: 1px solid rgba(32, 84, 67, .22);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(14, 31, 53, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
  color: #173d30;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.1;
  padding: 8px 14px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.event-intro-section .event-seating-cta-btn:hover {
  background: linear-gradient(135deg, #ffffff 0%, #eaf5ef 100%);
  border-color: rgba(32, 84, 67, .4);
  box-shadow: 0 10px 22px rgba(14, 31, 53, .12), inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: translateY(-2px);
}

.event-intro-section .event-seating-cta-btn:focus-visible {
  outline: 3px solid rgba(32, 84, 67, .35);
  outline-offset: 2px;
}

.event-intro-section .event-seating-cta-ic {
  align-items: center;
  background: linear-gradient(135deg, #2c7a5b 0%, #225a48 100%);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(32, 84, 67, .3);
  color: #fff;
  display: inline-flex;
  flex: none;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.event-intro-section .event-seating-cta-ic svg {
  height: 15px;
  width: 15px;
}

.event-intro-section .event-seating-cta-arrow {
  align-items: center;
  color: #2c7a5b;
  display: inline-flex;
  transition: transform .18s ease;
}

.event-intro-section .event-seating-cta-arrow svg {
  height: 15px;
  width: 15px;
}

.event-intro-section .event-seating-cta-btn:hover .event-seating-cta-arrow {
  transform: translateX(4px);
}

@media (max-width: 640px) {
  .event-intro-section .event-seating-cta-btn {
    width: auto;
  }
}

.event-intro-section .event-main-title {
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.015em;
}

@media (min-width: 901px) {
  .event-detail-hero--has-media {
    align-items: center !important;
    display: flex !important;
    height: var(--page-hero-fixed-height, var(--page-hero-min-height)) !important;
    max-height: var(--page-hero-fixed-height, var(--page-hero-min-height)) !important;
    min-height: var(--page-hero-fixed-height, var(--page-hero-min-height)) !important;
    padding: 0 !important;
  }

  .event-detail-hero--has-media .hero-media-layer {
    height: 100% !important;
    inset: 0 !important;
    max-height: none !important;
    min-height: 100% !important;
    position: absolute !important;
    width: 100% !important;
  }

  .event-detail-hero--has-media .hero-media-img {
    display: block !important;
    filter: none !important;
    height: 100% !important;
    inset: 0 !important;
    max-height: none !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    position: absolute !important;
    transform: none !important;
    width: 100% !important;
  }

  .event-detail-hero--has-media > .container {
    align-self: center;
    position: relative;
    width: min(1200px, calc(100% - 40px));
    z-index: 2;
  }
}

@media (max-width: 640px) {
  .event-intro-section .event-main-title {
    font-size: clamp(28px, 7.4vw, 38px);
    line-height: 1.06;
  }
}

.event-intro-section .event-head-description {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
}

.event-intro-section .event-head-description p,
.event-intro-section .event-head-description ul,
.event-intro-section .event-head-description ol,
.event-intro-section .event-head-description blockquote {
  margin: 0 0 .9em;
}

.event-intro-section .event-head-description h2,
.event-intro-section .event-head-description h3,
.event-intro-section .event-head-description h4 {
  color: #1a2b49;
  line-height: 1.16;
  margin: 1em 0 .45em;
}

.event-intro-section .event-head-description h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.event-intro-section .event-head-description h3 {
  font-size: clamp(21px, 2vw, 28px);
}

.event-intro-section .event-head-description h4 {
  font-size: 19px;
}

.event-intro-section .event-head-description blockquote {
  border-left: 3px solid #d0c1ad;
  color: #5f5146;
  padding-left: 14px;
}

.event-intro-section .event-head-description > :first-child { margin-top: 0; }
.event-intro-section .event-head-description > :last-child { margin-bottom: 0; }

.event-intro-section .event-head-external-rating {
  align-items: center;
  color: #45566f;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 8px;
  text-decoration: none;
}

.event-intro-section a.event-head-external-rating:hover {
  color: #1a2b49;
  text-decoration: none;
}

.event-intro-section .event-head-external-rating .home-stars {
  flex: 0 0 auto;
  transform: translateY(-1px);
}

.event-intro-section .event-head-external-rating .home-star {
  height: 15px;
  width: 15px;
}

.event-intro-section .event-head-review-meta {
  color: #5b6880;
  font-weight: 750;
}

.event-intro-section .event-head-description-wrap {
  position: relative;
}

.event-intro-section .event-head-description-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--tw-primary, #1f4d3b);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1.45;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-intro-section .event-head-description-toggle[hidden] {
  display: none !important;
}

/* Flat info items (icon tile + label) — NOT buttons. No pill border/shadow/hover. */
.event-intro-section .event-head-meta {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin: 6px 0 20px;
  max-width: 100%;
  min-width: 0;
}

.event-intro-section .event-head-meta-item {
  --event-chip-accent: #2a6450;
  --event-chip-bg: #e9f4ee;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #36414f;
  cursor: default;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 600;
  gap: 9px;
  letter-spacing: .005em;
  line-height: 1.35;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  white-space: normal;
}

.event-intro-section .event-head-meta-text {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}

.event-intro-section .event-head-meta-icon {
  align-items: center;
  background: var(--event-chip-bg);
  border: 0;
  border-radius: 9px;
  color: var(--event-chip-accent);
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.event-intro-section .event-head-meta-icon svg {
  height: 16px;
  width: 16px;
}

.event-intro-section .event-head-meta-item--location {
  --event-chip-accent: #2a6450;
  --event-chip-bg: #e9f4ee;
  align-items: flex-start;
  flex: 1 1 100%;
}

.event-intro-section .event-head-meta-item--location .event-head-meta-text {
  overflow-wrap: anywhere;
}

.event-intro-section .event-head-meta-item--price {
  --event-chip-accent: #8a5b00;
  --event-chip-bg: #fbf1d8;
}

.event-intro-section .event-head-meta-item--seating {
  --event-chip-accent: #245ea8;
  --event-chip-bg: #e9f1fb;
}

.event-intro-section .event-head-meta-item--access.is-yes {
  --event-chip-accent: #0f7a4f;
  --event-chip-bg: #e7f5ee;
}

.event-intro-section .event-head-meta-item--access.is-no {
  --event-chip-accent: #b4453f;
  --event-chip-bg: #fbeceb;
}

@media (max-width: 640px) {
  .event-intro-section .event-head-meta {
    gap: 10px 16px;
  }

  .event-intro-section .event-head-meta-item {
    font-size: 14px;
    line-height: 1.3;
    max-width: 100%;
    white-space: normal;
  }
}

@media(max-width:900px) {
  .event-intro-section .event-head-description-wrap.is-clamped:not(.is-expanded) .event-head-description {
    display: block;
    max-height: 12.8em;
    overflow: hidden;
    padding-right: 86px;
  }

  .event-intro-section .event-head-description-wrap.is-clamped:not(.is-expanded) .event-head-description-toggle {
    align-items: center;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 18px, #fff);
    bottom: 0;
    display: inline-flex;
    justify-content: flex-end;
    min-width: 98px;
    padding-left: 24px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 2;
  }

  .event-intro-section .event-head-description-wrap.is-clamped.is-expanded .event-head-description-toggle {
    align-items: center;
    background: transparent;
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 8px;
    min-width: 0;
    padding-left: 0;
    position: static;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .event-intro-section .event-head-description-wrap.is-clamped:not(.is-expanded) .event-head-description {
    padding-right: 0;
  }
  .event-intro-section .event-head-description-wrap.is-clamped:not(.is-expanded) .event-head-description-toggle {
    background: none;
    bottom: auto;
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 6px;
    min-width: 0;
    padding-left: 0;
    position: static;
    right: auto;
    text-align: left;
  }
}

.event-booking-widget {
  margin: 9px 0 8px;
  position: relative;
}
.event-booking-demand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: #c9151b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.event-booking-panel {
  margin-top: 10px;
  border: 1px solid #d1d5db;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}
.event-affiliate-panel {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.event-affiliate-cta {
  justify-content: center;
  min-height: 46px;
  text-align: center;
  width: 100%;
}
.event-affiliate-note {
  color: #5b6c84;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.event-booking-date-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}
.event-booking-date-option {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  color: #0f172a;
  text-align: left;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.event-booking-date-option.is-active {
  border-color: var(--proto-red, #b91c1c);
  background: rgba(var(--tw-primary-rgb, 31, 77, 59), 0.07);
}
.event-booking-date-option small {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}
.event-booking-error {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 12px;
  border: 1px solid rgba(201, 21, 27, 0.28);
  background: rgba(201, 21, 27, 0.1);
  color: #8a1015;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 12px;
}
.event-booking-widget.is-single-date [data-booking-toggle="dates"],
.event-booking-widget.is-single-date [data-booking-date-step],
.event-booking-widget.is-single-date [data-booking-time-notice],
.event-booking-widget.is-single-date [data-booking-panel="dates"] {
  display: none;
}
/* ── Calendar date picker ── */
.event-booking-widget .booking-cal { padding: 12px 12px 8px; }
.event-booking-widget .booking-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.event-booking-widget .booking-cal-title { font-size: 15px; font-weight: 700; color: #0f172a; }
.event-booking-widget .booking-cal-nav {
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #334155;
}
.event-booking-widget .booking-cal-nav:hover:not([disabled]) { background: #f1f5f9; }
.event-booking-widget .booking-cal-nav[disabled] { opacity: 0.3; cursor: default; }
.event-booking-widget .booking-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.event-booking-widget .booking-cal-wd {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  padding: 0 0 8px;
}
.event-booking-widget .booking-cal-day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  background: none;
  color: #cbd5e1;
  cursor: default;
}
.event-booking-widget .booking-cal-day.is-past { color: #e2e8f0; }
.event-booking-widget .booking-cal-day.is-available {
  background: var(--tw-tint-2, #d6ece0);
  color: var(--proto-red, #b91c1c);
  cursor: pointer;
}
.event-booking-widget .booking-cal-day.is-available:hover { background: var(--tw-tint-3, #c4e3d1); }
.event-booking-widget .booking-cal-day.is-selected { background: var(--proto-red, #b91c1c) !important; color: #fff !important; }
.event-booking-widget .booking-cal-time-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0 4px;
  border-top: 1px solid #e5e7eb;
  margin-top: 10px;
}
.event-booking-widget .booking-cal-time-btn {
  border: 1px solid var(--proto-red, #b91c1c);
  border-radius: 999px;
  background: #fff;
  color: var(--proto-red, #b91c1c);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  cursor: pointer;
}
.event-booking-widget .booking-cal-time-btn:hover { background: var(--tw-tint-2, #d6ece0); }
.event-booking-widget .booking-cal-time-btn.is-selected { background: var(--proto-red, #b91c1c); color: #fff; }

/* ── GetYourGuide-style option cards ── */
.event-booking-widget .gyg-options-wrap {
  min-width: 0;
}
.event-booking-widget .gyg-date-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  background: linear-gradient(135deg, #fff 0%, var(--tw-tint-1, #f1f8f3) 100%);
  border: 1.5px solid var(--proto-red, #b91c1c);
  border-radius: 14px;
  box-shadow: 0 11px 24px rgba(var(--tw-primary-rgb,31,77,59),.12);
  color: var(--proto-red, #b91c1c);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  padding: 8px 12px;
  text-align: left;
  margin-bottom: 4px;
}
.event-booking-widget .gyg-date-trigger:hover { background: var(--tw-tint-1, #eef5f0); }
.event-booking-widget .gyg-date-trigger[aria-expanded="true"] { background: var(--tw-tint-1, #eef5f0); }
.event-booking-widget .gyg-date-trigger-icon {
  align-items: center;
  background: var(--tw-tint-2, #e6f0ea);
  border: 1px solid var(--tw-tint-3, #cfe2d6);
  border-radius: 9px;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}
.event-booking-widget .gyg-date-trigger-caret { margin-left: auto; font-size: 11px; }
.event-booking-widget .gyg-date-trigger[aria-expanded="true"] .gyg-date-trigger-caret::after { content: '▲'; }
.event-booking-widget .gyg-date-trigger:not([aria-expanded="true"]) .gyg-date-trigger-caret::after { content: '▼'; }
.event-booking-widget .gyg-step-label {
  color: #111827;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
  margin: 3px 0 6px;
}
.event-booking-widget .gyg-time-choice-note,
.event-booking-widget .booking-cal-time-note {
  align-items: flex-start;
  background: var(--tw-tint-1, #eef5f0);
  border: 1px solid var(--tw-tint-3, #cfe2d6);
  border-radius: 12px;
  color: var(--tw-primary, #1f4d3b);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  gap: 7px;
  line-height: 1.35;
  padding: 8px 10px;
}
.event-booking-widget .gyg-time-choice-note {
  margin: 6px 0 8px;
}
.event-booking-widget .gyg-time-choice-note[hidden] {
  display: none;
}
.event-booking-widget .booking-cal-time-note {
  margin-top: 10px;
}
.event-booking-widget .gyg-time-choice-note::before,
.event-booking-widget .booking-cal-time-note::before {
  content: '!';
  align-items: center;
  background: var(--proto-red, #1f4d3b);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 12px;
  font-weight: 950;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin-top: 0;
  width: 18px;
}
.event-booking-widget .event-seat-map-panel {
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 8px;
  margin: 9px 0 10px;
  padding: 10px;
}
.event-booking-widget .event-seat-map-panel[hidden] { display: none; }
.event-booking-widget .event-seat-map-loading {
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
}
.event-booking-widget .event-seat-map-head {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-width: 0;
}
.event-booking-widget .event-seat-map-head strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  min-width: 0;
}
.event-booking-widget .event-seat-map-head span {
  color: #0f766e;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-booking-widget .event-seat-map-subtitle {
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  margin-top: 1px;
}
.event-booking-widget .event-seat-map-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.event-booking-widget .event-seat-map-chip {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: #166534;
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  max-width: 100%;
  min-height: 24px;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-booking-widget .event-seat-map-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
}
.event-booking-widget .event-seat-map-seat {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  color: #334155;
  display: inline-flex;
  font-size: 10px;
  font-weight: 850;
  justify-content: center;
  min-height: 26px;
  min-width: 0;
  overflow: hidden;
  padding: 4px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-booking-widget .event-seat-map-seat.is-available,
.event-booking-widget .event-seat-map-seat.is-unknown {
  background: #f0fdfa;
  border-color: #99f6e4;
  color: #115e59;
}
.event-booking-widget .gyg-options-header {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  margin: 6px 0 6px;
}
.event-booking-widget .gyg-option-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #edf1f6;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
  transition: background .16s ease;
}
.event-booking-widget .gyg-option-card:last-child { border-bottom: 0; }
.event-booking-widget .gyg-option-card:hover {
  background: rgba(var(--tw-primary-rgb,31,77,59),.045);
}
.event-booking-widget .gyg-option-card.is-open {
  background: #fff;
  border-bottom-color: transparent;
  border-radius: 12px;
  box-shadow: 0 0 0 1.5px var(--proto-red, #b91c1c), 0 8px 20px rgba(17,24,39,.08);
}
.event-booking-widget .gyg-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 6px 10px;
  cursor: pointer;
  gap: 9px;
}
.event-booking-widget .gyg-card-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.event-booking-widget .gyg-card-title-line {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  flex: 1 1 auto;
}
.event-booking-widget .gyg-category-swatch {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid rgba(17,24,39,.16);
  border-radius: 3px;
}
.event-booking-widget .gyg-card-title {
  color: #111827;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.2;
  min-width: 0;
  overflow-wrap: break-word;
  white-space: normal;
}
.event-booking-widget .gyg-card-title::first-line {
  font-weight: 900;
}
.event-booking-widget .gyg-card-from {
  color: #738096;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}
.event-booking-widget .gyg-select-btn {
  background: linear-gradient(135deg, #fff 0%, var(--tw-tint-1, #f1f8f3) 100%);
  border: 1.5px solid var(--proto-red, #b91c1c);
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(var(--tw-primary-rgb,31,77,59),.10);
  color: var(--proto-red, #b91c1c);
  font-size: 12px;
  font-weight: 900;
  min-height: 30px;
  padding: 5px 13px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}
.event-booking-widget .gyg-select-btn:hover {
  background: var(--proto-red, #b91c1c);
  color: #fff;
}
.event-booking-widget .gyg-card-body { padding: 0 16px 16px; }
.event-booking-widget .gyg-card-start { font-size: 13px; color: #64748b; margin-bottom: 14px; }
.event-booking-widget .gyg-card-start strong { color: #0f172a; }
.event-booking-widget .gyg-entry-time {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
}
.event-booking-widget .gyg-entry-time label {
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}
.event-booking-widget .gyg-entry-time select {
  width: 100%;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  min-height: 42px;
  padding: 8px 10px;
}
.event-booking-widget .gyg-entry-time select:focus {
  border-color: var(--proto-red, #b91c1c);
  box-shadow: 0 0 0 3px rgba(var(--tw-primary-rgb, 31, 77, 59), 0.12);
  outline: none;
}
.event-booking-widget .gyg-qty-section { border-top: 1px solid #f1f5f9; padding-top: 8px; }
.event-booking-widget .gyg-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.event-booking-widget .gyg-qty-info { flex: 1; min-width: 0; }
.event-booking-widget .gyg-qty-name { font-size: 14px; font-weight: 400; color: #0f172a; white-space: normal; overflow-wrap: break-word; }
.event-booking-widget .gyg-qty-age { font-size: 12px; color: #64748b; }
.event-booking-widget .gyg-qty-fee { font-size: 11px; color: #94a3b8; margin-top: 2px; }
.event-booking-widget .gyg-qty-price { font-size: 13px; color: #334155; margin: 0 8px; white-space: nowrap; }
.event-booking-widget .gyg-stepper { display: flex; align-items: center; gap: 8px; }
.event-booking-widget .gyg-step-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--proto-red, #b91c1c);
  background: #fff;
  color: var(--proto-red, #b91c1c);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.12s;
}
.event-booking-widget .gyg-step-btn:hover:not([disabled]) { background: var(--tw-tint-1, #eef5f0); }
.event-booking-widget .gyg-step-btn[disabled] { border-color: #cbd5e1; color: #cbd5e1; cursor: default; }
.event-booking-widget .gyg-step-value {
  width: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  flex-shrink: 0;
}
.event-booking-widget .gyg-card-price-section {
  border-top: 1px solid #f1f5f9;
  margin-top: 8px;
  padding-top: 12px;
}
.event-booking-widget .gyg-card-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4px;
}
.event-booking-widget .gyg-card-total-label { font-size: 13px; color: #64748b; }
.event-booking-widget .gyg-card-total-price { font-size: 22px; font-weight: 800; color: #0f172a; }
.event-booking-widget .gyg-card-breakdown { font-size: 12px; color: #64748b; margin-bottom: 8px; }
.event-booking-widget .gyg-card-tax-note { font-size: 12px; color: #64748b; margin-bottom: 14px; }
.event-booking-widget .gyg-extras-section {
  border-top: 1px solid #f1f5f9;
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding-top: 10px;
}
.event-booking-widget .gyg-extras-heading {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}
.event-booking-widget .gyg-extra-row {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.event-booking-widget .gyg-choice-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 10px;
  margin: 4px 0;
}
.event-booking-widget .gyg-choice-row.is-chosen {
  border-color: var(--proto-red, #b91c1c);
  background: #fef7f7;
}
.event-booking-widget .gyg-choice-radio {
  accent-color: var(--proto-red, #b91c1c);
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
}
.event-booking-widget .gyg-extra-info { min-width: 0; }
.event-booking-widget .gyg-extra-name {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}
.event-booking-widget .gyg-extra-desc {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}
.event-booking-widget .gyg-extra-price {
  color: #334155;
  font-size: 12px;
  white-space: nowrap;
}
.event-booking-widget .gyg-add-btn {
  display: block;
  width: 100%;
  padding: 13px;
  background: var(--proto-red, #b91c1c);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
}
.event-booking-widget .gyg-add-btn:hover:not([disabled]) { background: var(--proto-red-hover, #991b1b); }
.event-booking-widget .gyg-add-btn[disabled] { opacity: 0.6; cursor: default; }
.event-booking-widget .gyg-card-note { font-size: 12px; color: #64748b; margin-top: 10px; }
.event-booking-widget .gyg-card-note.gyg-card-age-warning {
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 12px 0 0;
  text-align: center;
}
.event-side-column .event-gift-inline {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid rgba(207, 168, 90, .5);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff9ed 0%, #fffefd 100%);
  box-shadow: 0 8px 18px rgba(126, 88, 27, .06);
  color: var(--tw-primary, #173f31);
  text-decoration: none;
}
.event-side-column .event-gift-inline span {
  color: #8a6a2f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.event-side-column .event-gift-inline strong {
  color: var(--tw-primary, #173f31);
  font-size: 12.5px;
  line-height: 1.25;
}
.event-side-column .event-gift-inline small {
  color: #5f6b7a;
  font-size: 11px;
  line-height: 1.25;
}
/* --- Related-event card layout --- */
/* Shared related-card layout (event.php).
   Regression checklist:
   1) Card image stays tall and uncropped weirdly.
   2) Title block clamps cleanly.
   3) View event button aligns consistently at the bottom.
   4) Grid collapses 4->2->1 at breakpoints.
*/

.event-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.event-related-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-related-card-media {
  aspect-ratio: 4 / 3;
  background: #e5e7eb;
  overflow: hidden;
  flex: 0 0 auto;
}

.event-related-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 480px) {
  .event-related-card-media img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100%;
    object-fit: cover !important;
  }
}

.event-related-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
}

.event-related-card-body h3 {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-related-card-body .meta {
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
}

.event-related-card-body .btn {
  align-self: flex-start;
  margin-top: auto;
  white-space: nowrap;
  font-size: 12px;
  padding: 8px 14px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .event-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .event-related-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-content: stretch;
  }

  .event-related-card {
    max-width: none;
  }
}

.event-external-reviews {
  margin: 0 0 clamp(22px, 2.6vw, 34px);
}
.event-external-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 12px;
}
.event-external-review-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #1a2b49;
}
.event-external-review-source {
  font-size: 14px;
  font-weight: 800;
  color: #1a2b49;
}
.event-external-review-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.event-external-review-rating .home-stars {
  font-size: 18px;
}
.event-external-review-score {
  font-size: 16px;
  font-weight: 800;
  color: #1a2b49;
}
.event-external-review-count {
  color: var(--proto-muted, #64748b);
  font-size: 13px;
  line-height: 1.45;
}
.event-external-review-link {
  justify-self: start;
  font-size: 13px;
  font-weight: 800;
  color: var(--tw-primary, #1f4d3b);
  text-decoration: none;
}
.event-external-review-link:hover { text-decoration: underline; }

/* Event detail mobile/tablet overflow safeguards */
.event-intro-section,
.event-intro-section .event-detail,
.event-intro-section .event-main-column,
.event-intro-section .event-side-column,
.event-intro-section .event-booking-card {
  min-width: 0;
}

.event-intro-section .event-booking-card {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.event-intro-section .event-side-column {
  align-content: start;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 30;
}

.event-intro-section .event-detail-secondary {
  margin-top: clamp(18px, 2.2vw, 34px);
}

.event-intro-section .sightseeing-public {
  grid-column: 1 / -1;
  margin: 0;
}

.event-intro-section .event-main-column--after-sightseeing {
  grid-column: 1 / 2;
}

.event-venue-block--with-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 20px;
  align-items: center;
}

.event-location-details {
  min-width: 0;
  overflow-wrap: break-word;
}

.event-location-details .btn {
  max-width: 100%;
  white-space: normal;
}

.event-location-map {
  position: relative;
  height: 320px;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2f4;
}

.event-location-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.event-location-map-consent {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}

.event-location-map-consent[hidden],
.event-location-map-frame[hidden] {
  display: none;
}

.event-location-map-consent p {
  margin: 0;
}

@media (max-width: 700px) {
  .event-venue-block--with-map {
    grid-template-columns: minmax(0, 1fr);
  }
}

.event-intro-section .event-main-column,
.event-intro-section .event-head-media {
  position: relative;
  z-index: 1;
}

.event-booking-widget .gyg-card-head > div {
  min-width: 0;
  flex: 1 1 auto;
}

.event-booking-widget .gyg-card-title,
.event-booking-widget .gyg-card-from,
.event-booking-widget .gyg-qty-age,
.event-booking-widget .gyg-card-breakdown,
.event-booking-widget .gyg-card-note {
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .event-intro-section .event-detail {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .event-intro-section .event-side-column {
    position: static;
  }
}

@media (max-width: 900px) {
  .event-intro-section .event-booking-card {
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 14px 34px rgba(20,38,70,0.12);
  }

  .event-intro-section .event-booking-card h3 {
    font-size: 24px;
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .event-intro-section .event-facts-grid {
    gap: 8px;
    margin-bottom: 8px;
  }

  .event-intro-section .event-fact {
    border-radius: 10px;
    gap: 8px;
    padding: 8px 10px;
  }

  .event-intro-section .event-fact span {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .event-intro-section .event-fact strong {
    font-size: 13px;
    line-height: 1.25;
    text-align: right;
  }

  .event-intro-section .event-admission-meta {
    font-size: 13px;
    margin: 8px 0;
  }

  .event-booking-widget {
    margin: 10px 0 8px;
  }

  .event-booking-widget .gyg-date-trigger {
    border-width: 1.5px;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 2px;
    padding: 9px 12px;
  }

  .event-booking-widget .gyg-date-trigger-icon {
    font-size: 15px;
    line-height: 1;
  }

  .event-booking-widget .gyg-options-header {
    font-size: 14px;
    line-height: 1.25;
    margin: 9px 0 8px;
  }

  .event-booking-widget .gyg-option-card {
    border-radius: 0;
    margin-bottom: 0;
  }

  .event-booking-widget .gyg-card-head {
    gap: 8px;
    padding: 9px 10px;
  }

  .event-booking-widget .gyg-card-summary {
    gap: 8px;
  }

  .event-booking-widget .gyg-card-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .event-booking-widget .gyg-card-from {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 0;
  }

  .event-booking-widget .gyg-select-btn {
    border-radius: 6px;
    font-size: 13px;
    min-height: 34px;
    padding: 5px 12px;
  }

  .event-booking-widget .gyg-card-body {
    padding: 0 12px 12px;
  }

  .event-booking-widget .gyg-card-start {
    font-size: 12px;
    margin-bottom: 9px;
  }

  .event-booking-widget .gyg-entry-time {
    margin-bottom: 10px;
  }

  .event-booking-widget .gyg-entry-time select {
    font-size: 13px;
    min-height: 38px;
  }

  .event-booking-widget .gyg-qty-section {
    padding-top: 6px;
  }

  .event-booking-widget .gyg-qty-row {
    gap: 8px;
    padding: 6px 0;
  }

  .event-booking-widget .gyg-qty-name {
    font-size: 13px;
  }

  .event-booking-widget .gyg-qty-age,
  .event-booking-widget .gyg-card-breakdown,
  .event-booking-widget .gyg-card-tax-note,
  .event-booking-widget .gyg-card-note {
    font-size: 11px;
  }

  .event-booking-widget .gyg-qty-price {
    font-size: 12px;
    margin: 0 6px;
  }

  .event-booking-widget .gyg-stepper {
    gap: 6px;
  }

  .event-booking-widget .gyg-step-btn {
    height: 28px;
    width: 28px;
  }

  .event-booking-widget .gyg-step-value {
    font-size: 14px;
    width: 24px;
  }

  .event-booking-widget .gyg-card-price-section {
    margin-top: 6px;
    padding-top: 9px;
  }

  .event-booking-widget .gyg-card-total-price {
    font-size: 19px;
  }

  .event-booking-widget .gyg-card-tax-note {
    margin-bottom: 10px;
  }

  .event-booking-widget .gyg-add-btn {
    border-radius: 7px;
    font-size: 15px;
    padding: 10px 12px;
  }
}

.event-intro-section .event-booking-card {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 237, 214, .78), transparent 31%),
    radial-gradient(circle at 92% 3%, rgba(255, 233, 226, .95), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,250,246,.97) 100%);
  border: 2px solid var(--proto-red, #b91c1c);
  border-radius: 22px;
  box-shadow: none;
  overflow: hidden;
  padding: 18px;
}

.event-intro-section .event-booking-card h3 {
  color: #111827;
  font-size: 25px;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.event-intro-section .event-facts-grid {
  gap: 7px;
  margin-bottom: 10px;
}

.event-intro-section .event-fact {
  align-items: center;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(189, 202, 221, .78);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 38px;
  padding: 5px 10px 5px 5px;
}

.event-intro-section .event-fact::before {
  align-items: center;
  background: linear-gradient(145deg, #f9fbff, #e9f2ff);
  border: 1px solid #d9e7fb;
  border-radius: 9px;
  color: #1d63ca;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.event-intro-section .event-fact:nth-child(1)::before { content: '\20AC'; }
.event-intro-section .event-fact:nth-child(2)::before { content: '\23F1'; }
.event-intro-section .event-fact:nth-child(3)::before { content: '\23F0'; }

.event-intro-section .event-fact span {
  color: #59677b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  min-width: 0;
  text-transform: uppercase;
}

.event-intro-section .event-fact strong {
  color: #12213b;
  font-size: 12.5px;
  line-height: 1.15;
  text-align: right;
}

/* Desktop/tablet: compact horizontal facts strip to shorten the widget (keeps all info + text sizes) */
@media (min-width: 901px) {
  .event-intro-section .event-facts-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    margin-bottom: 12px;
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .event-intro-section .event-fact {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    min-height: 0;
    padding: 2px 12px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .event-intro-section .event-fact:nth-child(1) { flex-grow: 1.5; }

  .event-intro-section .event-fact + .event-fact {
    border-left: 1px solid rgba(189, 202, 221, .6);
  }

  .event-intro-section .event-fact::before { display: none; }

  .event-intro-section .event-fact span {
    font-size: 9px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .event-intro-section .event-fact strong {
    font-size: 12.5px;
    line-height: 1.2;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .event-intro-section .event-fact {
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-areas:
      "icon label"
      "icon value";
    align-items: center;
    column-gap: 9px;
    row-gap: 2px;
    padding: 7px 10px 7px 7px;
  }
  .event-intro-section .event-fact::before { grid-area: icon; }
  .event-intro-section .event-fact span {
    grid-area: label;
    white-space: nowrap;
  }
  .event-intro-section .event-fact strong {
    grid-area: value;
    text-align: left;
    overflow-wrap: anywhere;
  }
}

.event-intro-section .event-flexible-policy {
  color: #48566c;
  font-size: 12.5px;
  line-height: 1.45;
  margin: 2px 0 12px;
}

.event-intro-section .event-flexible-policy strong {
  color: #0f6c45;
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

@media (min-width: 1025px) {
  .event-intro-section .event-side-column {
    display: block;
    position: sticky;
    top: calc(108px + var(--notice-offset, 0px) + 16px);
    align-self: start;
    margin-top: 22px;
    padding: 4px 8px 18px;
  }
  .event-intro-section .event-side-column > * + * {
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .event-intro-section .event-booking-card {
    padding: 14px;
  }

  .event-intro-section .event-booking-card h3 {
    font-size: 27px;
  }
}
/* --- Booking widget typography --- */
.event-intro-section .event-booking-card {
  --booking-body-size: 1rem;
  --booking-label-size: 0.875rem;
  --booking-title-size: 1.0625rem;
  --booking-background: #f7f9f8;
  --booking-surface: #fff;
  --booking-border: #d6ded9;
  --booking-control-border: #718b7d;
  background: var(--booking-background);
  border-color: var(--booking-border);
  box-shadow: none;
  font-size: var(--booking-body-size);
  line-height: 1.45;
}

.event-intro-section .event-booking-card h3 {
  font-size: 1.75rem;
  line-height: 1.15;
  margin-bottom: 16px;
}

.event-intro-section .event-booking-card .event-fact span {
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: normal;
}

.event-intro-section .event-booking-card .event-fact strong {
  font-size: var(--booking-body-size);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.event-intro-section .event-booking-card .event-fact {
  row-gap: 5px;
}

.event-intro-section .event-booking-card .event-flexible-policy,
.event-intro-section .event-booking-card .event-flexible-policy strong,
.event-intro-section .event-booking-card .event-admission-meta {
  font-size: var(--booking-label-size);
  line-height: 1.45;
}

.event-booking-widget {
  container-type: inline-size;
  font-size: var(--booking-body-size, 1rem);
  line-height: 1.45;
  letter-spacing: 0;
}

.event-booking-widget .gyg-step-label,
.event-booking-widget .gyg-options-header,
.event-booking-widget .gyg-card-title {
  font-size: var(--booking-title-size, 1.0625rem);
  line-height: 1.35;
}

.event-booking-widget .gyg-step-label {
  margin: 10px 0 6px;
}

.event-booking-widget .gyg-options-header {
  margin: 10px 0 6px;
}

.event-booking-widget .gyg-date-trigger,
.event-booking-widget .gyg-qty-name,
.event-booking-widget .gyg-qty-price,
.event-booking-widget .gyg-step-value,
.event-booking-widget .gyg-extra-name,
.event-booking-widget .gyg-extra-price,
.event-booking-widget .gyg-card-total-label,
.event-booking-widget .gyg-entry-time select,
.event-booking-widget .booking-cal-title,
.event-booking-widget .booking-cal-time-btn {
  font-size: var(--booking-body-size, 1rem);
  line-height: 1.4;
}

.event-booking-widget .gyg-date-trigger {
  background: var(--booking-surface, #fff);
  border-color: var(--booking-control-border, #718b7d);
  box-shadow: none;
  min-height: 52px;
  padding: 12px;
  font-weight: 750;
  gap: 10px;
}

.event-booking-widget [data-booking-date-label] {
  min-width: 0;
  overflow-wrap: anywhere;
}

.event-booking-widget .gyg-date-trigger-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.event-booking-widget .gyg-date-trigger-caret {
  flex-shrink: 0;
}

.event-booking-widget .gyg-card-from,
.event-booking-widget .gyg-card-start,
.event-booking-widget .gyg-qty-age,
.event-booking-widget .gyg-qty-fee,
.event-booking-widget .gyg-card-breakdown,
.event-booking-widget .gyg-card-tax-note,
.event-booking-widget .gyg-card-note,
.event-booking-widget .gyg-card-note.gyg-card-age-warning,
.event-booking-widget .gyg-extra-desc,
.event-booking-widget .gyg-extras-heading,
.event-booking-widget .gyg-entry-time label,
.event-booking-widget .gyg-time-choice-note,
.event-booking-widget .booking-cal-time-note,
.event-booking-widget .booking-cal-wd,
.event-booking-widget .booking-cal-day,
.event-booking-widget .event-seat-map-loading,
.event-booking-widget .event-seat-map-head strong,
.event-booking-widget .event-seat-map-head span,
.event-booking-widget .event-seat-map-subtitle,
.event-booking-widget .event-seat-map-chip {
  font-size: var(--booking-label-size, 0.875rem);
  line-height: 1.45;
}

.event-booking-widget .gyg-card-from,
.event-booking-widget .gyg-qty-fee {
  color: #526078;
}

.event-booking-widget .gyg-option-card {
  background: var(--booking-surface, #fff);
  border-color: var(--booking-border, #d6ded9);
  box-shadow: none;
}

.event-booking-widget .gyg-option-card:hover {
  background: #f1f5f3;
}

.event-booking-widget .gyg-option-card.is-open {
  background: var(--booking-surface, #fff);
  border-color: var(--booking-control-border, #718b7d);
  box-shadow: 0 0 0 1px var(--booking-control-border, #718b7d);
}

.event-booking-widget .gyg-card-head {
  align-items: flex-start;
  padding: 6px 12px;
  gap: 12px;
}

.event-booking-widget .gyg-card-summary {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.event-booking-widget .gyg-card-title-line {
  align-items: baseline;
}

.event-booking-widget .gyg-card-body {
  padding: 0 14px 8px;
}

.event-booking-widget .gyg-card-start {
  margin-bottom: 6px;
}

.event-booking-widget .gyg-qty-section {
  padding-top: 2px;
}

.event-booking-widget .gyg-card-price-section {
  margin-top: 2px;
  padding-top: 6px;
}

.event-booking-widget .gyg-card-breakdown {
  margin-bottom: 4px;
}

.event-booking-widget .gyg-card-tax-note {
  margin-bottom: 8px;
}

.event-booking-widget .gyg-select-btn {
  background: var(--booking-surface, #fff);
  box-shadow: none;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 12px;
  font-size: var(--booking-label-size, 0.875rem);
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 45%;
}

.event-booking-widget .gyg-qty-row {
  gap: 8px;
  padding: 6px 0;
}

.event-booking-widget .gyg-stepper {
  flex: 0 0 auto;
  gap: 6px;
}

.event-booking-widget .gyg-step-btn {
  width: 44px;
  height: 44px;
  font-size: 24px;
}

.event-booking-widget .gyg-step-value {
  width: 28px;
}

.event-booking-widget .gyg-card-total {
  flex-wrap: wrap;
  gap: 8px;
}

.event-booking-widget .gyg-card-total-price {
  font-size: 1.75rem;
  line-height: 1.25;
}

.event-booking-widget .gyg-add-btn {
  font-size: 1.125rem;
  min-height: 52px;
  line-height: 1.35;
  padding: 14px;
}

.event-booking-widget .gyg-entry-time select,
.event-booking-widget .booking-cal-time-btn {
  min-height: 44px;
}

.event-booking-widget .booking-cal-day {
  height: 40px;
}

@container (max-width: 380px) {
  .event-booking-widget .gyg-qty-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
  }

  .event-booking-widget .gyg-qty-info {
    grid-column: 1 / -1;
  }

  .event-booking-widget .gyg-qty-price {
    margin: 0;
  }

  .event-booking-widget .gyg-stepper {
    justify-self: end;
  }
}
