.pkp_site_name {
	text-align: center;
}

.pkp_navigation_user {
	background: #511a56;
	text-align: center;
}

.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
	color: rgb(238, 240, 240);
}

.dropdown-menu.show li.profile > a {
	color: #5d2b62
}

.pkp_structure_footer_wrapper {
	background: #511a56;
    color: #eef0f0;
}

.pkp_site_nav_menu a {
	color: #511a56;
}

.pkp_site_nav_menu .pkp_nav_list {
	text-align: center;
	padding-left: 10px;
}

@media (min-width: 992px) {
	.pkp_structure_sidebar {
	    text-align: right;
	}

	.obj_issue_toc .galleys, .obj_issue_toc .section {
	    margin-bottom: -110px;
	}

	.pkp_navigation_user>li:last-child>a {
		padding-right: 10px;
	}

	.pkp_site_nav_menu a {
		color: #fff;
	}

	.pkp_navigation_user {
		text-align: right;
	}

	.pkp_site_nav_menu .pkp_nav_list {
		text-align: left;
	}	
}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
	    color: #202221; 
	    background: #3cb395;
	    border-radius: 9px;
}

.pkp_brand_footer {
	    display: none;
}

.obj_issue_toc .cover img {
	max-height: 100%;
}

.pkp_block {
	border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #dddddd;
}

.pkp_footer_content {
	padding-top: 10px;
    padding-bottom: 10px;
}

.has_site_logo .pkp_head_wrapper {
	background: #202221;
}

.pkp_site_nav_menu {
	background: #3cb395;
}

.pkp_navigation_user {
	background: #202221;
}

.pkp_structure_footer_wrapper {
	background: #3cb395;
}

.pkp_structure_head {
	border-bottom: none;
}

.pkp_search.pkp_search_desktop.is_open .search_prompt {
	background: #3cb395;
	color: #202221;
}

.pkp_site_name img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
}
.article-summary .article-stats {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    font-size: 0.85em;
    font-style: italic;
    color: #555;
}

/* Memberi jarak antara ikon dan teks */
.article-summary .article-stats i {
    margin-right: 5px;
    color: #333; /* Warna ikon sedikit lebih gelap agar terlihat jelas */
}