.wp-block-aluna-evento-detalle {
  --aed-shell: min(1280px, calc(100vw - 48px));
  --aed-text: #2c2420;
  --aed-muted: #6b5c4e;
  --aed-soft: #8b7e70;
  --aed-line: #e5ddd2;
  --aed-line-strong: #d8ccbc;
  --aed-cream: #fbf5ec;
  --aed-cream-strong: #f3eadf;
  --aed-surface: #fffdf8;
  --aed-card: #ffffff;
  --aed-shadow: 0 16px 36px rgba(28, 24, 20, 0.08);
  --aed-radius-panel: 24px;
  --aed-radius-card: 18px;
  --aed-radius-pill: 999px;
  --aed-radius-button: 8px;
  font-family: var(--aluna-font-body);
  color: var(--aed-text);
  display: block;
  background: var(--aed-surface);
}

.single-aluna_evento :where(.wp-site-blocks) > .wp-block-template-part + .wp-block-aluna-evento-detalle {
  margin-block-start: 0 !important;
}

.aed-shell {
  width: var(--aed-shell);
  margin: 0 auto;
}

.aed-breadcrumb {
  border-top: 1px solid rgba(107, 92, 78, 0.08);
  border-bottom: 1px solid rgba(107, 92, 78, 0.08);
  background: #fff;
}

.aed-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 56px;
  font-size: clamp(13px, 0.92vw, 14px);
  color: var(--aed-soft);
}

.aed-breadcrumb__inner a {
  color: var(--aed-soft);
  text-decoration: none;
}

.aed-breadcrumb__inner span:last-child {
  color: var(--aed-text);
}

.aed-hero {
  position: relative;
  overflow: clip;
  border-bottom: 1px solid rgba(107, 92, 78, 0.08);
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 28%, rgba(255, 255, 255, 0.28) 54%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, #fff 0%, #f8efe4 100%);
}

.aed-hero__texture,
.aed-hero__art {
  position: absolute;
  inset: 0;
}

.aed-hero__texture {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 252, 247, 0.58) 34%, rgba(255, 250, 242, 0.24) 58%, rgba(255, 255, 255, 0.08) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.5) 24%, rgba(255, 255, 255, 0) 52%),
    repeating-linear-gradient(135deg, rgba(216, 204, 188, 0.16) 0, rgba(216, 204, 188, 0.16) 14px, rgba(243, 234, 223, 0.1) 14px, rgba(243, 234, 223, 0.1) 28px);
  opacity: 1;
}

.aed-hero__art {
  right: -8%;
  left: auto;
  width: 48%;
  background-position: center center;
  background-size: cover;
  opacity: 0.42;
  filter: saturate(1.04) contrast(1.02) brightness(0.98);
  transform: scale(1.04);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.78) 36%, rgba(0, 0, 0, 0.12) 82%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.78) 36%, rgba(0, 0, 0, 0.12) 82%, rgba(0, 0, 0, 0));
}

.aed-hero__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.38) 0%, rgba(255, 250, 242, 0.1) 34%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 38%);
}

.aed-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 384px;
  gap: 48px;
  padding: 64px 0;
  align-items: start;
}

.aed-hero__content {
  padding-top: 8px;
}

.aed-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.aed-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--aed-radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aed-badge--category {
  background: #2c2420;
  color: #fff;
}

.aed-badge--format {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(107, 92, 78, 0.18);
  color: var(--aed-muted);
}

.aed-badge--status {
  border: 1px solid transparent;
}

.aed-badge--status.is-available {
  background: #dff6de;
  color: #2f6b36;
  border-color: #bde6bc;
}

.aed-badge--status.is-soldout,
.aed-badge--status.is-cancelled {
  background: #f8e1de;
  color: #8a3f39;
  border-color: #efc2bc;
}

.aed-badge--status.is-upcoming,
.aed-badge--status.is-postponed,
.aed-badge--status.is-default {
  background: #f7edd8;
  color: #8b6a1d;
  border-color: #ead19a;
}

.aed-title {
  margin: 0 0 18px;
  font-family: var(--aluna-font-display);
  font-size: clamp(3.35rem, 6vw, 5.8rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--aed-text);
}

