.has_site_logo .pkp_head_wrapper {
	height: 71.9px;
}

.pkp_site_name .is_img img {
	max-height: 100%;
}

.pkp_site_nav_toggle {
	top: 16px;
}

@media (min-width: 992px) {
	.pkp_site_name .is_img img {
		max-height: 200px;
	}
	.has_site_logo .pkp_head_wrapper {
		height: auto;
	}
}

/*Blocks Sidebar*/
div#customblock-badge-sinta {
	padding: 0;
	margin-bottom: 1rem;
}

.pkp_block.block_make_submission {
	padding: 2.143rem 0;
}

.block_make_submission a {
	display: block;
	padding: 1em;
	background: #1c5931;
	border: 1px solid #1c5931;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
}

.block_make_submission a:hover {
	background: #f2a007;
	color: #1c5931;
	border: none;
}

div#customblock-issn-doi {
	background: #dddddd;
}

.card_metrics {
	margin-bottom: 5px;
	display: flex;
}

.metrics_left {
	width: calc(100% - 128px);
	display: flex;
}

.metrics_right {
	min-width: 110px;
	font-weight: 700;
}

div#customblock-submission p:first-child, 
div#customblock-journal-overview p:first-child, 
div#customblock-visitor p:first-child {
	padding: 14px 30px;
	margin: -14px -30px -15px -30px;
	color: white;
	background: #f2a007;
	font-size: 18px;
}

div#customblock-submission p, 
div#customblock-submit-manuscript p, 
div#customblock-journal-overview p {
	font-weight: 600;
}

div#customblock-submission a:hover, 
div#customblock-submit-manuscript a:hover, 
div#customblock-journal-overview a:hover, 
div#customblock-visitor a:hover {
	background: #f2f2f2;
	transition: .3s;
}

div#customblock-submission a, 
div#customblock-submit-manuscript a, 
div#customblock-journal-overview a, 
div#customblock-visitor a {
	display: block;
	background: #dddddd;
	padding: 14px 30px;
	margin: 5px -30px -28px -30px;
	font-size: 1rem;
	color: #1c5931;
}

div#customblock-submission p a img, 
div#customblock-journal-overview p a img {
	margin-bottom: -8px;
	margin-right: 8px;
}

div#customblock-submit-manuscript p {
	margin-top: -30px;
}

div#customblock-submit-manuscript a {
	position: relative;
	margin-top: 0px;
}

div#customblock-submit-manuscript p a img {
	position: absolute;
	right: 30px;
	top: 15px;
}

div#customblock-journal-overview p a img {
	margin-bottom: -6px;
}

/* Footer */
/*Footer Wrapper*/
.pkp_structure_footer_wrapper {
	background: #f2a007;
}

/* Section Heading */
h4.section-heading {
	margin-bottom: .5rem;
}

/* Logo Container (Grid) */
.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Responsive grid */
  place-items: center;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  border: 2px solid #1c5931;
}

/* Logo Style */
.logo {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

img.logo {
  /* width: 165px; */
  filter: grayscale(100%);
  transition: filter 0.5s;
}

img.logo:hover {
  filter: grayscale(0%);
}

.pkp_footer_content .row {
	display: flex;
}

@media (min-width: 320px) and (max-width: 767.5px) {
	.pkp_footer_content .row {
		display: block;
	}
}

.pkp_footer_content .col-md-4 {
	width: 33.33333333%;
	padding-right: 14px
}

.pkp_footer_content .col-md-8 {
	width: 66.66666667%;
}

.pkp_footer_content a {
	text-decoration: none;
}

@media (min-width: 320px) and (max-width: 767.5px) {
	.pkp_footer_content .col-md-4,
	.pkp_footer_content .col-md-8 {
		width: 100%;
		padding-right: 0;
		padding-bottom: 14px;
	}
}

img.logo-publisher {
	max-width: 75%;
}

a.link-footer {
  color: #1c5931;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

a.link-footer::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #1c5931;
  transition: width 0.3s ease;
}

a.link-footer:hover {
  color: #1c5931; /* Memastikan warna tidak berubah saat hover */
}

a.link-footer:hover::after {
  width: 100%;
}

.ccLicense {
	width: 20px;
}
