/** Events archive and single pages. Version 3.15.18. */
.dzh-events-page,
.dzh-single-event { padding-bottom: clamp(48px, 7vw, 88px); }
.dzh-events-page { background: var(--dzh-surface); }

.dzh-events-hero,
.dzh-single-event__hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--dzh-border);
  background: linear-gradient(135deg, #eef2ff 0%, #fff 58%, #eaf8f4 100%);
}
.dzh-events-hero::after,
.dzh-single-event__hero::after {
  position: absolute; inset: auto -80px -160px auto; width: 360px; height: 360px;
  border-radius: 50%; background: rgba(45, 91, 255, .07); content: ""; pointer-events: none;
}
.dzh-events-hero .container,
.dzh-single-event__hero .container { position: relative; z-index: 1; padding-block: clamp(32px, 6vw, 72px); }
.dzh-events-hero h1,
.dzh-single-event__hero h1 { max-width: 850px; margin-bottom: 16px; }
.dzh-events-hero .container > p:last-child,
.dzh-single-event__intro { max-width: 720px; margin: 0; color: var(--dzh-muted); font-size: clamp(17px, 2vw, 20px); }
.dzh-events-eyebrow { margin: 0 0 8px; color: var(--dzh-blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dzh-event-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: clamp(24px, 4vw, 40px); color: var(--dzh-muted); font-size: 14px; }
.dzh-event-breadcrumbs a { color: inherit; text-decoration: none; }
.dzh-event-breadcrumbs a:hover { color: var(--dzh-blue); }

.dzh-events-main { padding-block: clamp(42px, 6vw, 72px); }
.dzh-events-intro { max-width: 980px; margin-bottom: 28px; }
.dzh-events-intro h2 { margin-bottom: 14px; }
.dzh-events-intro > p:last-child,
.dzh-events-section-heading > p:last-child { max-width: 920px; margin-bottom: 0; color: var(--dzh-muted); }
.dzh-events-heading { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.dzh-events-heading h2,
.dzh-events-heading p { margin-bottom: 0; }
.dzh-events-heading > p { max-width: 480px; color: var(--dzh-muted); text-align: end; }
.dzh-events-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dzh-event-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; margin: 0; border: 1px solid var(--dzh-border); border-radius: var(--radius-card); background: var(--dzh-surface); box-shadow: var(--shadow-small); transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast); }
.dzh-event-card:hover { transform: translateY(-3px); border-color: var(--dzh-border-strong); box-shadow: var(--shadow-card); }
.dzh-event-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--dzh-blue-soft); }
.dzh-event-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.dzh-event-card:hover .dzh-event-card__media img { transform: scale(1.035); }
.dzh-event-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg, var(--dzh-blue-soft), var(--dzh-mint-soft)); color: var(--dzh-blue); font-size: 46px; }
.dzh-event-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 22px; }
.dzh-event-card__labels,
.dzh-single-event__labels { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 14px; }
.dzh-event-status,
.dzh-event-badge { display: inline-flex; min-height: 28px; align-items: center; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 750; line-height: 1; }
.dzh-event-status { color: #166b55; background: var(--dzh-mint-soft); }
.dzh-event-status--upcoming { color: var(--dzh-blue-dark); background: var(--dzh-blue-soft); }
.dzh-event-status--ended { color: var(--dzh-muted); background: #f1f3f6; }
.dzh-event-badge { color: #8a5600; background: var(--dzh-gold-soft); }
.dzh-event-card__title { overflow-wrap: anywhere; margin-bottom: 10px; font-size: clamp(19px, 2vw, 23px); }
.dzh-event-card__title a { color: var(--dzh-ink); text-decoration: none; }
.dzh-event-card__meta { display: flex; flex-wrap: wrap; gap: 5px 14px; margin-bottom: 12px; color: var(--dzh-muted); font-size: 13px; }
.dzh-event-card__meta span + span::before { margin-inline-end: 12px; content: "•"; }
.dzh-event-card__body > p { margin: 0 0 18px; color: var(--dzh-muted); }
.dzh-event-card__link { margin-top: auto; font-weight: 750; text-decoration: none; }

.dzh-events-empty { padding: clamp(42px, 7vw, 76px) 24px; border: 1px dashed var(--dzh-border-strong); border-radius: var(--radius-panel); background: var(--dzh-surface); text-align: center; }
.dzh-events-empty > span { display: block; margin-bottom: 10px; font-size: 44px; }
.dzh-events-empty p { color: var(--dzh-muted); }
.dzh-events-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 36px; }

.dzh-events-calendar,
.dzh-events-savings,
.dzh-events-faq { margin-top: clamp(52px, 8vw, 92px); }
.dzh-events-section-heading { margin-bottom: 24px; }
.dzh-events-section-heading h2 { margin-bottom: 12px; }
.dzh-events-table-wrap {
  max-width: 100%; overflow-x: auto; border: 1px solid var(--dzh-border);
  border-radius: var(--radius-card); background: var(--dzh-surface); box-shadow: var(--shadow-small);
}
.dzh-events-table { width: 100%; min-width: 760px; border-collapse: collapse; color: var(--dzh-text); }
.dzh-events-table :is(th, td) { padding: 16px 18px; border-bottom: 1px solid var(--dzh-border); vertical-align: top; text-align: start; }
.dzh-events-table thead th { border-color: rgba(255, 255, 255, .22); background: var(--dzh-ink); color: #fff; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.dzh-events-table thead th:first-child { width: 150px; }
.dzh-events-table thead th:nth-child(2) { width: 260px; }
.dzh-events-table tbody tr:nth-child(even) { background: #f7f8fb; }
.dzh-events-table tbody tr:last-child :is(th, td) { border-bottom: 0; }
.dzh-events-table tbody th { color: var(--dzh-ink); font-weight: 800; }
.dzh-events-table td a { color: var(--dzh-ink); font-weight: 800; text-decoration: none; }
.dzh-events-table td a:hover { color: var(--dzh-blue); }
.dzh-events-table td:last-child strong,
.dzh-events-table td:last-child span { display: block; }
.dzh-events-table td:last-child strong { margin-bottom: 5px; color: var(--dzh-blue-dark); font-size: 13px; }
.dzh-events-table td:last-child span { color: var(--dzh-muted); }

.dzh-events-tips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.dzh-event-tip { display: grid; min-width: 0; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; margin: 0; padding: 22px; border: 1px solid var(--dzh-border); border-radius: var(--radius-card); background: #fff; }
.dzh-event-tip__number { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--dzh-blue-soft); color: var(--dzh-blue-dark); font-size: 14px; font-weight: 850; }
.dzh-event-tip h3 { margin: 2px 0 7px; font-size: 18px; }
.dzh-event-tip p { margin: 0; color: var(--dzh-muted); }

.dzh-events-newsletter {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(24px, 5vw, 64px);
  align-items: center; margin-top: clamp(52px, 8vw, 92px); padding: clamp(26px, 5vw, 50px);
  overflow: hidden; border-radius: var(--radius-panel); background: linear-gradient(125deg, #13345f 0%, #2d5bff 54%, #56c6ad 100%); color: #fff; box-shadow: var(--shadow-card);
}
.dzh-events-newsletter .dzh-events-eyebrow { color: #cfe0ff; }
.dzh-events-newsletter h2 { margin-bottom: 10px; color: #fff; }
.dzh-events-newsletter p { margin: 0; color: rgba(255, 255, 255, .84); }
.dzh-events-newsletter__form { display: flex; min-width: 0; gap: 10px; padding: 8px; border-radius: 14px; background: rgba(255, 255, 255, .97); }
.dzh-events-newsletter__form input { min-width: 0; flex: 1; min-height: 46px; padding: 10px 13px; border: 0; outline: 0; background: transparent; color: var(--dzh-text); }
.dzh-events-newsletter__form .btn { flex: 0 0 auto; min-height: 46px; }

.dzh-events-faq__list { overflow: hidden; border: 1px solid var(--dzh-border); border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow-card); }
.dzh-events-faq details + details { border-top: 1px solid var(--dzh-border); }
.dzh-events-faq summary { display: flex; min-height: 64px; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; color: var(--dzh-ink); font-weight: 800; list-style: none; }
.dzh-events-faq summary::-webkit-details-marker { display: none; }
.dzh-events-faq summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.dzh-events-faq summary span::before,
.dzh-events-faq summary span::after { position: absolute; inset: 50% auto auto 50%; width: 14px; height: 2px; background: var(--dzh-blue); content: ""; transform: translate(-50%, -50%); }
.dzh-events-faq summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform var(--transition-fast); }
.dzh-events-faq details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.dzh-events-faq details[open] summary { color: var(--dzh-blue-dark); }
.dzh-events-faq details > div { padding: 0 54px 20px 22px; }
.dzh-events-faq details p { max-width: 900px; margin: 0; color: var(--dzh-muted); }

.dzh-single-event__facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 24px; color: var(--dzh-ink); }
.dzh-single-event__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(28px, 5vw, 56px); align-items: start; padding-block: clamp(36px, 6vw, 70px); }
.dzh-single-event__main { min-width: 0; }
.dzh-event-offers { margin-bottom: clamp(28px, 5vw, 48px); }
.dzh-event-offer-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.dzh-event-offer-list .dzh-ticket-card { min-width: 0; margin: 0; }
.dzh-event-offer-list .dzh-ticket-card__inner { grid-template-columns: 112px minmax(0, 1fr) 136px; min-height: 140px; }
.dzh-event-offers__empty { padding: 22px; border: 1px dashed var(--dzh-border-strong); border-radius: var(--radius-card); background: #fff; }
.dzh-event-offers__empty p { margin-top: 0; color: var(--dzh-muted); }
.dzh-single-event__article { min-width: 0; margin: 0; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--dzh-border); border-radius: var(--radius-panel); background: var(--dzh-surface); box-shadow: var(--shadow-small); }
.dzh-single-event__image { overflow: hidden; margin: calc(clamp(22px, 4vw, 42px) * -1) calc(clamp(22px, 4vw, 42px) * -1) 32px; border-radius: var(--radius-panel) var(--radius-panel) 0 0; }
.dzh-single-event__image img { width: 100%; max-height: 520px; object-fit: cover; }
.dzh-event-content { overflow-wrap: anywhere; }
.dzh-event-content > :first-child { margin-top: 0; }
.dzh-event-content > :last-child { margin-bottom: 0; }
.dzh-event-content :is(ul, ol) { margin: 0 0 1.4em; padding-inline-start: 1.5em; }
.dzh-event-content li + li { margin-top: .45em; }
.dzh-event-content :is(h2, h3, h4) { margin-top: 1.5em; scroll-margin-top: 100px; }
.dzh-event-content > h2 { margin-inline: calc(clamp(22px, 4vw, 42px) * -.45); padding: 14px clamp(16px, 3vw, 24px); border-radius: 12px; background: linear-gradient(110deg, #155f70, #248f8b); color: #fff; font-size: clamp(21px, 3vw, 27px); }
.dzh-event-content > h3 { margin-bottom: 8px; font-size: clamp(18px, 2.2vw, 22px); }
.dzh-event-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.dzh-event-content :is(th, td) { padding: 10px 12px; border: 1px solid var(--dzh-border); text-align: start; }
.dzh-event-content blockquote { margin-inline: 0; padding: 16px 20px; border-inline-start: 4px solid var(--dzh-blue); background: var(--dzh-blue-soft); }
.dzh-event-cta { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 36px; padding: 22px; border-radius: var(--radius-card); background: var(--dzh-blue-soft); }
.dzh-event-cta p { margin: 4px 0 0; color: var(--dzh-muted); }
.dzh-event-cta .btn { flex: 0 0 auto; }
.dzh-single-event__aside { display: grid; position: sticky; top: 24px; gap: 18px; }
.dzh-event-summary { padding: 24px; border: 1px solid var(--dzh-border); border-radius: var(--radius-card); background: var(--dzh-surface); box-shadow: var(--shadow-small); }
.dzh-event-summary h2 { font-size: 21px; }
.dzh-event-summary dl { margin: 18px 0; }
.dzh-event-summary dl div { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; padding-block: 12px; border-top: 1px solid var(--dzh-border); }
.dzh-event-summary dt { color: var(--dzh-muted); }
.dzh-event-summary dd { min-width: 0; margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.dzh-event-summary > a { font-weight: 750; text-decoration: none; }
.dzh-event-sidebar-card { min-width: 0; padding: 22px; border: 1px solid var(--dzh-border); border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow-small); }
.dzh-event-sidebar-card h2 { margin-bottom: 12px; font-size: 20px; overflow-wrap: anywhere; }
.dzh-event-sidebar-card p { margin: 0; color: var(--dzh-muted); font-size: 14px; }
.dzh-event-related ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.dzh-event-related li { min-width: 0; }
.dzh-event-related a { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 8px; align-items: start; padding: 10px; border-radius: 10px; color: var(--dzh-ink); font-size: 14px; font-weight: 750; line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; }
.dzh-event-related a:hover { background: var(--dzh-blue-soft); color: var(--dzh-blue-dark); }
.dzh-single-event__newsletter { margin-top: clamp(28px, 5vw, 48px); }

@media (max-width: 980px) {
  .dzh-events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dzh-events-newsletter { grid-template-columns: minmax(0, 1fr); }
  .dzh-single-event__layout { grid-template-columns: minmax(0, 1fr); }
  .dzh-single-event__aside { position: static; }
}
@media (max-width: 640px) {
  .dzh-events-heading { align-items: start; flex-direction: column; gap: 10px; }
  .dzh-events-heading > p { text-align: start; }
  .dzh-events-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .dzh-events-tips { grid-template-columns: minmax(0, 1fr); }
  .dzh-event-card__body { padding: 18px; }
  .dzh-event-offer-list .dzh-ticket-card__inner { grid-template-columns: minmax(0, 1fr); }
  .dzh-single-event__hero .container,
  .dzh-events-hero .container { padding-block: 28px 38px; }
  .dzh-event-breadcrumbs { margin-bottom: 22px; }
  .dzh-single-event__article { border-radius: var(--radius-card); }
  .dzh-single-event__image { border-radius: var(--radius-card) var(--radius-card) 0 0; }
  .dzh-event-cta { align-items: stretch; flex-direction: column; }
  .dzh-event-cta .btn { width: 100%; text-align: center; }
  .dzh-events-table :is(th, td) { padding: 13px 14px; }
  .dzh-event-tip { grid-template-columns: 40px minmax(0, 1fr); padding: 18px; }
  .dzh-event-tip__number { width: 40px; height: 40px; }
  .dzh-events-newsletter { padding: 24px 18px; border-radius: var(--radius-card); }
  .dzh-events-newsletter__form { align-items: stretch; flex-direction: column; }
  .dzh-events-newsletter__form .btn { width: 100%; }
  .dzh-events-faq summary { min-height: 58px; padding: 16px 18px; }
  .dzh-events-faq details > div { padding: 0 42px 18px 18px; }
  .dzh-event-content > h2 { margin-inline: 0; padding: 12px 14px; }
}
