.pkp_site_name {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pkp_structure_head {
     background-color: white;
    border-bottom: 5px solid #d4ac0d;
}
.pkp_site_name img {
    max-height: 80px;
}

.pkp_site_name::after {
    content: "Pharma Research Bulletin (ISSN: 2582-676X)";
    font-size: 20px;
    font-weight: 600;
    color: #1e6292;
    font-family: Georgia, serif;
}

.pkp_brand_footer {
    display: none !important;
}

/* Main footer background */
.pkp_structure_footer_wrapper {
    background-color:#1e6292 !important;
}

/* Inner footer area */
.pkp_structure_footer {
    background-color: #1e6292 !important;
    color: white;
}

/* Remove grey border look */
.pkp_structure_footer_wrapper {
    border-top: 5px solid #d4ac0d;
}

/* Links styling */
.pkp_structure_footer a {
    color: #d4ac0d;
    text-decoration: none;
}

.pkp_structure_footer a:hover {
    text-decoration: underline;
}

/*nav bar*/

.pkp_navigation_user {
    background-color: #1e6292;
}