/* Force hide recurring rule description */
.field--name-field-event-date .rule-text {
  display: none !important;
}

/* Also hide the "Upcoming" summary if desired */
.field--name-field-event-date .recurring-output--wrapper summary {
  display: none !important;
}
