.pkp_structure_head {
    background-color: #0f172a !important; /* Change to your color */
}

.pkp_brand_footer {
    display: none !important;
}

.pkp_structure_footer_wrapper {
    background-color: #0f172a !important;
    color: #cbd5e1 !important;
}

.pkp_navigation_primary_wrapper {
    background-color: #0f172a !important;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

.pkp_navigation_primary > li > a:hover {
    color: #ffc107 !important;
}

/* Style View Journal & Current Issue links as buttons */
.pkp_page_index .links a {
    display: inline-block;
    padding: 8px 18px;
    margin-right: 10px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #3e0269;
    color: #ffffff;
}

/* Hover Effect */
.pkp_page_index .links a:hover {
    background-color: #94bdfa;
    color: #1A237E;
}




