.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 165px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.obj_article_details .abstract,
.obj_article_details .references,
.page_about p {
	text-align: justify;
	font: tahoma, geneva, sans-serif;
}

/* Menghilangkan brand footer */
.pkp_brand_footer {
	display: none;
}

/* Sidebar */
.sidebar {
	width: 255px;
	background-color: #f5f5f5; /* abu terang */
	padding: 20px;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

/* Head Menu Style */
.sidebar .head-menu {
	font-size: 17px;
	font-weight: bold;
	color: #000; /* Hitam */
	margin-bottom: 15px;
	padding: 10px;
	background-color: #e0e0e0; /* Abu terang */
	border-radius: 4px;
	text-align: left;
}

/* Menu Sidebar */
.sidebar .menu-sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar .menu-sidebar ul li {
	margin-bottom: 5px;
}

.sidebar .menu-sidebar ul li a {
	text-decoration: none;
	color: #000; /* Hitam */
	font-size: 12.6px;
	display: block;
	padding: 10px 12px;
	border-radius: 4px;
	font-weight: bold;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.sidebar .menu-sidebar ul li a:hover {
	background-color: #333; /* Abu gelap saat hover */
	color: #fff;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
}

.sidebar .menu-sidebar ul li a .fa {
	margin-right: 5px;
	color: #000;
}

.sidebar .menu-sidebar ul li a:hover .fa {
	color: #fff;
}

/* Logo e-ISSN di sidebar */
.sidebar .badan img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
}

/* Tombol Submit */
.block_make_submission {
	margin-top: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
}

.block_make_submission .block_make_submission_link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #000; /* Hitam */
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.block_make_submission .block_make_submission_link:hover {
	background-color: #444; /* Abu gelap saat hover */
	color: #fff;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
}

/* Tombol Template */
.block_journal_template {
	margin-top: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.block_journal_template .block_journal_template_link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ccc; /* Abu terang */
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.block_journal_template .block_journal_template_link:hover {
	background-color: #999;
	color: #fff;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
}

/* Background Umum */
body {
	background-color: #f5f5f5;
	background-image: url('https://img.freepik.com/premium-vector/canvas-texture-background-closeup-gray-color_429429-456.jpg?semt=ais_hybrid');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

/* Gambar Logo atau Header */
.head-menu-img,
.head-menu-img-vs {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.head-menu-img img,
.head-menu-img-vs {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.head-menu-img:hover img,
.head-menu-img-vs:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
	transform: scale(1.05);
}
