.pkp_site_name img {
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    margin: 0 auto;
}

header.pkp_structure_head {
    padding: 0 !important;
    background-color: #001f66; /* Warna biru tua header Anda */
    height: auto !important;
}
.unika-footer {
  background-color: #001F61;
  color: #fff;
  padding: 30px 20px 20px 20px;
  font-size: 14px;
}

.unika-footer a {
  color: #FFD700;
  text-decoration: none;
}

.unika-footer a:hover {
  text-decoration: underline;
}

.unika-footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.unika-footer .footer-section {
  flex: 1;
  min-width: 200px;
}

.unika-footer .footer-logo img {
  max-height: 80px;
}

.unika-footer hr {
  border-color: #fff;
  margin: 20px 0;
}

.unika-footer .copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}
.pkp_brand_footer {
    display: none !important;
}
.pkp_structure_footer {
    background-color: #050357 !important;
    color: white !important;
}

.pkp_structure_footer a {
    color: #fdd835 !important; /* warna link, bisa disesuaikan */
}

.pkp_structure_footer a:hover {
    color: #ffffff !important;
}
/* Buat footer lebar penuh */
.pkp_structure_footer_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Buat background footer sejajar dengan header */
.pkp_structure_footer {
    background-color: #002060 !important; /* Sesuaikan warna jika perlu */
    padding: 20px 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* Jika ingin kontennya tidak terlalu menjorok ke pinggir */
.pkp_structure_footer > .pkp_brand_footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.sidebar-widget {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.sidebar-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #004080;
}

.sidebar-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
}

.sidebar-list {
    list-style: none;
    padding-left: 0;
}

.sidebar-list li {
    margin-bottom: 8px;
}

.sidebar-list a {
    text-decoration: none;
    color: #0066cc;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.sidebar-list a:hover {
    text-decoration: underline;
}

.icon {
    color: #ffcc00;
    margin-right: 8px;
}
.obj_issue_summary {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.obj_issue_summary .obj_issue_summary_object {
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px;
    width: 300px;
    transition: transform 0.3s ease;
}

.obj_issue_summary .obj_issue_summary_object:hover {
    transform: translateY(-5px);
}

.obj_issue_summary .cover img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.obj_issue_summary .title {
    font-size: 16px;
    font-weight: bold;
    color: #005b9a;
    margin-top: 10px;
}

.obj_issue_summary .author, .obj_issue_summary .date, .obj_issue_summary .abstract {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

/* Container sidebar */
.sidebar {
  background-color: #2c3e50; /* Warna biru tua */
  color: white;
  width: 280px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.3);
  font-family: 'Open Sans', sans-serif;
}

/* Judul sidebar */
.sidebar .sidebar-title {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #e67e22; /* garis oranye */
  padding-bottom: 10px;
}

/* List menu sidebar */
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Item menu */
.sidebar ul li {
  margin-bottom: 15px;
}

/* Link menu */
.sidebar ul li a {
  color: #ecf0f1; /* putih keabu-abuan */
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Hover link menu */
.sidebar ul li a:hover {
  background-color: #e67e22; /* oranye */
  color: white;
  box-shadow: 0 0 8px #e67e22;
}

/* Submenu (jika ada dropdown) */
.sidebar ul li ul {
  padding-left: 15px;
  margin-top: 8px;
  border-left: 2px solid #e67e22;
  display: none; /* default disembunyikan */
}

/* Jika submenu aktif / tampil */
.sidebar ul li.active > ul {
  display: block;
}

/* Link submenu */
.sidebar ul li ul li a {
  font-weight: 400;
  font-size: 0.95rem;
  padding-left: 20px;
}

/* Responsive sidebar untuk layar kecil */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
  }
.obj_monograph_details .page_header {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.obj_monograph_details .title {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.obj_monograph_details .author {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.obj_monograph_details .abstract {
    background: #ffffff;
    padding: 15px;
    border-left: 5px solid #3498db;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 16px;
}

.obj_monograph_details .meta_item {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
}

/* Tata letak header metadata */
.obj_monograph_details .page_header {
    background-color: #f8f9fa;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

/* Judul Buku */
.obj_monograph_details .title {
    font-size: 30px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: left;
}

/* Nama Penulis */
.obj_monograph_details .author {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 15px;
    text-align: left;
}

/* Bagian Abstrak */
.obj_monograph_details .abstract {
    background-color: #ffffff;
    padding: 20px;
    border-left: 4px solid #007BFF;
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
    color: #333333;
    text-align: justify;
}

/* Item Metadata Tambahan */
.obj_monograph_details .meta_item {
    font-size: 14px;
    color: #444444;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: justify;
}

/* Tata letak untuk kata kunci dan info lainnya */
.obj_monograph_details .item.keywords,
.obj_monograph_details .item.series,
.obj_monograph_details .item.datePublished {
    font-style: italic;
    color: #555;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}




