.sidemenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow: hidden; /* biar radius rapi */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.sidemenu li {
  border-bottom: 1px solid #eee;
}

.sidemenu li:last-child {
  border-bottom: none;
}

.sidemenu li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidemenu li a:hover {
  background: #b30000; /* merah hati JIEMB */
  color: #fff;
  padding-left: 20px; /* animasi geser ke kanan */
}


/* Bungkus kotak untuk block accreditation */
.pkp_block.block_custom#customblock-accreditation .content {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Bungkus kotak untuk block accreditation */
.pkp_block.block_custom#customblock-accreditation .content {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Gambar badge */
.pkp_block.block_custom#customblock-accreditation .content img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.pkp_block.block_custom#customblock-accreditation .content img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Paragraf teks */
.pkp_block.block_custom#customblock-accreditation .content p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #333;
}

/* Link teks */
.pkp_block.block_custom#customblock-accreditation .content a {
  color: #b30000; /* merah branding */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pkp_block.block_custom#customblock-accreditation .content a:hover {
  color: #fff;
  background: #b30000;
  padding: 2px 6px;
  border-radius: 5px;
}



/* Paragraf teks */
.pkp_block.block_custom#customblock-accreditation .content p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #333;
}

/* Link teks */
.pkp_block.block_custom#customblock-accreditation .content a {
  color: #b30000; /* merah branding */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pkp_block.block_custom#customblock-accreditation .content a:hover {
  color: #fff;
  background: #b30000;
  padding: 2px 6px;
  border-radius: 5px;
}

/* Kotak Visitor Statistics */
.pkp_block.block_custom#customblock-visitor-statistics .content {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Gambar counter */
.pkp_block.block_custom#customblock-visitor-statistics .content img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.pkp_block.block_custom#customblock-visitor-statistics .content img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Paragraf teks (kalau ada tambahan keterangan di bawah counter) */
.pkp_block.block_custom#customblock-visitor-statistics .content p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #333;
}


/* Kotak utama */
.template-box {
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  margin: 0 auto 15px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
  max-width: 250px; /* biar tidak melebar */
}

/* Gambar */
.template-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
}

.template-box img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Paragraf */
.template-box p {
  font-size: 12px;
  color: #444;
  margin: 0px 0 0px 0;
  font-family: "Segoe UI", Arial, sans-serif;
font-weight:600;
}

