#messages {
  list-style: none;
}

#messages li {
  width: fit-content;
  max-width: min(82%, 560px);
  margin-block: 8px;
  padding: 9px 12px;
  border: 1px solid transparent;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

#messages .own {
  margin-left: auto;
  text-align: right;
  background: linear-gradient(135deg, #176b56, #1c7d65);
  border-color: rgba(92, 224, 181, .2);
  border-radius: 15px 15px 4px 15px;
}

#messages .other {
  margin-right: auto;
  text-align: left;
  background: #17312d;
  border-color: rgba(154, 206, 193, .12);
  border-radius: 15px 15px 15px 4px;
}

#messages .system {
  margin-inline: auto;
  padding: 4px 10px;
  border: 0;
  background: transparent;
  color: #719087;
  font-size: .78rem;
  font-style: normal;
  text-align: center;
}
