﻿h3 {
    color: #ff0000;
}

/* CmpPartnersChat -- the sender's own bubble.
   Falcon's .chat-message reserves 7rem (max-width: calc(100% - 7rem)) beside the bubble for the
   hover edit/delete icons, which sit in-flow (position-relative) and must fit without re-wrapping
   the text. The two icons measure 45px plus an 8px margin, so 3.5rem is what they need; 7rem was
   sized for Falcon's full-width chat demo and, in a narrow host such as the partner overview's
   col-lg-3, left the sender's bubble a few characters wide. Incoming bubbles have no icons and
   carry mw-100 in the markup instead. */
.card-chat .hover-actions-trigger > .chat-message {
    max-width: calc(100% - 3.5rem);
}
