.journals ul .body .description a {display: inline;}
body {
  background: url("https://i.ibb.co.com/bNtVY6y/spiration-light.png") #FDF6E3 fixed !important;
}

#headerNavigationContainer {
  background: #DAA520 url(#) repeat !important;
  max-height: 100% !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.3); /* efek 3D tipis */
}

/* Navigasi utama dengan gradasi emas dan bayangan 3D */
.pkp_navigation_primary_row {
  background: linear-gradient(135deg, #B8860B, #DAA520) !important;
  text-align: left;
  padding-left: 15px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.4); /* kesan timbul */
  border-bottom: 1px solid #A67C00; /* bayangan palsu */
}

#navigationPrimary {
  top: 0;
}

#navigationPrimary a {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4); /* kedalaman pada teks */
}

/* Dropdown dengan efek mengangkat */
#navigationPrimary ul {
  background: rgba(139, 105, 20, 0.98) !important;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2);
  transform: translateY(2px); /* sedikit menjorok ke bawah */
}

#navigationUser a {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

/* LOGO HEADER – tetap */
.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;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.15)); /* bayangan lembut pada logo */
}

.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;
  }
}

/* Konten lain */
.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;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* bayangan halus */
}

#setupForm #homepageImage,
#setupForm #journalDescription {
  width: 100%;
}

#setupForm #homepageImage img {
  float: right !important;
  margin-left: 0;
  margin-top: 0;
}

/* Daftar artikel dengan efek kartu 3D */
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #DAA520;
  background: linear-gradient(145deg, #FFF8E7, #F5E6B8) !important;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  box-shadow: 
    0 10px 15px -5px rgba(184, 134, 11, 0.2),
    0 4px 6px rgba(0,0,0,0.1),
    inset 0 -2px 0 #C9A03D; /* efek tepi bawah */
  transition: all 0.2s ease;
  transform: translateY(0); /* posisi awal */
}

.obj_issue_toc .articles > li:hover {
  background: linear-gradient(145deg, #FFF0D0, #F5DC9E) !important;
  box-shadow: 
    0 15px 20px -5px rgba(184, 134, 11, 0.3),
    0 8px 10px rgba(0,0,0,0.15),
    inset 0 -2px 0 #B8860B;
  transform: translateY(-2px); /* terangkat saat hover */
}

.pkp_structure_content {
  background: url("#") #FFFDF5 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;
}

/* Tombol dengan efek 3D timbul */
.pkp_button,
input[type="submit"],
button {
  background: linear-gradient(135deg, #B8860B, #DAA520);
  border: none;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  box-shadow: 
    0 6px 0 #8B6914, /* bayangan bawah solid untuk efek 3D */
    0 8px 10px rgba(0,0,0,0.2);
  transition: all 0.1s ease;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  position: relative;
  top: 0;
}

.pkp_button:hover,
input[type="submit"]:hover,
button:hover {
  background: linear-gradient(135deg, #DAA520, #F0C45A);
  box-shadow: 
    0 3px 0 #8B6914, /* lebih pendek saat ditekan */
    0 5px 8px rgba(0,0,0,0.2);
  top: 3px; /* efek tekan */
  cursor: pointer;
}

.pkp_button:active,
input[type="submit"]:active,
button:active {
  box-shadow: 
    0 1px 0 #8B6914,
    0 3px 5px rgba(0,0,0,0.2);
  top: 5px;
}

/* Sidebar dengan efek kartu 3D */
.pkp_block {
  background: linear-gradient(145deg, #FFFFFF, #FFF5E1);
  border: none;
  box-shadow: 
    0 8px 12px -4px rgba(184, 134, 11, 0.15),
    0 4px 6px rgba(0,0,0,0.05),
    inset 0 1px 0 #FFFFFF,
    inset 0 -2px 0 #E6C27A; /* highlight dan bayangan dalam */
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  transform: translateY(0);
  transition: all 0.2s;
}

.pkp_block:hover {
  box-shadow: 
    0 12px 16px -4px rgba(184, 134, 11, 0.25),
    0 6px 8px rgba(0,0,0,0.1),
    inset 0 1px 0 #FFFFFF,
    inset 0 -2px 0 #DAA520;
  transform: translateY(-2px);
}

.pkp_block .title {
  color: #B8860B;
  border-bottom: 2px solid #DAA520;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 0 #FFF5E1, 2px 2px 0 rgba(184, 134, 11, 0.2); /* efek emboss */
}