.comment-replies-container {
    margin-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.06);
    padding-left: 16px;
    margin-top: 6px;
}

.reply-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.reply-item:last-child {
    border-bottom: none;
}

.reply-toggle-btn {
    background: none;
    border: none;
    color: var(--text3, #606878);
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    transition: color 0.15s;
}

.reply-toggle-btn:hover {
    color: var(--gold, #F0B429);
}

.reply-input-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 8px;
}

.reply-input {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 8px 14px;
    color: var(--text1, #E8ECF4);
    font-size: 13px;
    flex: 1;
    resize: none;
    min-height: 36px;
    outline: none;
    transition: border-color 0.15s;
}

.reply-input:focus {
    border-color: rgba(240, 180, 41, 0.35);
}

.reply-input-section {
    margin-top: 8px;
}
