
.ieos-home-upcoming {
  margin: 8px 0 28px;
}
.ieos-home-upcoming-inner {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 20px;
  padding: 20px 18px 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.ieos-home-upcoming-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 14px;
}
.ieos-home-upcoming-head .ieos-home-kicker {
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #dc2626;
}
.ieos-home-upcoming-head h2 {
  margin: 0;
  flex: 1;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.ieos-home-upcoming-head .ieos-home-all {
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.ieos-home-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.ieos-home-upcoming-card {
  display: flex;
  gap: 12px;
  align-items: stretch;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  background: #f8fafc;
  text-decoration: none !important;
  color: #0f172a !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ieos-home-upcoming-card:hover {
  border-color: #fecaca;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.08);
}
.ieos-home-upcoming-card.is-featured {
  border-color: #86efac;
  background: #f0fdf4;
}
.ieos-home-upcoming-date {
  flex: 0 0 52px;
  width: 52px;
  border-radius: 12px;
  background: #0b1220;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 4px;
}
.ieos-home-upcoming-date strong {
  font-size: 1.15rem;
  line-height: 1;
  color: #fff;
}
.ieos-home-upcoming-date em {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #86efac;
  margin-top: 2px;
}
.ieos-home-upcoming-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ieos-home-upcoming-feat {
  display: inline-flex;
  width: fit-content;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #166534;
  background: #dcfce7;
  padding: 2px 8px;
  border-radius: 999px;
}
.ieos-home-upcoming-body strong {
  font-size: 0.95rem;
  line-height: 1.3;
  color: #0f172a !important;
}
.ieos-home-upcoming-meta {
  font-size: 12px;
  color: #64748b !important;
}
@media (max-width: 560px) {
  .ieos-home-upcoming-grid { grid-template-columns: 1fr; }
}
