.sidemenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow: hidden; /* biar radius rapi */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.sidemenu li {
  border-bottom: 1px solid #eee;
}

.sidemenu li:last-child {
  border-bottom: none;
}

.sidemenu li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidemenu li a:hover {
  background: #b30000; /* merah hati JIEMB */
  color: #fff;
  padding-left: 20px; /* animasi geser ke kanan */
}


/* Bungkus kotak untuk block accreditation */
.pkp_block.block_custom#customblock-accreditation .content {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Bungkus kotak untuk block accreditation */
.pkp_block.block_custom#customblock-accreditation .content {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Gambar badge */
.pkp_block.block_custom#customblock-accreditation .content img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.pkp_block.block_custom#customblock-accreditation .content img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Paragraf teks */
.pkp_block.block_custom#customblock-accreditation .content p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #333;
}

/* Link teks */
.pkp_block.block_custom#customblock-accreditation .content a {
  color: #b30000; /* merah branding */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pkp_block.block_custom#customblock-accreditation .content a:hover {
  color: #fff;
  background: #b30000;
  padding: 2px 6px;
  border-radius: 5px;
}



/* Paragraf teks */
.pkp_block.block_custom#customblock-accreditation .content p {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #333;
}

/* Link teks */
.pkp_block.block_custom#customblock-accreditation .content a {
  color: #b30000; /* merah branding */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pkp_block.block_custom#customblock-accreditation .content a:hover {
  color: #fff;
  background: #b30000;
  padding: 2px 6px;
  border-radius: 5px;
}

/* Kotak utama */
.template-box {
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  margin: 0 auto 15px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
  max-width: 250px; /* biar tidak melebar */
}

/* Gambar */
.template-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
}

.template-box img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Paragraf */
.template-box p {
  font-size: 12px;
  color: #444;
  margin: 0px 0 0px 0;
  font-family: "Segoe UI", Arial, sans-serif;
font-weight:600;
}

/* Footer Flex Container */
.pkp_structure_footer {
    display: flex;
    justify-content: flex-start; /* Konten kiri */
    flex-wrap: wrap;
    background: linear-gradient(135deg, #B22234, #7A0C1E);
    color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    position: relative;
}

/* Semua paragraf di footer content */
.pkp_footer_content p {
    margin: 0 0 10px 0;
    line-height: 1.6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Paragraf terakhir (ISSN/DOI) di “kanan visual” */
.pkp_footer_content p:last-of-type {
    position: absolute;
    right: 30px;   /* jarak dari kanan */
    top: 40px;     /* sejajar secara vertikal dengan konten kiri */
    text-align: right;
    max-width: 35%;
}

/* Link hover animasi */
.pkp_footer_content a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s, transform 0.3s;
}
.pkp_footer_content a:hover {
    color: #000;
    transform: translateY(-2px);
}

/* Hilangkan brand footer */
.pkp_brand_footer {
    display: none;
}

/* Responsif */
@media (max-width: 1024px) {
    .pkp_footer_content p:last-of-type {
        position: static;
        text-align: left;
        max-width: 100%;
        margin-top: 0px;
    }
}
