/* Style first image in each event listing pulled from Events gadget */
#id_sCFvS9G .WaGadgetEventsStateList .eventDescription img:first-of-type {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* Hide any additional images beyond the first one (optional) */
#id_sCFvS9G .WaGadgetEventsStateList .eventDescription img:not(:first-of-type) {
  display: none;
}

