/* Event listing date badge — month/day display with teal color */
article.eventListing .eventLeft .month {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #DAA520 !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  gap: 0;
}
article.eventListing .eventLeft .month span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #003366;
  line-height: 1;
}
article.eventListing .eventLeft .month .day {
  position: relative !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #003366;
  margin-top: 2px;

  background-color: transparent !important;}
article.eventListing .eventRight .time {
  font-size: 12px;
  color: #555;
  margin-bottom: 4px;
}