/* Flush with bottom when open, but leave room on the right for the
   Website feedback tab (.mh-feedback-toggle, ~40px wide, fixed at right:0). */
.chat-container.chat-open {
  margin-bottom: 0px !important;
  right: 56px !important;
  border-radius: 8px 0 0 0 !important; /* Square off the bottom-right corner */
}

/* When closed, keep the same right offset so the "tab" sits beside,
   not under, the Website feedback launcher. */
.chat-container.chat-collapsed {
  margin-bottom: 50px !important;
  right: 56px !important;
}