/* Custom CSS for OJS 3.5: Move Article Title Down */
.obj_article_details .page_title {
    padding-top: 30px !important; 
    margin-bottom: 20px; 
}

/*
 * Material Theme Specific CSS
 * Targets the main content area to increase the margin
 * above the 'Editorial Team' heading.
 */
.pkp_structure_main .pkp_page_editorialTeam .page_title {
    /* Add extra space (margin) above the title */
    margin-top: 30px !important; 
    /* The !important flag is used here to override any theme-specific spacing rules. */
}

/* Fallback for the entire content wrapper if the above is too specific */
.pkp_page_editorialTeam .main_content {
    padding-top: 25px; /* Adds space inside the container above the title */
}