/* Footer Flex Container */
.pkp_structure_footer {
    display: flex;
    justify-content: flex-start; /* Konten kiri */
    flex-wrap: wrap;
    background: linear-gradient(135deg, #B22234, #7A0C1E);
    color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    position: relative;
}

/* Semua paragraf di footer content */
.pkp_footer_content p {
    margin: 0 0 10px 0;
    line-height: 1.6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Paragraf terakhir (ISSN/DOI) di â€œkanan visualâ€ */
.pkp_footer_content p:last-of-type {
    position: absolute;
    right: 30px;   /* jarak dari kanan */
    top: 40px;     /* sejajar secara vertikal dengan konten kiri */
    text-align: right;
    max-width: 35%;
}

/* Link hover animasi */
.pkp_footer_content a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s, transform 0.3s;
}
.pkp_footer_content a:hover {
    color: #000;
    transform: translateY(-2px);
}

/* Hilangkan brand footer */
.pkp_brand_footer {
    display: none;
}

/* Responsif */
@media (max-width: 1024px) {
    .pkp_footer_content p:last-of-type {
        position: static;
        text-align: left;
        max-width: 100%;
        margin-top: 0px;
    }
}

.editorial-board {
  max-width: 850px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.editorial-board h3 {
  color: #b30000;
  border-bottom: 2px solid #eee;
  margin-top: 25px;
  padding-bottom: 6px;
  font-size: 1.2rem;
}

.editor-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.editor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.editor-info {
  font-size: 0.95rem;
  line-height: 1.4;
font-family: segoe UI, sans-serif;

}

.editor-links img {
  width: 22px;
  height: 22px;
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.editor-links img:hover {
  opacity: 1;
}

.reviewer-board {
  max-width: 850px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.reviewer-board h3 {
  color: #b30000;
  border-bottom: 2px solid #eee;
  margin-top: 25px;
  padding-bottom: 6px;
  font-size: 1.2rem;
}

.reviewer-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviewer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.reviewer-info {
  font-size: 0.95rem;
  line-height: 1.4;
  font-family: segoe UI, sans-serif;
}

.reviewer-links img {
  width: 22px;
  height: 22px;
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.reviewer-links img:hover {
  opacity: 1;
}



/* Info Judul Issue */
.current_issue_title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

/* Info Published */
  font-size: 14px;
  margin-bottom: 25px;
  color: #666;
}
.current_issue .published .label {
  font-weight: 600;
  color: #333;
}

/* Section Heading (Articles) */
.current_issue .section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #b30000;
  margin-bottom: 15px;
  border-left: 4px solid #b30000;
  padding-left: 10px;
}

/* Card Artikel */
.obj_article_summary {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}
.obj_article_summary:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* Judul Artikel */
.obj_article_summary .title a {
  font-size: 17px;
  font-weight: 800;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.obj_article_summary .title a:hover {
  color: #b30000;
}

/* DOI */
.obj_article_summary .doiInSummary {
  margin: 6px 0 10px 0;
  font-size: 14px;
  color: #555;
}
.obj_article_summary .doiInSummary a {
  color: #b30000;
  text-decoration: none;
  font-weight: 500;
}
.obj_article_summary .doiInSummary a:hover {
  text-decoration: underline;
}

/* Authors */
.obj_article_summary .authors {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 8px;
}
.obj_article_summary .authors b {
  color: #222;
}

/* Halaman */
.obj_article_summary .pages {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-top: 4px;
}
.obj_article_summary .pages {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #b30000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Tombol PDF */
.obj_article_summary .galleys_links a.pdf {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #b30000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.obj_article_summary .galleys_links a.pdf:hover {
  background: #900000;
  box-shadow: 0 3px 8px rgba(179,0,0,0.3);
}

/* Metrics (Abstract view & Downloads) */
.obj_article_summary i {
  margin-right: 4px;
  color: #b30000;
}
.obj_article_summary {
  font-size: 13px;
  color: #666;
}

/* Link View All Issues */
.current_issue .read_more {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #b30000;
  border: 1px solid #b30000;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.current_issue .read_more:hover {
  background: #b30000;
  color: #fff;
}


/* Address Box PAGE KONTAK*/
.contact_section .address {
  grid-column: span 2;
  background: #f9f9f9;
  border-left: 5px solid #b30000;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.contact_section .address strong {
  font-size: 1.1rem;
  color: #b30000;
}
.contact_section .address a {
  color: #b30000;
  text-decoration: underline;
}
.contact_section .address a:hover {
  color: #d4af37;
}

/* Contact Cards */
.contact {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

/* Contact Title */
.contact h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #b30000;
  border-left: 4px solid #d4af37;
  padding-left: 8px;
}

/* Contact Details */
.contact .name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #b30000;
}
.contact .affiliation {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}
.contact .phone,
.contact .email {
  font-size: 0.9rem;
  margin: 5px 0;
}
.contact .label {
  font-weight: 600;
  margin-right: 6px;
  color: #333;
}
.contact .value,
.contact .email a {
  color: #b30000;
  text-decoration: none;
}
.contact .email a:hover {
  color: #d4af37;
}

/* Responsive */
@media (max-width: 768px) {
  .contact_section {
    grid-template-columns: 1fr;
  }
  .contact_section .address {
    grid-column: span 1;
  }
}
/* === Guide Card Wrapper === */
.guide__card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin: 20px auto;
  max-width: 860px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-family: "Arial Nova", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Header */
.guide__header {
  border-bottom: 3px solid #c1121f;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.guide__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #c1121f;
}
.guide__subtitle {
  font-size: 1rem;
  color: #666;
  margin-top: 4px;
}

/* Section Titles */
.section-title {
  font-size: 1.3rem;
  margin: 20px 0 10px;
  font-weight: 600;
  color: #c1121f;
  border-left: 4px solid #c1121f;
  padding-left: 8px;
}

/* Steps List */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.step__num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #c1121f;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
  margin-right: 12px;
}
.step__content h4 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #111;
}
.step__content p, 
.step__content ul {
  margin: 0;
  font-size: 0.95rem;
  color: #444;
}

/* Muted text */
.muted {
  font-size: 0.9rem;
  color: #555;
}

/* Two column details */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.two-col details {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px;
}
.summary-inline {
  font-weight: 600;
  color: #c1121f;
  margin-bottom: 6px;
}

/* References */
.refs {
  margin: 12px 0 0 20px;
  font-size: 0.92rem;
}
.refs li {
  margin-bottom: 6px;
}

/* Links */
a {
  color: #c1121f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.code {
  font-family: monospace;
  background: #f2f2f2;
  padding: 2px 4px;
  border-radius: 4px;
}


/* Responsive images */
.pkp_structure_sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .pkp_structure_sidebar {
    padding: 0 10px;
  }

  .pkp_structure_sidebar .block_custom {
    padding: 12px;
  }

  .pkp_structure_sidebar .title {
    font-size: 1rem;
  }

  .template-box img {
    max-width: 100%;
  }
}

/* === Responsive Fixes === */
img {
  max-width: 100%;
  height: auto;
}

/* Tabel jangan meluber */
table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}

/* Sidebar dan konten */
@media (max-width: 768px) {
  .sidemenu {
    margin-bottom: 20px;
  }

/* Footer: hapus absolute biar turun */
  .pkp_footer_content p:last-of-type {
    position: static !important;
    text-align: left !important;
    max-width: 100% !important;
    margin-top: 12px;
  }
