.bg-gradient-primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
  }
  
  .comment-card {
    border-left: 4px solid #28a745;
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  
  .comment-avatar {
    width: 40px;
    height: 40px;
    background-color: #6c757d;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
/* Facebook-like clean spacing */
#commentForm input,
#commentForm textarea {
  border-radius: 0.375rem;
}

#commentList .media {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

#commentList .media .rounded-circle {
  min-width: 36px;
}
  