/* ==============================
   Chat output containment
   ============================== */

.chat {
  border: 1px solid #ddd;
  background-color: #ffffff;
  padding: 1rem;
  margin: 0.5rem 0 1.5rem 0;
  min-height: 10rem;
  max-height: 22rem;
  overflow-y: auto;
  white-space: pre-wrap;
  line-height: 1.4;
  border-radius: 6px;
}
