/* Custom CSS for OJS 3.5: Move Article Title Down */
.obj_article_details .page_title {
    padding-top: 30px !important; 
    margin-bottom: 20px; 
}

/* Increase the top margin for the main page title (e.g., Editorial Team) */
.pkp_structure_content .page_title {
    margin-top: 25px; /* Adjust this value (e.g., 10px, 20px, 30px) to move it further down */
}