.w-full.w-72 {
  width: 18rem;
}

.group:focus .group-focus\:flex {
  display: flex;
}

.max-w-xs {
  max-width: 20rem;
}

.messages a {
  color: #3182ce;
}

.message.unread {
  background-color: rgb(233, 234, 236);
  /*  background-color: red;*/
}

.messages a:hover {
  text-decoration: underline;
}

#message-form #message_content {
  max-height: min-content;
  min-height: 2em;
}

trix-toolbar .trix-button-group.trix-button-group--history-tools {
  display: none;
}
