/*Tidak Menampilkan IMAGE Homepage*/
.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
}

/* Gambar di halaman depan: Tampilkan sebagai blok penuh lebar */
@media (min-width: 992px) {
.pkp_site_name .is_img img {
    max-height: 100%;
  }

.pkp_site_name {
  margin-top: -20px;
  margin-bottom: -20px;
}

html, body {
  text-align: justify;
 /* background: 
    linear-gradient(rgb(38, 50, 71), rgba(38, 50, 71, 0.15)),
    url(https://librarium.id/pic/background_alkimia.png) !important;
  background-size: cover;
  background-attachment: fixed;*/
}

.pkp_site_name_wrapper {
  padding-left: 0.145rem;
  padding-right: 0.145rem;
  background: #263247;  /* Sama dengan warna header */
}


/* Sembunyikan logo atau identitas brand di bagian footer */
.pkp_brand_footer {
  padding: 2.143rem;   /* Padding default (tidak berpengaruh karena elemen disembunyikan) */
  display: none;       /* Sembunyikan elemen */
}


/*CSS yang di buat sendiri disni*/
.custom-footer {
  background-color: #263247;
  padding: 0px;
  color: #dcdcdc;
  font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.custom-footer-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.custom-footer-column h4 {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #f5dd2b;
  padding-bottom: 5px;
} 

.custom-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer-column ul li {
  margin: 8px 0;
  line-height: 1.5;
}

.custom-footer-column ul li a {
  color: #aaa;
  text-decoration: none;
}

.custom-footer-column ul li a:hover {
  color: white;
}

.social-icons a {
  color: #ccc;
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}

.social-icons a:hover {
  color: white;
}

.pkp_footer_content {
  background: #263247;
  padding-top: inherit;
}

.pkp_structure_footer_wrapper {
  border-bottom: 0 solid #263247;
  background: #263247;
}

/* Responsive layout: 4 kolom di laptop ke atas */
@media (min-width: 992px) {
  .custom-footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ==== Ikon Font Awesome ==== */
.menu_item em {
  font-size: 15px;
  color: ##263247;
  width: 20px;
  min-width: 20px;
  text-align: center;
  padding-left: 5px;
}

.menu_item em:hover {
  font-size: 15px;
  color: #fff;
  width: 20px;
  min-width: 20px;
  text-align: center;
}

/*Untuk SIdebar*/
.pkp_block .title {
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
/*  font-family: "Rubik",sans-serif;*/
  font-weight: 700;
  line-height: 20px;
  color: rgba(0,0,0,0.87);
}

.pkp_block h2 {
  color: #009 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.sidebar-block {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.sidebar-title {
  font-weight: bold;
  font-size: 18px;
  color: #0c2a77; /* warna biru tua */
  margin-bottom: 12px;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  margin-bottom: 10px;
}

.sidebar-menu a {
  display: block;
  padding: 10px 16px;
  border: 2px solid #0c2a77;
  text-align: left;
  color: #0c2a77;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

.sidebar-menu a:hover {
  background-color: #0c2a77;
  color: #ffffff;
}




/*Ubah default MAke A Submission*/
.block_make_submission a {
  display: block;
  background: #263247;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem;
  line-height: 1.5;
  color: white;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.cmp_notification {
  border-left: .357rem solid #ec6623;
  font-size: 2rem;
  background: #263247;
  color: #fff;

}

.cmp_notification a{
  color: #f5dd2b;
}

.cmp_notification a:hover{
  color: #fff;
}

/*Ubah Sidebar*/
.pkp_block .title {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #f5dd2b;
  font-weight: 700;
  text-transform: uppercase;
}
.pkp_block {
    padding: 1.143rem;
  }