.aed-lead {
  max-width: 720px;
  margin: 0 0 34px;
  font-family: var(--aluna-font-body);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.85;
  color: var(--aed-muted);
}

.aed-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.aed-meta-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(107, 92, 78, 0.14);
  border-radius: var(--aed-radius-card);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(28, 24, 20, 0.05);
}

.aed-meta-card__label {
  margin-bottom: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--aed-soft);
}

.aed-meta-card__value {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
}

.aed-ticket-card,
.aed-sidecard {
  border-radius: var(--aed-radius-panel);
  border: 1px solid rgba(107, 92, 78, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--aed-shadow);
}

.aed-ticket-card {
  padding: 28px;
  position: sticky;
  top: 96px;
}

.aed-ticket-card__header {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--aed-line);
}

.aed-ticket-card__header h2,
.aed-sidecard h3 {
  margin: 0;
  font-family: var(--aluna-font-display);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}

.aed-ticket-card__header p {
  margin: 10px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--aed-muted);
}

.aed-ticket-options {
  display: grid;
  gap: 12px;
}

.aed-ticket-option {
  width: 100%;
  position: relative;
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: var(--aed-radius-card);
  border: 1px solid var(--aed-line);
  background: #fffdfa;
  text-align: left;
  color: var(--aed-text);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aed-ticket-option:hover {
  transform: translateY(-1px);
  border-color: var(--aed-line-strong);
  box-shadow: 0 12px 24px rgba(28, 24, 20, 0.05);
}

.aed-ticket-option.is-selected {
  border-color: var(--aed-text);
  box-shadow: inset 0 0 0 1px var(--aed-text);
}

.aed-ticket-option__badge {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: var(--aed-radius-pill);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  background: #f1e9dc;
  color: var(--aed-muted);
}

.aed-ticket-option.is-selected .aed-ticket-option__badge {
  background: var(--aed-text);
  color: #fff;
}

.aed-ticket-option__name {
  font-size: 1rem;
  font-weight: 700;
}

.aed-ticket-option__price {
  font-family: var(--aluna-font-display);
  font-size: 1.85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.aed-ticket-option__note,
.aed-ticket-option__stock,
.aed-sidecard__body p,
.aed-related-item__content p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--aed-muted);
}

.aed-ticket-option__stock {
  color: #7b633b;
}

.aed-ticket-qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 15px 16px;
  border: 1px solid var(--aed-line);
  border-radius: var(--aed-radius-card);
  background: #fff;
}

.aed-ticket-qty label {
  font-size: 0.92rem;
  font-weight: 700;
}

.aed-ticket-qty__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.aed-ticket-qty__controls button,
.aed-share-grid button {
  appearance: none;
  border: 0;
  background: none;
}

.aed-ticket-qty__controls button {
  width: 34px;
  height: 34px;
  border-radius: var(--aed-radius-button);
  background: var(--aed-cream-strong);
  color: var(--aed-text);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.aed-ticket-qty__controls input {
  width: 48px;
  border: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--aed-text);
  background: transparent;
}

.aed-ticket-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--aed-line);
  border-bottom: 1px solid var(--aed-line);
  font-size: 0.95rem;
  color: var(--aed-muted);
}

.aed-ticket-subtotal[hidden] {
  display: none !important;
}

.aed-ticket-subtotal strong {
  font-family: var(--aluna-font-display);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--aed-text);
  letter-spacing: -0.03em;
}

.aed-ticket-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.aed-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: var(--aed-radius-button);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.aed-btn:hover {
  transform: translateY(-1px);
}

.aed-btn--primary {
  background: var(--aed-text);
  color: #fff;
  box-shadow: 0 12px 24px rgba(28, 24, 20, 0.18);
}

.aed-btn--ghost {
  border: 1px solid rgba(107, 92, 78, 0.18);
  background: #fff;
  color: var(--aed-text);
}

.aed-ticket-note-list {
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--aed-radius-card);
  background: #f9f6f1;
}

.aed-ticket-note-list p,
.aed-alert {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--aed-muted);
}

