.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-item {
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

.comment-user {
  font-weight: bold;
  color: #333;
}

.comment-date {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  color: #007bff;
  font-style: italic;
}

.comment-link {
  color: #007bff;
  text-decoration: none;
}

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

.comment-content {
  font-size: 16px;
  color: #444;
}

.attachments-header {
  margin-top: 10px;
  font-weight: bold;
}

.attachments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attachment-item {
  margin: 5px 0;
}

.attachment-link {
  color: #007bff;
  text-decoration: none;
}

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

.no-comments {
  font-size: 16px;
  text-align: center;
}
