/* Forum */
.forum-user-info .user-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.forum-comment {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.forum-comment img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.forum-comment .comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.forum-comment .comment-body {
    margin-left: 50px;
}

.forum-comment .comment-text {
    margin: 0;
}

.forum-comment .comment-date {
    font-size: 0.8rem;
    color: #6c757d;
}

.comment-reply {
    margin-left: 50px;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #007bff;
}

.like-reply {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 15px;
    background: none;
    border: none;
    padding: 0;
}