.aed-ticket-note-list p + p {
  margin-top: 6px;
}

.aed-alert {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--aed-radius-card);
  background: #fff4dd;
  color: #7b5d14;
  border: 1px solid #efd49b;
  font-weight: 600;
}

.aed-body {
  padding: 56px 0 72px;
}

.aed-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 40px;
  align-items: start;
}

.aed-main {
  min-width: 0;
}

.aed-section + .aed-section {
  margin-top: 48px;
}

.aed-section__title {
  margin: 0 0 18px;
  font-family: var(--aluna-font-display);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.aed-richtext {
  font-family: var(--aluna-font-body);
  font-size: 1rem;
  line-height: 1.9;
  color: var(--aed-muted);
}

.aed-richtext h2,
.aed-richtext h3,
.aed-richtext h4 {
  font-family: var(--aluna-font-display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--aed-text);
  margin: 1.6em 0 0.45em;
}

.aed-richtext h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.aed-richtext h3 {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
}

.aed-richtext h4 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

.aed-richtext p,
.aed-richtext li,
.aed-richtext blockquote {
  font-family: var(--aluna-font-body);
}

.aed-richtext ul,
.aed-richtext ol {
  margin: 0 0 1.2em;
  padding-left: 1.3em;
}

.aed-richtext li + li {
  margin-top: 0.45em;
}

.aed-richtext a {
  color: var(--aed-text);
  text-underline-offset: 0.18em;
}

.aed-richtext > *:first-child {
  margin-top: 0;
}

.aed-richtext > *:last-child {
  margin-bottom: 0;
}

.aed-artists {
  display: grid;
  gap: 16px;
}

.aed-artist {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: var(--aed-radius-card);
  border: 1px solid var(--aed-line);
  background: #fff;
}

.aed-artist__media {
  width: 88px;
  height: 88px;
  border-radius: var(--aed-radius-card);
  overflow: hidden;
  background: linear-gradient(135deg, #ece4d7 0%, #d8ccbc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--aed-muted);
}

.aed-artist__media img,
.aed-sidecard__media img,
.aed-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aed-artist__content {
  min-width: 0;
}

.aed-artist__top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 6px;
}

.aed-artist__top h3,
.aed-practical-card h3 {
  margin: 0;
  font-family: var(--aluna-font-display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.2;
}

.aed-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: var(--aed-radius-pill);
  background: var(--aed-text);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aed-artist__meta {
  margin: 0 0 6px;
  font-size: 0.86rem;
  color: var(--aed-soft);
}

.aed-artist__blurb,
.aed-practical-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--aed-muted);
}

.aed-artist__time {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.aed-artist__time span,
.aed-practical-card__eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--aed-soft);
}

.aed-artist__time strong {
  font-size: 1rem;
}

.aed-schedule {
  border-radius: var(--aed-radius-panel);
  overflow: hidden;
  border: 1px solid var(--aed-line);
  background: #fff;
}

.aed-schedule__row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
}

.aed-schedule__row + .aed-schedule__row {
  border-top: 1px solid var(--aed-line);
}

.aed-schedule__row.is-highlighted {
  background: #f6f0e5;
}

.aed-schedule__time {
  display: grid;
  gap: 3px;
  font-size: 1rem;
  font-weight: 700;
}

.aed-schedule__time span {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--aed-soft);
}

.aed-schedule__content strong,
.aed-sidecard__body strong,
.aed-related-item__content strong {
  display: block;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--aed-text);
}

.aed-schedule__content p {
  margin: 4px 0 0;
  color: var(--aed-muted);
}

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

.aed-practical-card {
  padding: 22px;
  border-radius: var(--aed-radius-card);
  border: 1px solid var(--aed-line);
  background: linear-gradient(180deg, #fffdf9 0%, #f8f2e8 100%);
}

.aed-practical-card__eyebrow {
  margin-bottom: 10px;
}

.aed-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 152px;
  gap: 10px;
}

.aed-gallery__item {
  margin: 0;
  border-radius: var(--aed-radius-card);
  overflow: hidden;
  background: #ece4d7;
  min-height: 152px;
}

.aed-gallery__item.is-featured {
  grid-row: span 2;
  min-height: 314px;
}

