/*
 * MISTER FAST LiveMapChat MINI
 * V63.4.6.20.1 — Chat Header Cleanup
 * Scope: hide only duplicated connection/send-target strips.
 * Existing room header at the top remains the single room context.
 */

/* Duplicate connection status bar under the messages. */
.mf6345-presence[data-mf6345-presence] {
  display: none !important;
}

/* Duplicate “กำลังส่งไปยัง …” strip above the composer. */
.mf601-send-target[data-mf601-send-target] {
  display: none !important;
}

/* Return the removed vertical space to the message area without changing its look. */
.mf514-messages[data-mf514-messages] {
  min-height: 0;
}
