/* Managed by Ansible — local Element Web presentation overrides. */

/*
 * The room-create state event is mandatory in Matrix and remains in history.
 * Hide only its creator sentence in the room intro, while retaining the room
 * title, topic and invite controls.
 */
.mx_NewRoomIntro > p:first-of-type {
    display: none !important;
}

/*
 * Element renders the room-create/configuration and initial bulk membership
 * events as the summary immediately following NewRoomIntro. Hide that initial
 * summary without affecting later state-event summaries in the timeline.
 */
.mx_NewRoomIntro + .mx_GenericEventListSummary {
    display: none !important;
}

/* Initial bulk invites/joins are rendered as a second adjacent summary. */
.mx_NewRoomIntro + .mx_GenericEventListSummary + .mx_GenericEventListSummary {
    display: none !important;
}
