/* Simple styles for Editorial Team */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}


.pkp_structure_page {
    background: url('https://ojs.forumkomunikasidosen.org/public/site/images/forkomdosenadmin/bg.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}

.pkp_site_name .is_img img {
    max-height: 300px;
}


#editorial-team {
    margin-top: 20px;
}

.page-header {
    text-align: center;
    border-bottom: 2px solid #337ab7;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.team-member {
    margin-bottom: 25px;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.team-member h4 {
    color: #333;
    margin: 10px 0;
}

.team-member h5 {
    color: #666;
    margin: 8px 0;
}

.academic-links {
    margin-top: 15px;
}

.academic-links .btn {
    margin: 2px 5px 2px 0;
}

.label {
    margin-right: 5px;
}