.journals ul .body .description a {display: inline;}
body {
  background: url("https://i.ibb.co.com/bNtVY6y/spiration-light.png") #1a1d46 fixed !important;
}

#headerNavigationContainer {
  background: #1a1d46 url(#) repeat !important;
  max-height: 100% !important;
}

.pkp_navigation_primary_row {
  background-color: rgb(0, 132, 255);
  text-align: left;
  padding-left: 15px;
}

#navigationPrimary {
  top: 0;
}

#navigationPrimary a {
  color: #FDFDFD;
}

#navigationPrimary ul {
  background: rgba(52, 214, 30, 0.8);
}

#navigationUser a {
  color: #FDFDFD;
}

/* PERBAIKAN UNTUK LOGO HEADER */
.pkp_site_name {
  padding: 15px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pkp_site_name > a {
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pkp_site_name .is_img {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pkp_site_name .is_img img {
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain;
}

.pkp_site_name_wrapper {
  padding: 0 !important;
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pkp_site_name .is_img img {
    max-width: 80% !important;
  }
}

@media (max-width: 480px) {
  .pkp_site_name .is_img img {
    max-width: 70% !important;
  }
}

/* Bagian CSS lainnya tetap sama seperti sebelumnya */
.additional_content {
  background-color: none;
  text-align: justify;
  margin-top: 0px;
}

img {
  float: auto !important;
}

#journalDescription {
  float: left;
  width: 70%;
}

#homepageImage {
  float: right !important;
  width: 30%;
  margin-bottom: 2px;
}

#homepageImage img {
  float: right !important;
  height: auto;
  max-width: 100%;
  margin-top: 2px;
}

#setupForm #homepageImage,
#setupForm #journalDescription {
  width: 100%;
}

#setupForm #homepageImage img {
  float: right !important;
  margin-left: 0;
  margin-top: 0;
}

/* List Artikel Background */
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid maroon;
  background: #8caff0 url("#") repeat scroll 0% 0% !important;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  box-shadow: .2rem .2rem .1rem #00ccff;
}

.pkp_structure_content {
  background: url("#") #f5f9fb fixed !important;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Menu CSS dan bagian lainnya tetap sama */
/* ... (sertakan semua kode CSS lainnya yang ada) ... */