.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 {
	background: #dddddd;
}

.card_metrics {
	margin-bottom: 5px;
	display: flex;
}

.metrics_left {
	width: calc(100% - 160px);
	display: flex;
}

.metrics_right {
	min-width: 110px;
	font-weight: 700;
} */

/* Container Utama */
#customblock-issn .content {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Jarak antar item ISSN/DOI */
    padding: 10px;
}

/* Setiap Baris (P-ISSN, E-ISSN, DOI) dibuat menjadi Card */
#customblock-issn .card_metrics {
    background: #ffffff; 
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    display: flex;
    justify-content: space-between; /* Pisahkan judul dan nilai */
    align-items: center;
    border-left: 5px solid #ff9933; /* Warna identitas Etnoreflika */
}

/* Style Judul (P-ISSN, E-ISSN, DOI) */
#customblock-issn .metrics_left {
    font-weight: bold;
    color: #1c5931; /* Warna hijau gelap untuk kontras */
    font-size: 0.9em;
}

/* Style Nilai (Nomor ISSN/DOI) */
#customblock-issn .metrics_right {
    font-weight: 600;
    color: #007bff; /* Warna biru untuk menyoroti hyperlink */
    text-decoration: none;
}

div#customblock-accreditation-certificate p:first-child,
div#customblock-submission p:first-child,
div#customblock-journal-policies p:first-child,
div#customblock-journal-information p:first-child,
div#customblock-visitors p:first-child,
div#customblock-collaboration p:first-child {
	padding: 14px 30px;
	margin: -14px -30px -15px -30px;
	color: white;
	background: #f2a007;
	font-size: 18px;
}

div#customblock-accreditation-certificate p,
div#customblock-submission p,
div#customblock-submit-manuscript p,
div#customblock-journal-policies p,
div#customblock-journal-information p,
div#customblock-visitors p,
div#customblock-collaboration p {
	font-weight: 600;
}

div#customblock-submission a:hover,
div#customblock-submit-manuscript a:hover,
div#customblock-journal-policies a:hover,
div#customblock-journal-information a:hover,
div#customblock-visitors a:hover,
div#customblock-collaboration a:hover {
	background: #f2f2f2;
	transition: .3s;
}

div#customblock-accreditation-certificate a,
div#customblock-submission a,
div#customblock-submit-manuscript a,
div#customblock-journal-policies a,
div#customblock-journal-information a,
div#customblock-visitors a,
div#customblock-collaboration a {
	display: block;
	background: #dddddd;
	padding: 14px 30px;
	margin: 5px -30px -28px -30px;
	font-size: 1rem;
	color: #006798;
}

div#customblock-submission p a img,
div#customblock-journal-policies p a img,
div#customblock-journal-information 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-policies p a img,
div#customblock-journal-information p a img {
	margin-bottom: -6px;
}

/* Footer */
/*Footer Wrapper*/
.pkp_structure_footer_wrapper {
	background: #f2a007;
}

/* Section Heading */
h4.section-heading {
	margin-bottom: .5rem;
}

/* MEDIA QUERY: Khusus untuk layar sangat kecil */
@media (max-width: 480px) {
	.logo-container {
		/* PENTING: Paksa hanya 2-3 kolom agar logo tidak tumpang tindih */
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		gap: 5px; /* Kurangi gap lagi */
	}
}

/* Logo Container (Grid) */
.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));

/* Responsive grid */
	justify-content: start;
	justify-items: center;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  background: #ffffff;
  border: 2px solid #1c5931;
}

/* Logo Style */
.logo {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  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;
}

/* --- Penyesuaian Jarak dan Tautan (Revisi Final) --- */

/* Menghilangkan garis bawah dari semua tautan di area konten Editorial Team */
.page_editorial_team a {
    text-decoration: none !important;
    color: #1c5931;
}
.page_editorial_team a:hover {
    text-decoration: underline !important;
}

/* 1. MENGURANGI JARAK PENULIS DENGAN AFILIASI */
/* Asumsi Nama Editor di dalam <p> atau dibungkus tag <div>/header tertentu.
   Kita menargetkan elemen yang membungkus nama editor (misalnya h4 atau p)
   jika tag yang digunakan adalah <p> */
.pkp_structure_main p { /* Menargetkan paragraf pertama di konten utama */
    margin-bottom: 5px; /* Kurangi margin bawah agar lebih dekat ke Afiliasi */
}

/* 2. JARAK AFILIASI DENGAN ID AKADEMIK (DIRENGGANGKAN) */
.pkp_structure_main .affiliation-line {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Jarak antara Afiliasi dan ID Akademik Pertama */
    margin-top: 5px;
    margin-bottom: 15px; /* Jarak dibuat renggang dari Afiliasi ke ID Akademik */
    font-size: 1em;
}

/* 3. MENYESUAIKAN JARAK ANTAR ID AKADEMIK */
/* Dibuat lebih renggang (menyamakan dengan jarak ID ke Email) */
.academic-id-item {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Tambahkan margin vertikal (atas-bawah) yang lebih besar */
    margin: 8px 0; /* Jarak vertikal yang lebih besar antar ID (sebelumnya 3px) */
    font-size: 0.95em;
    max-width: 600px;
    word-break: break-word;
}

/* Styling Email (Email memiliki jarak yang cukup di tangkapan layar, jadi kita pertahankan) */
.email-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px; /* Pastikan ada pemisah yang jelas dari ID Akademik terakhir */
    font-size: 1em;
}

/* Pastikan ikon tetap rapi */
.academic-icon, .email-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    object-fit: contain;
}

/* WhatsApp Widget */
.whatsapp-float-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    cursor: pointer;
    font-family: 'Arial', Helvetica, sans-serif;
}

.whatsapp-float-container:hover {
    background-color: #128C7E;
    transform: scale(1.05);
		color: white;
}

.whatsapp-icon-wrapper {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.whatsapp-glyph-img {
    width: 24px;
    height: 24px;
}

.whatsapp-text {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .whatsapp-text {
        display: none;
    }
    .whatsapp-float-container {
        padding: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				bottom: 20px;
				right: 20px;
    }
    .whatsapp-icon-wrapper {
        margin: 0;
        padding: 0px;
				width: auto;
				height: auto;
    }
		.whatsapp-glyph-img {
			width: 30px;
			height: 30px;
		}
}

/* Table */
.journal-metadata-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.journal-metadata-table td {
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.journal-metadata-table tr:last-child td {
    border-bottom: none;
}

.journal-metadata-table tr td:first-child {
    font-weight: bold;
    width: 150px;
}

.journal-metadata-table a {
    color: #006798;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.journal-metadata-table a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #006798;
    transition: width 0.3s ease;
}

.journal-metadata-table a:hover::after {
    width: 100%;
}

.journal-metadata-table a img {
    position: static;
    display: inline;
    padding-bottom: 0;
    margin-left: 5px;
    vertical-align: middle; 
}

.journal-metadata-table a:has(img):hover::after {
    width: 0 !important;
    content: none !important;