/* --- تنسيقات خط ورابط عرض الردود --- */
.comment-content {
    position: relative;
}

.view-replies-container {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-right: 10px; /* محاذاة مع بداية نص التعليق */
}

.thread-line {
    width: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 25px; /* ارتفاع الخط */
    margin-left: 10px; /* مسافة بين الخط والنص */
}

.view-replies-link {
    color: #aaa;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease;
}

.view-replies-link:hover {
    color: #fff;
    text-decoration: underline;
}
