@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --font: "IBM Plex Sans Arabic", sans-serif;
  --brand: #38cab3;
  --brand-light: #5cd6c3;
  --brand-dark: #23a892;
  --brand-ink: #14685b;   /* brand as text on white — dark enough for WCAG AA */
  --brand-text: #06322b;  /* text on brand backgrounds — teal is light, white fails */
}


body {
  font-family: var(--font);
  font-weight: 400;
  font-style: normal;
}
body[dir="rtl"] .pkp_navigation_primary ul {
  right: auto;
}

body[dir="rtl"] .pkp_navigation_user ul {
  right: auto;
}
#navigationPrimary a,.cmp_breadcrumbs{
  font-family: var(--font);
  font-weight: 400;
  font-style: normal;
}
.obj_article_summary>.title{
  font-family: var(--font);
  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: var(--font);
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 992px) {
  body[dir="rtl"] .pkp_navigation_user_wrapper {
        right: auto;
        /* left: 0;
        top: 25px;
    width: 25%;
    padding-left: 30px; */
  }
  body[dir="rtl"] .pkp_structure_sidebar:before {
    content: "";
    top: 0;
    left: 0;
    right: initial;
    bottom: 0;
    width: 300px;
    border-right: 1px solid #ddd;
  }
  body[dir="rtl"] .obj_article_details .main_entry {
    float: right;
  }
}
.pkp_site_name_wrapper,#navigationPrimary a:hover, #navigationPrimary a:focus,#navigationPrimary ul{
  background-color: var(--brand);
  color: var(--brand-text);
}
/* Menu Tambahan Kanan by ade@htp.ac.id */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}
.hoverTable th {
  height: 30px;
  background: #ffffff;
  color: var(--brand-ink);
}
.hoverTable td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.hoverTable td a {
  width: 100%;
  display: block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr {
  background: var(--brand-light);
  color: var(--brand-text);
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
  background-color: var(--brand-dark);
}
.hoverTable a {
  color: var(--brand-text);
}
/* .hoverTable a:hover {
  color: black;
} */

.pkp_site_name .is_img img {
  max-height: 200px;
}
.pkp_site_name {
  text-align: center;
}
.data {
  background-color: #f0f0f0;
}
.wasit-table {
  width: 100%;
  border-collapse: collapse;
}
.wasit-table th, .wasit-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.wasit-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.wasit-table tr:hover {
  background-color: #ddd;
}
.wasit-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.orcid-logo {
  width: 20px;
  vertical-align: middle;
}
.orc-font-body-large {
  font-size: 1.2em;
}
/* ===== Editorial board page (editor.html) ===== */
.eb { max-width: 980px; line-height: 1.6; color: #222; }
.eb * { box-sizing: border-box; }

.eb-header {
  background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand-dark) 55%, var(--brand) 100%);
  border-radius: 8px;
  padding: 1.75rem 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
}
.eb-header h2 { color: #ffffff; font-size: 1.5rem; margin: 0 0 .5rem; }
.eb-header p { color: rgba(255,255,255,.9); font-size: .88rem; margin: 0 0 .4rem; max-width: 640px; }

.eb-section { margin-bottom: 2rem; }
.eb-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-ink);
  background: #f0fbf9;
  border-left: 4px solid var(--brand);
  border-radius: 0 5px 5px 0;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
}
body[dir="rtl"] .eb-section-title {
  border-left: 0;
  border-right: 4px solid var(--brand);
  border-radius: 5px 0 0 5px;
}

.eb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.eb-card {
  background: #ffffff;
  border: 1px solid #d9ece8;
  border-top: 4px solid var(--brand);
  border-radius: 8px;
  padding: 1.1rem 1.2rem;
}
.eb-card:hover { border-color: var(--brand); background: #f8fefd; }
.eb-card-lead { max-width: 620px; }

.eb-head { display: flex; align-items: flex-start; gap: .9rem; }
.eb-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #d9ece8;
  background: #f0fbf9;
}
.eb-card-lead .eb-photo { width: 72px; height: 72px; }
.eb-info { flex: 1; min-width: 0; }

.eb-role {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--brand-ink);
  margin-bottom: 2px;
}
.eb-name { font-size: 1rem; font-weight: 700; color: #111; margin-bottom: 3px; }
.eb-name a { color: #111; text-decoration: none; }
.eb-name a:hover { color: var(--brand-ink); text-decoration: underline; }
.eb-affil { font-size: .82rem; color: #555; }
.eb-flag { font-size: 1rem; margin-right: .35rem; }
body[dir="rtl"] .eb-flag { margin-right: 0; margin-left: .35rem; }
.eb-country { color: #777; font-size: .76rem; }

.eb-links { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.eb-link {
  display: inline-block;
  padding: .35rem .85rem;
  border: 1px solid #d1e6e2;
  border-radius: 20px;
  background: #ffffff;
  color: var(--brand-ink);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}
.eb-link:hover {
  background: var(--brand-ink);
  border-color: var(--brand-ink);
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .eb-header { padding: 1.25rem 1.25rem; }
  .eb-grid { grid-template-columns: 1fr; }
}
