:root {
  /* Color variables */
  --primary-color: #7f2434;        /* Rich burgundy - sophisticated base color */
  --primary-text-color: #ffffff;   /* Pure white - maximum readability */
  --border-color: #e5d6d9;         /* Soft light gray with warm undertone */
  --hover-color: #9d4456;          /* Lighter burgundy - interactive elements */
  --table-stripe-color: #f9f5f6;   /* Nearly white with slight warm tint */
  --table-header-color: #6a1f2b;   /* Deeper burgundy - cohesive header */
}

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

#navigationPrimary a, .cmp_breadcrumbs {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.obj_article_summary > .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-style: normal;
}

.pkp_structure_main h2, .current_issue_title, .pkp_block .title, .obj_article_details .main_entry .item .label {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 992px) {
  body[dir="rtl"] .pkp_navigation_user_wrapper {
    top: 25px;
    right: auto;
    left: 0;
    width: 25%;
    padding-left: 30px;
  }
}

.pkp_site_name_wrapper, #navigationPrimary a:hover, #navigationPrimary a:focus, #navigationPrimary ul {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

/* Menu Tambahan Kanan by ade@htp.ac.id */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}

.hoverTable th {
  height: 30px;
  background: var(--primary-text-color);
  color: var(--primary-color);
}

.hoverTable td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-text-color);
  text-align: center;
}

.hoverTable td a {
  width: 100%;
  display: block;
}

/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr {
  background: var(--primary-color);
  color: var(--primary-text-color);
}

/* warna ketika dilewati mouse */
.hoverTable tr:hover {
  background-color: var(--table-header-color);
}

.hoverTable a {
  color: var(--primary-text-color);
}

/* .hoverTable a:hover {
  color: var(--hover-color);
} */

.pkp_site_name .is_img img {
  max-height: 200px;
}

.pkp_site_name {
  text-align: center;
}

.data {
  background-color: var(--table-stripe-color);
}

.bijetbl-table {
  width: 100%;
  border-collapse: collapse;
}

.bijetbl-table th, .bijetbl-table td {
  border: 1px solid var(--border-color);
  padding: 8px;
}

.bijetbl-table tr:nth-child(even) {
  background-color: var(--table-stripe-color);
}

.bijetbl-table tr:hover {
  background-color: var(--border-color);
}

.bijetbl-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--table-header-color);
  color: var(--primary-text-color);
}

.orc-font-body-large {
  font-size: 1.2em;
}

.bije-table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  /* Enable horizontal scrolling on smaller screens */
}

/* Style for table rows */
.bije-table tr {
  border-bottom: 1px solid var(--border-color);
}

/* Style for table cells */
.bije-table td,
.bije-table th {
  padding: 8px;
  vertical-align: top;
}

/* Hover effect */
.bije-table tbody tr:hover {
  background-color: var(--hover-color);
  color: var(--primary-text-color);
}

.bije-table img {
  width: 100%;
  /* Adjust as needed */
  height: auto;
  /* Maintain aspect ratio */
}

.orcid-logo {
  width: 20px;
  vertical-align: middle;
}

.pkp_structure_footer_wrapper {
  border-bottom: 1.43rem solid var(--primary-color);
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
  background: var(--hover-color);
  color: var(--primary-text-color);
}
/* Footer and Page Layout Styling */

.pkp_brand_footer {
  display: none;
}

.pkp_structure_page {
  margin-top: 0;
  margin-bottom: 0;
}

.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}
