
.mzep-event-intro {
  margin: 0 0 20px;
}
.mzep-badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #f1f5f9;
  color: #1e293b;
}
.mzep-subtitle {
  margin: 0 0 10px;
  font-size: 1.15em;
  font-weight: 600;
}
.mzep-summary p:last-child { margin-bottom: 0; }

.mzep-event-details-wrap {
  clear: both;
  width: 100%;
  margin: 28px 0 8px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
}

.mzep-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.mzep-detail-item {
  min-height: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.mzep-detail-label {
  margin-bottom: 6px;
  font-size: .84em;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: .8;
}
.mzep-detail-value { font-size: 1em; }

.mzep-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mzep-section {
  padding: 18px;
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.06);
}
.mzep-section h3 { margin-bottom: 10px; }
.mzep-section p:last-child { margin-bottom: 0; }

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

@media (max-width: 700px) {
  .mzep-event-details-wrap {
    padding: 18px;
  }
  .mzep-event-grid,
  .mzep-sections {
    grid-template-columns: 1fr;
  }
}

.mzep-quick-facts {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.07);
}
.mzep-quick-fact {
  margin: 0;
  font-size: .98em;
  line-height: 1.55;
  color: rgba(255,255,255,.9);
}
.mzep-quick-fact + .mzep-quick-fact {
  margin-top: 4px;
}
