/* header */
.pkp_site_name {
    display: flex;
    align-items: center;
}

.pkp_journal_name {
    margin-left: 20px; /* Adjust spacing between logo and journal name */
    font-size: 1.1em; /* Adjust font size as needed */
    font-weight: bold; /* Optional: make the journal name bold */
    color: #ffff; /* Adjust color to match your theme */
}


.custom_footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkp_structure_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkp_structure_footer_wrapper {
    background-color: #1A7BD6;
}
  
.pkp_footer_content {
    color: white;
	display: flex;
    align-items: center;
}

.pkp_brand_footer img {
    filter: invert(1);
}