
.pkp_brand_footer  {
    display: none;
}


.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}


.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}


.row.justify-content-center.text-center {
    display: none;
}


/* Genel stil: Mobil görünümde kaydırma çubuğu ekler */
.pkpDropdown__content {
column-count: 2;
    /* 2 sütun yapar */
    column-gap: 10px;
    /* Sütunlar arasındaki boşluğu ayarlar */
}

