body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
}

a {
	text-decoration: none;
}

.obj_article_summary>.title,
.pkp_navigation_user_wrapper a,
.pkp_structure_main h3,
.pkp_block .title {
	font-family: 'ElsevierSansWeb', sans-serif;
    padding-bottom: .5rem;
    border-bottom: 3px solid #e9711c;
}
.pkp_block .title {
    font-size: 1.3rem;
    color: #e9711c !important;
    padding-bottom: .2rem;
}
.pkp_block .title {
    display: block;
    margin-bottom: .714rem;
    margin-top: 0;
}

.pkp_structure_page {
	margin-top: 20px !important;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pkp_navigation_user {
	padding-left: 10px;
	padding-right: 10px;
	background: transparent !important;
	color: #fff;
}

.pkp_site_name,
.pkp_site_name>a {
	padding-top: 0;
	padding-bottom: 0;
}

.pkp_site_name .is_img img {
	max-height: 100%;
}

.pkp_site_name_wrapper {
	padding-left: 0;
	padding-right: 0;
}

.pkp_navigation_user_wrapper {
	top: 0;
	right: 0;
	padding-right: 30px;
}

.pkp_structure_main {
	margin-left: 0px !important;
}

.pkp_site_name .is_img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.pkp_page_index .additional_content {
	border-top: 0 !important;
	padding: 1rem 2.714rem 0 2.714rem !important;
}

.cmp_breadcrumbs {
	margin-top: 1rem;
}

.pkp_footer_content {
	text-align: center;
}

.pkp_brand_footer a {
	float: none;
	display: inline-block;
	max-width: none;
}

@media (min-width: 992px) {
	.pkp_block {
		padding: 1rem 2.143rem;
	}

	.pkp_structure_content {
		padding-top: 1rem;
	}

	.pkp_structure_sidebar {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.pkp_structure_content {
		padding-top: 0;
		margin: 0 10px;
	}

	.pkp_structure_main {
		float: left;
		padding: 3rem 2rem 2rem 0;
	}

	.cmp_announcements {
		margin-left: 0.15rem;
		margin-right: 0.15rem;
	}

	.pkp_structure_main:before {
		content: none;
	}

	.pkp_structure_main:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		background: #ddd;
	}

	.pkp_structure_footer {
		padding-top: 0;
		margin: 0 auto;
	}

	.pkp_site_name .is_img img {
		display: none !important;
	}

	.obj_issue_toc .galleys:before,
	.obj_issue_toc .section:before {
		border-top: 0;
	}
}

.obj_issue_toc .articles {
	margin-top: 0;
}

.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0;
}

.current_issue .current_issue_title {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Gaya untuk Editorial Board */
.editor-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.editor-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3498db;
}

.editor-info h2 {
  margin: 0;
  font-size: 20px;
  color: #2c3e50;
}

.editor-info p {
  margin: 4px 0;
  color: #666;
}

.editor-links {
  margin-top: 8px;
}

.editor-links a {
  display: inline-block;
  margin-right: 10px;
}

.editor-links img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
