.mwai-conversation {
  overflow: scroll;
}

.mwai-reply.mwai-user {
  display: none !important;
}

/* Hide all chat messages except the last one */
.mwai-reply.mwai-ai {
  display: none !important;
}

/* Display only the last chat message */
.mwai-reply.mwai-ai:last-child {
  display: block !important;
}

.mwai-input {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mwai-input button {
  width: 50%;
  height: 100%;
}

.mwai-input-buttons {
  padding-left: 15px;
  display: flex;
  gap: 10px;
  padding-top: 15px;
}

.mwai-reply {
  padding-top: 20px !important;
  height: 100px;
}
