 /*blog author 2*/
 
 .page-node-type-blog .author-details .sep{
        font-size: 0;
}
.page-node-type-blog .author-details .sep:after{
    content: ",";
    display: inline;
    font-size: 12px;
    margin-right: 3px;
    margin-left: 0;
}
.page-node-type-blog .author-details .ext-authors .sep::after {
    margin-left: -4px;
}
.page-node-type-blog .author-details .ext-authors .view-content>.sep:nth-last-child(2):after {
    content: "&";
    margin-left: 1px;
}
.author-details .ext-authors {
	/*margin-left: 4px;*/
}
.author-details a + .ext-authors {
	margin-left: 0;
}
.author-details .ext-authors .green:after {
	content:',';
}
.author-details .ext-authors .green:last-child:after {
	display: none;
}
.feature-post .new-blog-details .author-details {
	display: inline-flex;
}
.author-details> span + a:before,
.author-details a + .ext-authors .green:nth-last-child(-n+2):after {
	display: none;
}
.author-details>a+.ext-authors .views-row:last-child,
.author-details> .ext-authors .views-row:last-child:before {
	content:'&';
	margin: 0 4px 0 3px;
}
.author-details .ext-authors .green:nth-last-child(-n+2):after, 
.author-details> span.author-by + .ext-authors .views-row:first-child:before {
	display: none;
}
.author-details> span.author-by {
	margin-right: 3px;
}

.author-details >* {
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
}

.author-details >*:after {
	content:',';
	position: absolute;
	bottom: 0;
	right: 0;
}
.author-details >*:nth-last-child(-n+2):after {
	content:'&';
}
.author-details >*:last-child:after {
	display: none;
}


/*22-march-2023*/
.page-node-type-blog .author-details.blogAuthorOnly  > *:nth-last-child(2),
.page-node-type-blog .author-details.withExt.withAuthor > *:nth-last-child(2),
.page-node-type-blog .author-details.externalAuthorOnly > *:nth-last-child(2){
	padding-right: 0;
}
.page-node-type-blog .author-details.blogAuthorOnly  > *:nth-last-child(2)::after,
.page-node-type-blog .author-details.withExt.withAuthor > *:nth-last-child(2)::after,
.page-node-type-blog .author-details.externalAuthorOnly > *:nth-last-child(2)::after{
    position: static;
    margin-left: 5px;
}