/* --- CUSTOM THEME: KRESNA (TROPIS VERSION) --- */
/* Base Template: kresna.css */
/* Auto-Sync: ON */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@media (min-width: 992px) {
  .pkp_navigation_primary_row {
    border-top: 2px solid #b3b3b3 !important;
    background: #fff !important;
    padding-left: 2.143rem !important;
    padding-right: 2.143rem !important;
  }

  body {
    height: 100% !important;
    background-image: url(https://i.imgur.com/uaryaKU.jpg) !important;
  }

  .pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pkp_site_name .is_img img {
    max-height: 100% !important;
    margin-top: 0px !important;
  }

  .pkp_site_nav_menu {
    position: relative;
    top: 0;
    margin-top: 0px;
    padding: 0;
  }

  .pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
  }

  .pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
  }

  .pkp_site_name .is_img img {
    width: 1254px !important;
  }
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 0 !important;
    position: relative;
    top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.pkp_block {
  overflow: hidden;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px #dfdfdf;
  padding: 0 !important;
  margin: 10px 10px 22px !important;
}

.pkp_block .content {
  padding: 10px 20px;
}

.pkp_block a {
  text-decoration: none !important;
  color: #1E6292 !important;
}

.pkp_block a:hover {
  color: #0d293d !important;
}

.pkp_block .title {
  text-align: center;
  border-radius: 0 !important;
  padding: 10px 9px !important;
  background: #1E6292 !important;
  display: block !important;
  margin-bottom: 0.714rem !important;
  margin-top: 0 !important;
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.43rem !important;
  color: #fff !important;
}

.pkp_block table {
  width: 100% !important;
}

.pkp_site_name {
  margin-top: -6px !important;
  margin-bottom: -5px !important;
}

@media screen and (max-width: 720px) {
  .pkp_site_name .is_img img {
    display: inline-block !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    bottom: 0.357rem !important;
    padding: 0 !important;
  }

  .pkp_structure_main {
    width: 100%;
    text-align: justify;
  }
}

.side-menu_hover_effect {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.side-menu_hover_effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #0d293d;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.side-menu_hover_effect:active:before,
.side-menu_hover_effect:focus:before,
.side-menu_hover_effect:hover:before {
  right: 0;
}

.pkp_structure_main {
  text-align: justify;
}

.pkp_brand_footer {
  padding: 2.143rem;
  display: none;
}

.galley_info {
  font-size: 12px;
}

/* =========================================
   TAMBAHAN: ARTICLE CARD STYLE (TROPIS)
   Warna Disesuaikan: #1E6292
   ========================================= */

/* 1. Container Artikel (Card Box) */
.obj_article_summary {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-left: 5px solid #1E6292; /* Warna Biru Tropis */
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect pada Card */
.obj_article_summary:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

/* 2. Judul Artikel */
.obj_article_summary .title {
    margin-bottom: 10px;
}

.obj_article_summary .title a {
    color: #1E6292 !important; /* Warna Biru Tropis */
    font-weight: 700;
    font-size: 1.15em;
    text-decoration: none !important;
    line-height: 1.4;
}

.obj_article_summary .title a:hover {
    color: #0d293d !important; /* Warna Hover Gelap Tropis */
}

/* 3. Penulis (Authors) dengan Ikon Bootstrap */
.obj_article_summary .authors {
    color: #555;
    font-size: 0.95em;
    margin-top: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.obj_article_summary .authors::before {
    content: "\F4D6"; /* Unicode Bootstrap icon: person */
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal;
    margin-right: 8px;
    margin-top: 3px;
    color: #333;
    font-size: 1.1em;
    line-height: 1;
}

/* 4. Tombol PDF (Outline Style) */
.obj_article_summary .galleys_links {
    margin-top: 15px;
}

.obj_article_summary .galleys_links .pdf,
.obj_article_summary .galleys_links a.pdf {
    background: transparent !important;
    border: 1px solid #1E6292 !important; /* Border Warna Tropis */
    color: #1E6292 !important; /* Teks Warna Tropis */
    border-radius: 4px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s;
}

.obj_article_summary .galleys_links .pdf:hover {
    background-color: #1E6292 !important; /* Background Hover Tropis */
    color: #fff !important;
    box-shadow: 0 2px 5px rgba(30, 98, 146, 0.3);
}

.obj_article_summary .galleys_links .label {
    display: none;
}

/* 5. Tampilan Halaman (Pages) - Jika Data Tersedia */
.obj_article_summary .pages {
    float: right;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #666;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-top: -5px;
    display: inline-block;
}

.obj_article_summary .pages::before {
    content: "\F3E2"; /* Unicode Bootstrap icon: file-text */
    font-family: "bootstrap-icons" !important;
    margin-right: 6px;
    vertical-align: middle;
    color: #999;
}

/* Clearfix agar layout tidak berantakan */
.obj_article_summary::after {
    content: "";
    display: table;
    clear: both;
}