/* 1. Menghilangkan batasan lebar pada area header utama */
header.pkp_structure_head {
    max-width: 100% !important;
    padding: 0 !important;
}

/* 2. Menghilangkan batasan lebar pada container di dalam header */
header.pkp_structure_head .pkp_structure_head_inner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. Memaksa logo (branding) menggunakan lebar 100% */
.pkp_site_name_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.pkp_site_name {
    display: block !important;
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
}

/* 4. Memaksa gambar logo untuk ditarik selebar layar */
.pkp_site_name .is_img img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100%;
    height: 100%; /* Menjaga agar gambar tidak gepeng */
    display: block;
}

/* 5. Opsional: Menyesuaikan posisi tombol login/register agar tidak tertutup jika perlu */
.pkp_navigation_user_wrapper {
    right: 20px !important; /* Memberi jarak sedikit dari ujung kanan */
}

/* 2. Memindahkan navigasi user ke sudut kanan bawah */
.pkp_navigation_user_wrapper {
    position: absolute !important;
    bottom: 10px !important; /* Jarak dari bawah header */
    right: -80px !important;  /* Jarak dari sisi kanan */
}

/* 3. Menghilangkan bullet points dan merapikan list */
.pkp_navigation_user {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px; /* Jarak antar tombol */
}

/* 4. Styling tombol Register dan Login */
.pkp_navigation_user li a {
    display: inline-block !important;
    padding: 8px 16px !important;
    background-color: #ffffff !important; /* Warna dasar tombol (putih) */
    color: #004d99 !important;           /* Warna teks (sesuaikan dengan biru logo) */
    border-radius: 4px !important;        /* Membuat sudut tumpul */
    font-weight: bold !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* 5. Efek Hover (saat kursor di atas tombol) */
.pkp_navigation_user li a:hover {
    background-color: #f0f0f0 !important;
    color: #003366 !important;
    transform: translateY(-2px) !important; /* Efek sedikit naik */
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

.menu-box{
margin-bottom:15px;
font-family:Arial, sans-serif;
}

.menu-title{
background:#115806;
color:white;
padding:7px;
font-weight:bold;
text-align:center;
}

.menu-title.blue{
background:#0000cd;
}

.menu-btn{
display:block;
width:100%;
background:#1e21a8;
color:white;
text-decoration:none;
padding:7px;
margin:3px 0;
border-radius:5px;
font-size:13px;
font-weight:bold;
transition:0.3s;
}

.menu-btn:hover{
background:#0b3f04;
}

.tool-img{
width:100%;
margin-bottom:5px;
}

/* Main entry container */
.main_entry {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Justify all paragraph text */
.main_entry p {
  text-align: justify;
  margin-bottom: 1em;
}

.main_entry .item h2.label,
.main_entry .item h2.pkp_screen_reader {
  font-size: 1.25em;
  font-weight: bold;
  color: #2c3e50;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Author list styling */
.main_entry .authors li {
  margin-bottom: 0.5em;
}

.main_entry .authors .name {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.main_entry .authors .affiliation span {
  font-style: italic;
  color: #555;
}

.main_entry .authors .userGroup {
  background-color: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  margin-left: 10px;
}

/* Keywords styling */
.main_entry .keywords .value {
  display: block;
  font-style: italic;
  color: #444;
  margin-bottom: 1em;
}

/* Abstract styling */
.main_entry .abstract em {
  display: block;
  background-color: #fff;
  padding: 15px;
  border-left: 4px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* References styling */
.main_entry .references .value p {
  margin-bottom: 0.75em;
  text-align: justify;
}

.main_entry .references a {
  color: #2980b9;
  text-decoration: none;
}

.main_entry .references a:hover {
  text-decoration: underline;
}

/* Entry Details Container */
.entry_details {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fefefe;
  padding: 20px;
  border-top: 1px solid #ddd;
  color: #333;
}

/* Section Titles */
.entry_details .item h2.label,
.entry_details .item h2.pkp_screen_reader {
  font-size: 1.2em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5em;
}

/* Sub-item formatting */
.entry_details .sub_item {
  margin-bottom: 1em;
}

/* Published Date */
.entry_details .published .value span {
  font-weight: bold;
  color: #444;
}

/* Issue Info */
.entry_details .issue .title {
  color: #2980b9;
  text-decoration: none;
}

.entry_details .issue .title:hover {
  text-decoration: underline;
}

/* Enhanced Copyright Section */
.obj_article_details .entry_details .item.copyright {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
}

.entry_details .item.copyright {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
}

/* Copyright text */
.entry_details .item.copyright p {
  margin: 10px;
  font-size: 0.95em;
  color: #2c3e50;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

/* License image */
.entry_details .item.copyright img {
  vertical-align: middle;
  margin-right: 10px;
}

/* License link */
.entry_details .item.copyright a[rel="license"] {
  color: #2980b9;
  font-weight: bold;
  text-decoration: none;
}

.entry_details .item.copyright a[rel="license"]:hover {
  text-decoration: underline;
  color: #1c5980;
}


/* Downloads Section */
.entry_details .galleys_links {
  list-style: none;
  padding-left: 0;
}

.entry_details .galleys_links li {
  margin-bottom: 0.5em;
}

.entry_details .obj_galley_link.pdf {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.entry_details .obj_galley_link.pdf:hover {
  background-color: #2980b9;
}

/* Citation Display */
.entry_details .citation_display .csl-entry {
  font-size: 0.95em;
  line-height: 1.5;
  text-align: justify;
}

.entry_details .citation_display a {
  color: #2980b9;
  text-decoration: none;
}

.entry_details .citation_display a:hover {
  text-decoration: underline;
}

/* Citation Formats Dropdown */
.citation_formats_button {
  background-color: #ecf0f1;
  border: none;
  padding: 8px 12px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

.citation_formats_list {
  margin-top: 10px;
  padding-left: 0;
}

.citation_formats_styles {
  list-style: none;
  padding-left: 0;
}

.citation_formats_styles li {
  margin-bottom: 5px;
}

.citation_formats_styles a {
  color: #2c3e50;
  text-decoration: none;
}

.citation_formats_styles a:hover {
  text-decoration: underline;
}

/* Download Citation Links */
.citation_formats_styles .fa-download {
  margin-right: 6px;
  color: #27ae60;
}

/* =========================================================
 * GLOBAL TYPOGRAPHY
 * ========================================================= */
section.item.abstract p,
section.item.references .value p,
section.sub_item.citation_display .csl-entry,
.journal-header p,
.info-value {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;
}

/* =========================================================
 * ABSTRACT
 * ========================================================= */
section.item.abstract p {
  margin-bottom: 8px;
}

/* =========================================================
 * REFERENCES
 * ========================================================= */
section.item.references .value p {
  padding-left: 1.8em;
  text-indent: -1.8em;

  hyphens: auto;
  -webkit-hyphens: auto;
}

/* DOI / URL handling */
section.item.references .value a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* =========================================================
 * HOW TO CITE / CITATION
 * ========================================================= */
/* =========================
 * ABSTRACT & CITATION (UNIFIED)
 * ========================= */
section.item.abstract p,
section.sub_item.citation_display .csl-entry {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;

  /* no hanging indent */
  text-indent: 0;
  padding-left: 0;

  hyphens: auto;
  -webkit-hyphens: auto;
}
/* =========================
 * ISSUE & SECTION (JUSTIFY LIKE ABSTRACT)
 * ========================= */
.item.issue section.sub_item .value,
.item.issue section.sub_item .value a {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;

  hyphens: auto;
  -webkit-hyphens: auto;
}


/* =========================================================
 * SIDEBAR
 * ========================================================= */
.ojs-sidebar-custom {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.sidebar-box {
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-title {
  background: #1c1088;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.5px;
}

.sidebar-content {
  padding: 8px;
}

.sidebar-btn {
  width: 100%;
  background: #1c1088;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 6px;
  transition: all 0.25s ease;
}

.sidebar-btn:hover {
  background: #0f0b5f;
  transform: translateY(-1px);
}

.sidebar-btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.sidebar-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin-bottom: 8px;
}

.sidebar-label {
  background: #0d3aad;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: 600;
  border-top-right-radius: 10px;
}

.sidebar-label-light {
  background: rgba(13, 58, 173, 0.39);
  padding: 10px;
  border-bottom-left-radius: 10px;
}

/* =========================================================
 * JOURNAL PROFILE
 * ========================================================= */
.journal-profile,
.journal-info {
  font-family: Cambria, Georgia, serif;
}

.journal-header {
  overflow: hidden;
  margin-bottom: 25px;
}

.journal-cover {
  float: left;
  width: 235px;
  max-width: 100%;
  margin: 0 25px 15px 15px;
  border: 1px solid #ccc;
}

.journal-clear {
  clear: both;
}

/* =========================================================
 * INDEXING GRID
 * ========================================================= */
.indexing-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.indexing-item {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.indexing-item img {
  width: 100%;
  max-width: 240px;
  filter: grayscale(20%);
}

.indexing-item:hover {
  transform: translateY(-5px);
}

.indexing-item:hover img {
  filter: grayscale(0%);
}

/* =========================================================
 * JOURNAL INFO TABLE
 * ========================================================= */
.info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8px;
  margin-bottom: 6px;
}

.info-label {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding-right: 6px;
}

.info-label::after {
  content: ":";
  margin-left: 6px;
}

.info-value a {
  color: #0d3aad;
  text-decoration: none;
  font-weight: 600;
}

.info-value a:hover {
  text-decoration: underline;
}

/* =========================================================
 * RESPONSIVE
 * ========================================================= */
@media (max-width: 576px) {
  section.item.abstract p,
  section.item.references .value p,
  section.sub_item.citation_display .csl-entry,
  .info-value {
    text-align: left;
    padding-left: 0;
    text-indent: 0;
    hyphens: none;
  }
}

@media (max-width: 768px) {
  .journal-cover {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .indexing-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }

  .sidebar-title { font-size: 13px; }
  .sidebar-btn { font-size: 11px; }

  .info-row { grid-template-columns: 1fr; }
  .info-label::after { content: ""; }
  .info-label { margin-bottom: 2px; }
}

@media (max-width: 480px) {
  .indexing-box {
    grid-template-columns: 1fr;
  }
}