.value {
  text-align: justify;
}
/* ===== RESET UL ===== */
.item.chapters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ===== CARD SETIAP LI ===== */
.item.chapters ul li {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #c0392b;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.item.chapters ul li:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* ===== JUDUL ===== */
.item.chapters ul li a {
  text-decoration: none;
}

.item.chapters ul li .title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.5;
  margin-bottom: 8px;
}

.item.chapters ul li a:hover .title {
  color: #c0392b;
  text-decoration: underline;
}

/* ===== NAMA PENULIS ===== */
.item.chapters ul li .authors {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.item.chapters ul li .authors::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== TOMBOL DOWNLOAD ===== */
.item.chapters ul li .files {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.item.chapters ul li .files .cmp_download_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background-color: #c0392b;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(192,57,43,0.3);
}

.item.chapters ul li .files .cmp_download_link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 1.5L18.5 9H13V3.5zM8.5 17.5h-1v-5h1.8c1.1 0 1.7.6 1.7 1.5 0 1-.7 1.5-1.8 1.5H8.5v2zm0-2.8h.7c.5 0 .8-.2.8-.7s-.3-.7-.8-.7H8.5v1.4zm4.3 2.8h-1.6v-5h1.6c1.4 0 2.2.9 2.2 2.5s-.8 2.5-2.2 2.5zm-.6-1h.5c.8 0 1.2-.5 1.2-1.5s-.4-1.5-1.2-1.5h-.5v3zm4.8-4h-2.5v5h1v-2h1.3v-1H16v-1h1.5v-1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.item.chapters ul li .files .cmp_download_link::after {
  content: "↓";
  font-size: 14px;
  font-weight: bold;
}

.item.chapters ul li .files .cmp_download_link:hover {
  background-color: #a93226;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(192,57,43,0.4);
}

.item.chapters ul li .files .cmp_download_link:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(192,57,43,0.2);
}
.obj_monograph_full .chapters .title {
  margin-left: 10px;
}
.authors::before {
  margin-left: 10px;
}

.item.authors {
  margin: 16px 0;
}

.item.authors h2.pkp_screen_reader {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.item.authors .label {
  font-weight: 700;
  color: #1a1a1a;
  display: inline-block;
  margin-top: 10px;
}

.item.authors .value {
  font-style: italic;
  color: #666;
}

.item.authors .value::after {
  content: "";
  display: block;
  border-bottom: 1px solid #eee;
  margin-top: 8px;
}

.pkp_footer_content img {
  max-height: 230px;
}