.blog-comments__summary-copy {
    flex: 1;
    min-width: 0;
}

.blog-comments__summary-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #64748b;
}

.dark .blog-comments__summary-text {
    color: #94a3b8;
}

.blog-comment-item__author-badge {
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    background: rgb(220 38 38 / 0.1);
    color: #dc2626;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-comment-item__reply-btn {
    margin-top: 0.375rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

.blog-comment-item__reply-btn:hover {
    text-decoration: underline;
}

.blog-comment-item__replies {
    margin-top: 0.75rem;
    padding-left: 0.75rem;
    border-left: 2px solid #f1f5f9;
}

.dark .blog-comment-item__replies {
    border-left-color: rgb(51 65 85 / 0.45);
}

.blog-comment-item--reply .listing-review-item__avatar {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.625rem;
}
