/* --- 7. FOOTER STYLE (TANPA GARIS) --- */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    background: var(--warna-abu-footer) !important;
    border-top: none !important; /* MENGHAPUS GARIS PANJANG DI BAWAH */
    box-shadow: none !important;
    padding: 50px 0;
    text-align: center;
}

.pkp_structure_footer * {
    color: #222222 !important;
    text-shadow: none !important;
}

.pkp_structure_footer a {
    color: var(--warna-biru) !important;
    font-weight: bold;
    text-decoration: none;
}

/* --- HAPUS LOGO OMP/PKP (TETAP ADA) --- */
.pkp_brand_footer, 
a[href*="pkp.sfu.ca"], 
img[alt*="Public Knowledge Project"],
.pkp_footer_content img[src*="brand"] { 
    display: none !important; 
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    z-index: -999 !important;
}

/* --- 2. KONTEN UTAMA --- */
.pkp_structure_main {
    background: #fff;
    padding: 40px;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-top: none !important; /* Baris ini yang diubah/dihapus */
}