/* Style the header container */
.pkp_site_name {
    height: 250px;
    display: flex;
    align-items: left;         /* Vertically center text */
    justify-content: left;     /* Horizontally center text */
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    text-align: left;
}

/* Style the site name text */
.pkp_site_name h1, 
.pkp_site_name .is_visible {
    font-size: 8em !important;    /* Adjust to desired size */
    font-weight: bold !important;
    color: white !important;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

/* Ensure the navigation bar stays in place */
.pkp_navigation_primary {
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 2;
}

.pkp_structure_head:before {
    z-index: -1;
    background: url(https://comengapp.unsri.ac.id/public/site/images/admin/imgg.jpg);
    opacity: 0.3;
}

.pkp_structure_head {
    background: none;
}

.pkp_page_index .homepage_about h2 {
    margin-top: -0.714rem;
    display: none;
}

.pkp_navigation_primary_row {
    background: #2f2c93;
}

.pkp_navigation_primary li a {
    color: #ffffff;
}

.pkp_navigation_primary .dropdown-menu li a {
    color: #0742aa;
}

.pkp_structure_main h4 {
    font-size: 20px;
    line-height: 1.43rem;
    font-weight: 700;
    color: #312e94;
}

.editor-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.editor-photo {
    width: 150px;
    height: 150px;
    border: 3px solid #ffffff;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.editor-info {
    flex: 1;
}

.name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.editor-links {
    margin-bottom: 5px;
}

.pkp_navigation_search_wrapper a {
    color: #ffffff;
}

.name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.editorial_team_block .row {
    padding: 5px;
    display: flex;
}