/**
 * BW AI Schema Pro - Frontend Multiple Authors Styles
 */

/* Hide original author link when we have multiple authors */
.bw-has-multiple-authors .posted-by .author.vcard a {
    display: none;
}

/* Show our custom multiple authors text */
.bw-has-multiple-authors .posted-by .author.vcard::after {
    content: attr(data-multiple-authors);
}