/* ===============================
Editorial Team – Biskra Style
=============================== */
.page_about_editorialTeam h1 {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 1.5rem;
}
.page_about_editorialTeam h2 {
font-size: 1.3rem;
font-weight: 600;
margin-top: 2rem;
margin-bottom: 1rem;
border-bottom: 1px solid #ddd;
padding-bottom: 0.4rem;
}
/* Role sections */
.editorialTeam .role {
margin-bottom: 2rem;
}
/* Individual member block */
.editorialTeam .member {
margin-bottom: 0.8rem;
}
/* Name */
.editorialTeam .member .name {
font-weight: 600;
font-size: 0.95rem;
}
/* Affiliation */
.editorialTeam .member .affiliation {
font-size: 0.9rem;
color: #555;
}
/* Biography text */
.editorialTeam .member .bio {
font-size: 0.9rem;
color: #444;
margin-top: 0.3rem;
}
/* Remove card-style layouts (keep academic look) */
.editorialTeam .member {
border: none;
padding: 0;
background: none;
}
/* Match PKP spacing */
.editorialTeam {
max-width: 900px;
}
