.pkp_site_name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pkp_site_name img {
    max-height: 80px;
}

.pkp_site_name::after {
    content: "Applied Bioscience and Bioinformatics (ABB)";
    font-size: 20px;
    font-weight: 600;
    color: #0D3B1E;
    font-family: Georgia, serif;
}

.pkp_brand_footer {
    display: none !important;
}

/* Main footer background */
.pkp_structure_footer_wrapper {
    background-color: #ffffff !important;
}

/* Inner footer area */
.pkp_structure_footer {
    background-color: #ffffff !important;
    color: #333;
}

/* Remove grey border look */
.pkp_structure_footer_wrapper {
    border-top: 1px solid #e5e5e5;
}

/* Links styling */
.pkp_structure_footer a {
    color: #2c7a2c;
    text-decoration: none;
}

.pkp_structure_footer a:hover {
    text-decoration: underline;
}