body {
    background-color: #ccc;
    background-image: url(https://jindis.org/files/images/ornamen_back.png);
}

.about-journal-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 1rem;
}

.about-journal-image {
  width: 35%;
}

.about-journal-image img {
  width: 100%;
  height: auto;
}

.about-journal-description {
  width: 60%;
}

.about-journal-description p{
  margin: 0;
}

@media (max-width: 768px) {
  .about-journal-flex {
    flex-direction: column;
  }

  .about-journal-image {
    width: 50%;
  } 

  .about-journal-description {
  width: 100%;
  }
}

.pkp_site_name_2 {
    display: none;
}

.pkp_site_name .is_img img {
    display: inline-block;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.pkp_site_name .is_img {
    margin-top: 0;
    margin-bottom: 0;
}

.pkp_structure_page {
    margin-top: 0;
    margin-bottom: 0;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_site_name {
    padding-top: 0;
    padding-bottom: 0;
}

.obj_article_details .abstract {
    text-align: justify;
}

.list-level-1 {
  margin-left: 0;
  padding-left: 1em;
}

.list-level-2 {
  margin-left: 1.5em;
  padding-left: 1em;
}

.list-level-3 {
  margin-left: 2.5em;
  padding-left: 1em;
}

.list-level-4 {
  margin-left: 3.5em;
  padding-left: 1em;
}

.pkp_brand_footer a img{
    max-width: 50%;
}

.pkp_site_name .is_text {
    display: none;
}

.custom-footer {
  background-color: #f4f4f4;
  font-size: 14px;
  color: #333;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-container-2 {
  display: flex;
  margin: 30px 0 0 0;;
  border-top: 1px solid #ddd;
  padding: 30px 0 0 0;
}

.footer-col {
  flex: 1 1 45%;
  min-width: 250px;
}

.footer-col h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2a4b7c;
}

.footer-col p, .footer-col a {
  color: #333;
  text-decoration: none;
  line-height: 1.6;
}

.footer-col a:hover {
  text-decoration: underline;
}

.pkp_brand_footer {
  display: none;
}

.rata-kanan {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  justify-content: space-between;
}

.rata-kanan-footer-bawah {
  text-align: right;
  align-items: flex-end;
}

.pkp_structure_footer_wrapper {
  border-bottom: 0;
}

#navigationPrimary a, .pkp_navigation_search_wrapper a {
  text-transform: capitalize;
}

.wadah-jurnal {
  background-color: #f4f4f4;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  border: 1px solid Orange;
}

.isi-jurnal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.kolom-gambar-jurnal {
  flex: 1 1 30%;
  max-width: 30%;
}

.kolom-info-jurnal {
  flex: 1 1 60%;
  max-width: 60%;
}

.sampul-jurnal {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.tabel-informasi-jurnal {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.tabel-informasi-jurnal th,
.tabel-informasi-jurnal td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.tabel-informasi-jurnal th {
  width: 40%;
  font-weight: bold;
  background-color: #eaeaea;
}

.deskripsi-jurnal {
  margin-top: 30px;
  padding: 20px;
  border-top: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.7;
}


@media (max-width: 1200px) {
    .pkp_structure_page {
        max-width: 952px;
    }
}

@media (max-width: 992px) {

    .pkp_site_name .is_img{
        display: none;
    }

    .pkp_site_name .is_text {
        display: inline;
    }

    .pkp_site_name_2 {
        display: block;
    }
}

@media (max-width: 768px) {
    .pkp_structure_page {
        max-width: 728px;
    }

    body::before {
        background-color: rgb(255, 255, 255);
    }

    .footer-col {
      flex: 1 1 100%;
    }

    .rata-kanan {
      text-align: left;
      align-items: flex-start;
      justify-content: flex-start;
    }

    .footer-container-2 {
      flex-direction: column;
    }

    .rata-tengah {
      text-align: center;
      align-items: center;
    }

    .rata-kanan-footer-bawah {
      text-align: center;
      align-items: center;
    }

    .kolom-gambar-jurnal,
    .kolom-info-jurnal {
      max-width: 100%;
      flex: 1 1 100%;
    }

    .isi-jurnal {
      flex-direction: column;
    }

    .wadah-jurnal {
      padding: 20px 15px;
    }

    .tabel-informasi-jurnal th,
    .tabel-informasi-jurnal td {
      padding: 8px;
      font-size: 14px;
    }

    .deskripsi-jurnal {
      font-size: 14px;
      padding: 15px;
    }
}