.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0;
}

.pkp_structure_footer {
    display: flex;
}
.pkp_brand_footer {
    margin: auto;
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
}
.additional_content {
    padding: 0 2.143rem !important;
}
.homepage_about {
    padding-top: 0;
}
@media (min-width: 768px) {
    .obj_issue_toc .cover {
        float: none;
    }
}
@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 120px;
    }
    .pkp_site_name .is_img {
        padding: 0 0 1rem 0;
    }
    .pkp_structure_content {
        padding-top: 0;
    }
    .obj_issue_toc .galleys, .obj_issue_toc .section {
        margin: 0 -2.143rem;
    }
    .pkp_structure_main {
        padding: 0.5rem 2.143rem 3rem 2.143rem;
    }
}
@media (max-width: 600px) {
    .pkp_site_name .is_img img {
        max-height: 2.5rem;
    }
    .pkp_site_name_wrapper {
        height: 3.5rem;
        margin-top: 0.5rem;
    }
}