.comment {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-left: 3px solid var(--primary-color);
  margin-left: 1.5rem;
  padding: 1rem;
  background: rgba(0, 84, 160, 0.03);
  margin-top: 1rem;
}