/* List of Items (PDFs or other formats) added to the issue or article */

.obj_issue_toc .galleys_links {
    margin-top: .714rem;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    align-content: flex-start;
}

.obj_issue_toc .galleys_links li {
    margin-inline-end: 1rem;
    margin: 2px;
    display: grid;
    justify-content: stretch;
}

.obj_galley_link.pdf:before {
    content: "\f1c1";
    margin: 5px;
}

/* Branding Images In Footer


.pkp_brand_footer {
    padding: 1rem !important;
    width: 8rem !important;
}