.aed-sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
  position: sticky;
  top: 96px;
}

.aed-sidecard {
  padding: 22px;
}

.aed-sidecard__media {
  margin: 16px 0 14px;
  border-radius: var(--aed-radius-card);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #ece4d7 0%, #d8ccbc 100%);
}

.aed-sidecard__body p {
  margin: 8px 0 0;
}

.aed-sidecard__body a,
.aed-sidecard__link,
.aed-related-item,
.aed-share-grid a,
.aed-share-grid button {
  color: var(--aed-text);
  text-decoration: none;
}

.aed-sidecard__body a,
.aed-sidecard__link {
  display: inline-flex;
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 700;
}

.aed-related-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.aed-related-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.aed-related-item__date {
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 10px 0;
  border-radius: var(--aed-radius-card);
  border: 1px solid var(--aed-line);
  background: #fff;
}

.aed-related-item__date strong {
  font-family: var(--aluna-font-display);
  font-size: 1.05rem;
  line-height: 1;
}

.aed-related-item__date span {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--aed-soft);
}

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

.aed-share-grid a,
.aed-share-grid button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  border-radius: var(--aed-radius-button);
  border: 1px solid var(--aed-line);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.aed-share-grid a:hover,
.aed-share-grid button:hover {
  transform: translateY(-1px);
  border-color: var(--aed-line-strong);
  box-shadow: 0 10px 22px rgba(28, 24, 20, 0.05);
}

@media (max-width: 1180px) {
  .aed-hero__grid,
  .aed-body__grid {
    grid-template-columns: 1fr;
  }

  .aed-ticket-card,
  .aed-sidebar {
    position: static;
  }

  .aed-hero__art {
    width: 52%;
    opacity: 0.34;
  }
}

@media (max-width: 980px) {
  .aed-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aed-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aed-gallery__item.is-featured {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .wp-block-aluna-evento-detalle {
    --aed-shell: min(100vw - 28px, 100%);
    --aed-radius-panel: 20px;
    --aed-radius-card: 16px;
  }

  .aed-hero__texture {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 252, 247, 0.08) 28%, rgba(255, 250, 242, 0.03) 54%, rgba(255, 255, 255, 0) 72%),
      radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0) 42%),
      repeating-linear-gradient(135deg, rgba(216, 204, 188, 0.03) 0, rgba(216, 204, 188, 0.03) 14px, rgba(243, 234, 223, 0.015) 14px, rgba(243, 234, 223, 0.015) 28px);
  }

  .aed-hero__grid,
  .aed-body {
    padding-top: 40px;
  }

  .aed-hero__grid {
    gap: 28px;
    padding-bottom: 40px;
  }

  .aed-hero__art {
    position: relative;
    width: 100%;
    inset: auto;
    height: 196px;
    opacity: 1;
    transform: none;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .aed-hero__art::after {
    background:
      linear-gradient(90deg, rgba(255, 250, 242, 0.08) 0%, rgba(255, 250, 242, 0.03) 36%, rgba(255, 255, 255, 0) 72%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 247, 0.04) 38%, rgba(255, 251, 246, 0.22) 64%, rgba(255, 250, 242, 0.72) 88%, rgba(255, 250, 242, 0.96) 100%);
  }

  .aed-title {
    font-size: clamp(2.65rem, 11vw, 4rem);
  }

  .aed-lead {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .aed-meta-grid,
  .aed-practical-grid,
  .aed-share-grid {
    grid-template-columns: 1fr;
  }

  .aed-ticket-card,
  .aed-sidecard {
    padding: 20px;
  }

  .aed-ticket-qty,
  .aed-ticket-subtotal {
    flex-direction: column;
    align-items: stretch;
  }

  .aed-ticket-qty__controls {
    justify-content: space-between;
  }

  .aed-artist {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .aed-artist__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .aed-artist__time {
    grid-column: 2;
    justify-items: start;
    text-align: left;
    padding-top: 2px;
  }

  .aed-schedule__row {
    grid-template-columns: 1fr;
  }

  .aed-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .aed-gallery__item.is-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }
}
