/* ── EVENTS INDEX PAGE ── */
.ei-featured-section {
  background: #f8f9fb;
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
}

.ei-listing-section {
  padding: 3rem 0 5rem;
}

.ei-section-header {
  margin-bottom: 1.75rem;
}

.ei-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.ei-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

/* ── DATE BADGE IN FOOTER ── */
.ev-list-date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ev-list-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 36px;
  background: var(--background-color);
  border-radius: 6px;
  padding: 3px 4px;
  flex-shrink: 0;
  line-height: 1;
}

.ev-list-day {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}

.ev-list-mon {
  font-size: 9px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 1px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .ei-featured-section { padding: 2rem 0; }
  .ei-listing-section  { padding: 2rem 0 3rem; }
  .ei-section-title    { font-size: 18px; }
}