.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}

/* ===== PREMIUM ACADEMIC SIDEBAR ===== */

.sidebar-menu a {
    display: block;
    padding: 12px 18px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #f4f6f8;
    color: #1c2e3a;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #d6dde3;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Subtle navy hover */
.sidebar-menu a:hover {
    background: linear-gradient(
        135deg,
        #0f4c75,
        #203a43
    );
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 40, 80, 0.15);
    border-color: #0f4c75;
}

