/* OJS/PKP logosunu ve yazısını gizle (Health Sciences Teması) */
.pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer,
footer .pkp_brand_footer,
a[href*="pkp.sfu.ca"],
img[alt*="Public Knowledge Project"],
img[alt*="PKP"],
img[alt*="Open Journal Systems"],
footer img[src*="pkp"],
footer img[src*="ojs"] {
    display: none !important;
    visibility: hidden !important;
}

/* Footer linkleri - normal durumda alt çizgi yok */
footer a,
.pkp_structure_footer a {
    text-decoration: none !important;
}

/* Footer linkleri - hover durumunda sadece solma efekti */
footer a:hover,
.pkp_structure_footer a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

/* Footer zemin rengi */
footer,
.pkp_structure_footer,
.pkp_structure_footer_wrapper {
    background-color: #0e2d56 !important;
}

/* Ana içerik alanı zemin rengi - beyaz */
.pkp_structure_main,
.pkp_structure_content,
main,
.page_index_journal,
.page_article,
.page_issue {
    background-color: #ffffff !important;
}

/* Body genel zemin rengi */
body {
    background-color: #ffffff !important;
}

/* İçerik wrapper'ları */
.pkp_page_wrapper,
.pkp_structure_page {
    background-color: #ffffff !important;
}