Excellent, Joneisman!
What happened is this: the entire block of meta line items – Title, Date, Time, Ticket Price, Location URL, and Category – disappeared (which gave me a clue about what to try next).
This worked:
.em-event-categories {
display: none !important;
}
Thank you so much! ??