/* CARDIOLINK_FINAL_SUBMIT_9D */

.clFinalMsg{
  max-width:900px;
  margin:12px auto;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(148,163,184,.24);
  color:#e5e7eb;
  white-space:pre-wrap;
  line-height:1.45;
}

.clFinalMsg.user{
  background:#020617;
  border-color:rgba(56,189,248,.28);
}

.clFinalMsg.assistant{
  background:#0b1220;
}

.clFinalMsg.error{
  background:#1f1111;
  border-color:rgba(248,113,113,.45);
}

.clFinalMsgMeta{
  color:#94a3b8;
  font-size:12px;
  margin-top:8px;
}

@media(max-width:820px){
  .clFinalMsg{
    margin:10px;
  }
}
