body {
  background: #f2f2f2;
  font-family: Arial, sans-serif;
  padding: 30px;
}

.message-time {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.message-box {
  background: #fff;
  border-left: 5px solid #5e967e;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bot-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.message-preview {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
}

.message-link {
  font-size: 14px;
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.message-link:hover {
  text-decoration: underline;
}

.sort-button {
    margin: 15px 0;
    padding: 8px 16px;
    background-color: #0aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}