html {
    background:none;
}

.pkp_brand_footer {
	display: none;
}

body {
    font-family: poppins;
    font-size: 14px;
    line-height: 20px;
    background-color: #dee0e1;
     background: url("https://i.ibb.co.com/TM914mGR/Background-Jurnal-3.png");
   /** font-weight: bold; */
    text-align: justify; 
}

.pkp_structure_page {
    margin: 30px auto; /* Margin atas dan bawah 50px, kiri-kanan auto */
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(51, 34, 0, 0.6); /* Bayangan transparan */
    border-radius: 8px;
    width: 100%; /* Agar lebar elemen mengikuti lebar layar */
    max-width: auto; /* Menambahkan max-width agar konten tidak terlalu lebar */
}

/* Styling untuk gambar dalam .pkp_site_name .is_img */
.pkp_site_name .is_img img {
	padding-top: 33px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    transform: scale(1, 1.17); /* Efek skala pada gambar */
}

/* Menghapus padding kiri dan kanan pada .pkp_site_name_wrapper */
.pkp_site_name_wrapper {
    padding: 0;
}

/* Container umum */
table {
  width: 100%;
  max-width: 690px;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

/* Baris dan kolom */
td {
  padding: 6px 8px;  /* diperkecil dari 12px 15px */
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  color: #333;
  line-height: 1.3;
}

/* Label (kolom pertama) */
td:first-child {
  font-weight: 700;
  color: #2c3e50;
  width: 150px;
}

/* Titik dua */
td:nth-child(2) {
  color: #2c3e50;
  width: 10px;
  font-weight: 700;
  text-align: center;
}

/* Konten (kolom ketiga) */
td:last-child {
  font-weight: 600;
  color: #34495e;
}

/* Link styling */
td a {
  color: #2980b9;
  text-decoration: none;
  transition: color 0.3s ease;
}
td a:hover {
  color: #1abc9c;
  text-decoration: underline;
}

/* Strong dan italic */
strong {
  color: #2c3e50;
}
em {
  font-style: italic;
  color: #7f8c8d;
}

/* List styling */
ul {
  margin-left: 20px;
  margin-bottom: 22px;
  color: #34495e;
  font-size: 15px;
  list-style-type: disc;
}

/* List item spacing */
ul li {
  margin-bottom: 6px;
}


/* Responsive */
@media (max-width: 700px) {
  table {
    font-size: 13px;
  }
  td:first-child {
    width: 130px;
  }
  p, ul {
    font-size: 13px;
  }
}


/* Footer */
.footer1, .footer2, .footer3 {
  width: 33%;
  float: left;
  padding: 0 10px;
}
.title-footer {
  padding: 0 0 0 5px;
  margin: 0;
  border-left: 3px solid black;
  text-transform: uppercase;
}
.main-footer ul {
  padding: 0;
  list-style: none;
}
.footer2 ul li {
  border-bottom: 1px solid #d9d3d3;
  padding: 5px;
  margin: 5px;
}
.footer1 {
  text-align: justify;
}
.footer3 ul li {
  padding: 5px 0;
}
.pkp_structure_footer_wrapper {
  border-bottom: 20px solid;
}