.comment-item {
    width: 100%;
    position: relative;
}
.comment-avatar {
    width: 90px;
    text-align: center;
}
.comment-avatar img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.comment-content {
    border-left: 1px solid var(--bs-border-color);
    text-align: left;
}
.comment-content form {
    margin: 0;
}
.comment-text {
    color: var(--bs-gray-800);
    font-size: 0.95rem;
    line-height: 1.5;
}
.comment-meta {
    font-size: 0.9rem;
    font-weight: 500;
}
.list-group-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.01);
}