/* Start custom CSS */.multiple-authors-description {
    display: none;
}

.pp-multiple-authors-layout-boxed .multiple-authors-links a {
    background: #000 !important
}
.pp-multiple-authors-layout-boxed .multiple-authors-links a:nth-child(1) span, .pp-multiple-authors-layout-centered .multiple-authors-links a:nth-child(1) span {
    display: none;
    background: none;
}
.pp-multiple-authors-layout-boxed .multiple-authors-links a:nth-child(1) {
    margin-right: 2px;
    display: none;
}

.pp-multiple-authors-layout-boxed .multiple-authors-name a, .pp-multiple-authors-layout-centered .multiple-authors-name a {
    margin-bottom: 10px;
    color: var( --e-global-color-secondary );
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

.pp-multiple-authors-layout-boxed .avatar, .pp-multiple-authors-layout-boxed .photo {
    border-radius: unset !important;
}
.pp-multiple-authors-layout-boxed ul li {
    border: unset !important;
padding: 0px !important;
margin-bottom: 0px !important;
}/* End custom CSS */