/* CSS riêng của trang Hội đồng biên tập và Lịch sử biên tập
   (frontend/pages/editorialMasthead.tpl, editorialHistory.tpl) */

.huaf_page_masthead h2,
.huaf_page_editorial_history h2 {
    margin: 16px 0 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.huaf_page_masthead .huaf_user_listing,
.huaf_page_editorial_history .huaf_user_listing {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.huaf_page_masthead .huaf_user_listing li,
.huaf_page_editorial_history .huaf_user_listing li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 10px;
    line-height: 1.5;
}

.huaf_masthead_name {
    font-weight: 700;
}

.huaf_masthead_date_start {
    color: #666;
}

.huaf_masthead_orcid a {
    padding: 0;
    text-decoration: none;
}

.huaf_masthead_orcid svg,
.huaf_masthead_orcid img {
    display: inline-block;
    vertical-align: middle;
}
