#tab-about-journal > section > p:nth-child(8) {
    display: flex;
    column-gap: 7px;
}

#headerNavigationContainer {
    background-color: #474747;
}

.header-logo .is_img img {
        max-height: 5.4rem;
    } 

body > div.pkp_structure_page.flex.flex-col.h-full > div.w-full.bg-white.dark\:bg-gray-800.py-3 {
    background-color: #e41d25;
}

body > div.pkp_structure_page.flex.flex-col.h-full > div.w-full.bg-white.dark\:bg-gray-800.py-3 > div > div.ms-auto.me-3.p-3.ps-6.hidden.lg\:block > form > div {
    background: #ffffffa8;
    border-radius: 9px;
}

.pkp_navigation_primary>li>a {
    color: rgb(255 255 255 / 87%);
}

.issn a {
    color: rgb(0 0 0 / 87%);
    background: #ffffffa1;
    padding: 0 7px;
    font-weight: bold;
    border-radius: 5px;
}

.pkp_structure_footer_wrapper {
    background: #d5d5d5;
    color: #ffffff;
}

h4.font-bold.text-lg {
    background: #7b7b7b;
    padding-left: 10px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: inset -10px -14px 11px -10px rgb(35 35 35);
    margin-bottom: 9px;
}

.copyright.w-full.text-center {
    background: #ededed;
    color: #000000;
    padding: 5px;
    border-radius: 6px;
}

ul.list-reset.leading-normal {
    color: #000000;
}

.heading-footer {
    background: #ffffff8f;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
    border-radius: 5px;
    padding-top: 5px;
}

a.font_pkp_footer_content_copyright {
    color: #e41d25;
}