/* Event editor: hide toolbar buttons not relevant for event descriptions */
.event-editor [data-command="superscript"],
.event-editor [data-command="rotateHeadingFormat"],
.event-editor [data-command="insertTable"],
.event-editor [data-command="insertQuoteBlock"],
.event-editor [data-command="strikethrough"] {
  display: none;
}

/* Event details: limit image width */
.event-details img {
  max-width: 70%;
}
