html, body {
    font-family: Arial, sans-serif;
    background: none;
    background-image: url("/public/bg_midwiferia.png");
    background-size: 100% 100%; /* Menyesuaikan ukuran gambar menjadi 50% dari lebar dan tinggi elemen */
    background-attachment: fixed; /* Membuat background tetap di tempat saat di-scroll */
    background-position: center; /* Memusatkan background */
    margin: 0;
    padding: 0;
}

.additional-menu {
    padding: 0;
    margin: 0;
}

.title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    color: #999;
    border-bottom: 2px solid #f3bc4b;
    padding-bottom: 5px;
}

.menu-item {
  position: relative;
  padding: 8px 10px;
  background: transparent;
  color: #30318B;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d5db; /* abu halus */
  border-radius: 10px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

/* aksen kiri subtle */
.menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 0 6px 6px 0;
  background: rgba(240, 134, 25, 0.25);
  transition: all 0.25s ease;
}

.menu-item a {
  color: #30318B;
  text-decoration: none;
  margin-left: 6px;
  transition: color 0.25s ease;
}

.menu-item em {
    margin-right: 8px;
    font-size: 1.2em;
    padding-left: 2px;
}

/* hover effect */
.menu-item:hover {
  background: rgba(240, 134, 25, 0.08);
  transform: translate(5px, -5px); /* serong kanan atas */
  border-color: #f08619;
}

/* saat hover: aksen lebih tegas */
.menu-item:hover::before {
  width: 5px;
  background: linear-gradient(180deg, #f08619, #ff9f3f);
}

/* teks ikut berubah */
.menu-item:hover a {
  color: #f08619;
}

.obj_issue_toc .cover img {
    margin-left: auto;
    margin-right: auto;
    width: auto; /* Sesuaikan lebar sesuai kebutuhan */
    height: 250px; /* Menjaga rasio aspek */
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 220px;
    max-width: 100%;
    width: 1250px;
    height: auto;
}
/* Style for navigation user links */
.pkp_navigation_user a {
    display: inline-block; /* Ensures proper padding is applied */
    padding: 5px 0; /* Combines top and bottom padding for consistency */
    line-height: 20px; /* Sets a consistent line height */
    color: #333; /* Default text color */
    text-decoration: none; /* Removes underline from links */
    transition: color 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect for navigation user links */
.pkp_navigation_user a:hover,
.pkp_navigation_user a:focus {
    color: #ff8000; /* Changes color on hover and focus for better visibility */
    text-decoration: underline; /* Optional: Adds underline on hover */
}
.pkp_navigation_user_wrapper {
    top: 0px;
    right: 0;
    left: auto;
    width: 100%;
    padding-right: 30px;
}
.pkp_site_name {
    width: 100%; /* Mengatur lebar elemen pembungkus menjadi 100% */
    margin: 0px; /* Menghilangkan margin */
    padding: 0px; /* Menghilangkan padding */
    padding-top: 20px;
    padding-bottom: 19px;
}

.pkp_navigation_primary_row {
    background: #ffff;
    border-top: 1px solid #DDDDDD;
}

.obj_article_summary .cover {
    float: left;
    width: 30%;
    height: auto;
    max-height: none;
    margin-right: 20px;
}

.authors {
    display: block;
    margin-bottom: 10px;
}

.authors .author-name {
    display: inline;
    font-size: 1em;
    margin-right: 5px;
}

.authors .author-affiliation {
    display: inline;
    font-size: 0.9em;
    margin-left: 2px;
}

.article-stats {
    display: flex;
    align-items: center;
    gap: 20px; /* Mengatur jarak antar elemen */
}

.abstract-views, .pdf-downloads {
    display: inline-flex;
    align-items: center;
    font-size: 14px; /* Mengatur ukuran font */
}

.abstract-views::before, .pdf-downloads::before {
    content: '';
    display: inline-block;
    width: 20px; /* Lebar gambar */
    height: 20px; /* Tinggi gambar */
    margin-right: 5px; /* Jarak antara gambar dan teks */
    background-size: contain; /* Mengatur gambar agar sesuai dengan kotak */
    background-repeat: no-repeat;
    background-position: center;
}

.abstract-views::before {
    background-image: url("/public/abs_view.png"); /* Ganti dengan path ke gambar Abstract Views */
}

.pdf-downloads::before {
    background-image: url("/public/pdf_down.png"); /* Ganti dengan path ke gambar PDF Downloads */
}


.submission-card {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.cover-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Button utama */
.btn-submit {
  display: block;
  background: white;
  border: 2px solid #f08619;
  color: #f08619;
  padding: 12px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #f08619;
  color: white;
}

/* Button kecil */
.auth-buttons {
  display: flex;
  gap: 10px;
}

.btn-small {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #30318B;
  text-decoration: none;
  color: #30318B;
  background: #eee;
  transition: 0.3s;
}

.btn-small:hover {
  background: #30318B;
  color: white;
}

.editor-section {
  max-width: 700px;
}

.editor-title {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 15px;
  border-bottom: 2px solid #f58220;
  display: inline-block;
  padding-bottom: 6px;
  color: #333;
}

.editor-card {
  display: flex;
  align-items: center; /* ganti dari flex-start biar sejajar */
  gap: 12px;
  margin-bottom: 22px;
}

.editor-photo {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
  flex-shrink: 0;
}

.editor-info {
  font-size: 14px;
  line-height: 1.5;
}

.editor-name {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.editor-role {
  font-weight: 600;
  color: #444;
  margin-bottom: 2px;
}

.editor-affiliation {
  color: #555;
  margin-bottom: 6px;
}

.editor-links a {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  text-decoration: none;
  color: #005b8f;
  font-size: 13px;
  opacity: 0.85;
  transition: 0.2s;
}

.editor-links a:hover {
  opacity: 1;
}

.editor-links img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.obj_article_summary>.title a {
    text-decoration: none;
    color: #30318B;
}

.cmp_article_list > li {
  position: relative;
  margin-bottom: 24px;
  padding: 22px 26px;
  background: #ffffff !important;
  border: 1.5px solid #d1d5db; /* abu-abu default */
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(48, 49, 139, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

/* aksen kiri default dibuat subtle */
.cmp_article_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 0 10px 10px 0;
  background: rgba(240, 134, 25, 0.25);
  transition: all 0.3s ease;
}

/* saat hover / klik */
.cmp_article_list > li:hover {
  transform: translate(6px, -6px); /* geser serong kanan atas */
  border-color: #f08619; /* berubah ke oranye */
  box-shadow: 0 16px 36px rgba(48, 49, 139, 0.18);
}

/* aksen ikut menguat saat hover */
.cmp_article_list > li:hover::before {
  width: 6px;
  background: linear-gradient(180deg, #f08619, #ff9f3f);
}

/* judul */
.cmp_article_list > li .title a {
  color: #30318B !important;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

/* tombol PDF tetap konsisten */
.cmp_article_list .obj_galley_link.pdf {
  margin-top: 12px;
  padding: 7px 14px;
  border-radius: 10px;
  background: #f9fafb;
  color: #30318B !important;
  border: 1px solid #d1d5db;
  font-weight: 600;
  transition: all 0.25s ease;
}

.cmp_article_list .obj_galley_link.pdf:hover {
  background: #f08619;
  color: #ffffff !important;
  border-color: #f08619;
}