/* Style Header Anda yang lama */
.pkp_site_name .is_img img {
    max-height: 100%;
}

/* ================================================== */
/* CSS TAMBAHAN: KHUSUS untuk efek hover sidebar saja */
/* ================================================== */
.hover-glass:hover {
    background: rgba(44, 160, 122, 0.7) !important; 
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border-left: 3px solid #1e7055 !important; 
    box-shadow: 2px 4px 10px rgba(0,0,0,0.1) !important;
}

.template-hover:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(44, 160, 122, 0.3) !important;
}

/* ================================================== */
/* CSS TAMBAHAN: Efek Hover untuk Tabel Homepage      */
/* ================================================== */
.glass-table:hover {
    background: rgba(55, 155, 118, 0.9) !important;
    box-shadow: 0 8px 25px rgba(44, 160, 122, 0.3) !important;
    transform: translateY(-2px);
}
.glass-table tr {
    transition: background 0.2s ease;
}
.glass-table tr:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}