/* ==================================================
   BRIDGE CUSTOM THEME - RED & BLUE
   Adapted from the STTN OJS 3 journal UI.
   Layout/behavior is intentionally preserved; identity is changed to BRIDGE.

   Primary Teal   : #0F8C8C
   Deep Teal      : #0B5F63
   Indigo         : #4F46E5
   Aqua Accent    : #22B8B2
   Coral Accent   : #F97360
   Dark Ink       : #17324D
   ================================================== */

:root {
  --bridge-primary: #0F8C8C;       /* calming teal */
  --bridge-primary-dark: #0B5F63;  /* deep teal */
  --bridge-indigo: #4F46E5;        /* multidisciplinary indigo */
  --bridge-aqua: #22B8B2;          /* lively accent */
  --bridge-coral: #F97360;         /* warm micro-accent */
  --bridge-ink: #17324D;           /* comfortable dark text */
  --bridge-soft-teal: #ECF8F7;
  --bridge-soft-indigo: #F2F4FF;
  --bridge-surface: #F8FBFC;
  --bridge-border: #D9E6E8;
}

.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: 200px !important;}
.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: 20px !important;
  padding-bottom: 20px !important;
}

.navbar-brand {
  font-style: normal;
  font-weight: bolder;
}

.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
}

  .bridge-sidebar {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .bridge-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D9E6E8;
    box-shadow: 0 4px 12px rgba(23, 50, 77, 0.10);
  }

  .bridge-card-title {
    background: linear-gradient(135deg, #0F8C8C, #22B8B2);
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 8px;
    letter-spacing: .2px;
  }

  .bridge-menu {
    display: flex;
    flex-direction: column;
  }

  .bridge-menu a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 12px;
    background: #F4FBFA;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #DCEDEA;
    transition: all .25s ease;
  }

  .bridge-menu a:last-child {
    border-bottom: none;
  }

  .bridge-menu a:hover {
    background: #ECF8F7;
    color: #4F46E5;
    padding-left: 16px;
  }

  .bridge-icon {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #4F46E5;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
  }

  .bridge-cta {
    background: linear-gradient(135deg, #0B5F63, #4F46E5);
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(23, 50, 77, 0.25);
  }

  .bridge-cta-small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    opacity: .9;
  }

  .bridge-cta-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 7px 0 12px;
  }

  .bridge-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #17324D;
    padding: 9px 16px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 3px 0 #C5D7DA;
  }

  .bridge-content {
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .bridge-template-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F8FBFC;
    border: 1px dashed #4F46E5;
    border-radius: 10px;
    padding: 12px;
    text-decoration: none;
    color: #4F46E5;
    box-sizing: border-box;
    transition: all .25s ease;
  }

  .bridge-template-btn:hover {
    background: #ECF8F7;
    transform: translateY(-2px);
  }

  .bridge-template-icon {
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #4F46E5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }

  .bridge-template-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .bridge-template-text strong {
    font-size: 13px;
    color: #4F46E5;
  }

  .bridge-template-text span {
    font-size: 11px;
    color: #666666;
  }

  .bridge-issn-number {
    font-size: 21px;
    font-weight: 900;
    color: #111111;
    margin-top: 2px;
  }

  .bridge-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #777777;
    font-weight: 700;
  }

  .bridge-barcode {
    max-width: 210px;
    width: 100%;
    height: auto;
  }

  .bridge-logo-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .bridge-logo-grid img {
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
  }

  .bridge-tools {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .bridge-tools a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 8px;
    background: #F8FBFC;
    border: 1px solid #E1ECEE;
    text-decoration: none;
    color: #4F46E5;
    font-size: 13px;
    font-weight: 800;
  }

  .bridge-tools a:hover {
    background: #4F46E5;
    color: #ffffff;
  }

  .bridge-contact {
    background: #0B5F63;
    color: #ffffff;
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
  }

  .bridge-contact strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }

  @media screen and (max-width: 768px) {
    .bridge-sidebar {
      max-width: 100%;
    }
  }
/* ==================================================
   BRIDGE CLEAN MODERN FOOTER - OJS 3
   Tanpa Platform & workflow by OJS / PKP
   ================================================== */

/* Wrapper footer utama */
.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, #ECF8F7 0%, #F4F7FF 55%, #EAF5F4 100%) !important;
  border-top: 5px solid #0F8C8C !important;
  border-bottom: none !important;
  margin-top: 35px !important;
  padding: 32px 34px !important;
  box-shadow: 0 -6px 18px rgba(23, 50, 77, 0.08);
}

/* Hilangkan strip abu-abu bawah bawaan */
.pkp_structure_footer_wrapper::after,
.pkp_structure_footer_wrapper:after {
  display: none !important;
  content: none !important;
}

/* Struktur footer OJS */
.pkp_structure_footer {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

/* Konten footer OJS dibuat full */
.pkp_footer_content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

/* Hilangkan total Platform & workflow by OJS / PKP */
.pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer,
.pkp_brand_footer a,
.pkp_brand_footer img {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Card footer custom */
.bridge-footer {
  width: 100%;
  box-sizing: border-box;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.bridge-footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 28px;
  padding: 30px 34px;
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #D9E6E8;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(23, 50, 77, 0.12);
}

/* Bagian kiri footer */
.bridge-footer-left {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.bridge-footer-logo {
  width: 86px;
  height: 86px;
  min-width: 86px;
  border-radius: 22px;

  background: linear-gradient(135deg, #0F8C8C, #4F46E5);
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 24px rgba(15, 140, 140, 0.28);
}

.bridge-footer-text {
  flex: 1;
  min-width: 0;
}

.bridge-footer-label {
  display: inline-block;
  background: #ECF8F7;
  color: #4F46E5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 9px;
}

.bridge-footer-text h3 {
  margin: 0 0 8px 0;
  color: #0B5F63;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
}

.bridge-footer-text h4 {
  margin: 0 0 8px 0;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bridge-footer-text p {
  margin: 0 0 10px 0;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.bridge-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 10px;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}

.bridge-footer a {
  color: #4F46E5 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.bridge-footer a:hover {
  color: #17324D !important;
  text-decoration: underline !important;
}

.bridge-footer-license {
  padding-top: 10px;
  border-top: 1px solid #D9E6E8;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

/* Bagian kanan footer */
.bridge-footer-right {
  flex: 0 0 270px;
  background: #ffffff;
  border: 1px solid #D9E6E8;
  border-radius: 18px;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(23, 50, 77, 0.08);
}

.bridge-footer-menu-title {
  color: #0B5F63;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center;
}

.bridge-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.bridge-footer-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #F8FBFC;
  color: #4F46E5 !important;
  border: 1px solid #E1ECEE;
  border-radius: 10px;
  padding: 10px 13px;

  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.bridge-footer-menu a::after {
  content: "›";
  font-size: 19px;
  font-weight: 900;
}

.bridge-footer-menu a:hover {
  background: #4F46E5;
  color: #ffffff !important;
  transform: translateX(3px);
}

/* Pastikan tidak ada sisa area abu-abu dari theme */
.pkp_structure_footer_wrapper + div,
.pkp_structure_footer + div {
  border-bottom: none !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .pkp_structure_footer_wrapper {
    padding: 22px 16px !important;
  }

  .bridge-footer-main {
    flex-direction: column;
    padding: 24px 20px;
    gap: 22px;
  }

  .bridge-footer-left {
    flex-direction: column;
  }

  .bridge-footer-logo {
    width: 74px;
    height: 74px;
    min-width: 74px;
    font-size: 21px;
  }

  .bridge-footer-right {
    flex: 1 1 auto;
    width: 100%;
  }

  .bridge-footer-text h3 {
    font-size: 18px;
  }

  .bridge-footer-text h4 {
    font-size: 15px;
  }
}
/* ==================================================
   BRIDGE OJS 3 - MOBILE FIX FINAL
   Header, menu, banner, current issue, sidebar, footer
   ================================================== */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Semua gambar tidak boleh melebihi layar */
img,
iframe,
video,
embed,
object {
  max-width: 100% !important;
  height: auto !important;
}

/* ==================================================
   MOBILE & TABLET
   ================================================== */

@media screen and (max-width: 768px) {

  /* Struktur halaman */
  .pkp_structure_page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .pkp_head_wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    background: #ffffff !important;
  }

  /* ==================================================
     HAMBURGER MENU
     ================================================== */

  .pkp_site_nav_toggle {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;

    background: #0F8C8C !important;
    border: none !important;
    border-radius: 0 !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
  }

  .pkp_site_nav_toggle span,
  .pkp_site_nav_toggle span:before,
  .pkp_site_nav_toggle span:after {
    background: #ffffff !important;
  }

  /* ==================================================
     HEADER LOGO / BANNER JURNAL
     ================================================== */

  .pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 0 52px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  .pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  .pkp_site_name > a {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  .pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    max-height: 52px !important;
    object-fit: cover !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Menu user/operator jangan menabrak header */
  .pkp_navigation_user_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    padding: 6px 10px !important;
    text-align: right !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  /* ==================================================
     MENU NAVIGASI SAAT MOBILE
     ================================================== */

  .pkp_site_nav_menu {
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff !important;
    border-top: 1px solid #e5e7eb !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.08) !important;
  }

  .pkp_navigation_primary_row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #ffffff !important;
  }

  .pkp_navigation_primary {
    width: max-content !important;
    min-width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_navigation_primary > li > a,
  .pkp_navigation_primary > li > span {
    padding: 11px 12px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .pkp_navigation_search_wrapper {
    width: 100% !important;
    padding: 8px 12px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
  }

  /* ==================================================
     KONTEN UTAMA DAN SIDEBAR
     ================================================== */

  .pkp_structure_content {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
  }

  .pkp_structure_main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    order: 1 !important;
  }

  .pkp_structure_sidebar {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px 24px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    order: 2 !important;
  }

  /* ==================================================
     BANNER PROMOSI DI HALAMAN DEPAN
     ================================================== */

  .homepage_image,
  .additional_content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 24px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .homepage_image img,
  .additional_content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* ==================================================
     CURRENT ISSUE
     ================================================== */

  .current_issue h2,
  .obj_issue_toc .heading h2,
  .page h1,
  .page_title {
    font-size: 25px !important;
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
  }

  .current_issue_title,
  .obj_issue_toc .heading .title {
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 18px !important;
  }

  .current_issue .cover {
    float: none !important;
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 auto 22px auto !important;
    display: block !important;
    text-align: center !important;
  }

  .current_issue .cover img {
    width: 100% !important;
    max-width: 260px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .current_issue .description {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    text-align: left !important;
    margin: 0 !important;
  }

  .current_issue .published {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* Tombol cover issue, full book, PDF */
  .cmp_button,
  .obj_galley_link,
  .galleys_links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 8px 12px !important;
    margin: 4px 4px 4px 0 !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
  }

  /* Artikel */
  .obj_article_summary {
    padding: 14px 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .obj_article_summary .title {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .obj_article_summary .authors {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .obj_article_summary .pages {
    float: none !important;
    display: block !important;
    margin-top: 6px !important;
    text-align: left !important;
    font-size: 12px !important;
  }

  /* ==================================================
     SIDEBAR CUSTOM BRIDGE
     ================================================== */

  .bridge-sidebar {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .bridge-card,
  .bridge-cta,
  .bridge-contact {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .bridge-menu a {
    font-size: 13px !important;
    padding: 12px 13px !important;
  }

  .bridge-logo-grid img {
    max-width: 140px !important;
    max-height: 46px !important;
  }

  .bridge-barcode {
    max-width: 210px !important;
  }

  /* ==================================================
     FOOTER
     ================================================== */

  .pkp_structure_footer_wrapper {
    padding: 22px 14px !important;
    margin-top: 24px !important;
    border-bottom: none !important;
  }

  .pkp_structure_footer {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_footer_content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_brand_footer,
  .pkp_brand_footer a,
  .pkp_brand_footer img {
    display: none !important;
  }

  .bridge-footer-main {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 22px 18px !important;
    border-radius: 18px !important;
  }

  .bridge-footer-left {
    flex-direction: column !important;
    gap: 14px !important;
  }

  .bridge-footer-logo {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    font-size: 21px !important;
  }

  .bridge-footer-text h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .bridge-footer-text h4 {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .bridge-footer-text p,
  .bridge-footer-contact,
  .bridge-footer-license {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .bridge-footer-right {
    width: 100% !important;
    flex: 1 1 auto !important;
    padding: 16px !important;
  }
}

/* ==================================================
   MOBILE KECIL 480px KE BAWAH
   ================================================== */

@media screen and (max-width: 480px) {

  body {
    font-size: 14px !important;
  }

  .pkp_site_nav_toggle {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }

  .pkp_site_name_wrapper {
    padding-left: 48px !important;
  }

  .pkp_site_name .is_img img {
    height: 48px !important;
    max-height: 48px !important;
  }

  .pkp_structure_main {
    padding: 16px 14px !important;
  }

  .pkp_structure_sidebar {
    padding: 0 14px 22px !important;
  }

  .current_issue h2,
  .obj_issue_toc .heading h2,
  .page h1,
  .page_title {
    font-size: 23px !important;
  }

  .current_issue_title,
  .obj_issue_toc .heading .title {
    font-size: 20px !important;
  }

  .current_issue .cover {
    max-width: 230px !important;
  }

  .current_issue .cover img {
    max-width: 230px !important;
  }

  .current_issue .description {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }

  .bridge-sidebar {
    max-width: 100% !important;
  }

  .bridge-cta-title {
    font-size: 18px !important;
  }

  .bridge-card-title {
    font-size: 13px !important;
    padding: 9px 8px !important;
  }

  .bridge-menu a {
    font-size: 12px !important;
    padding: 11px 12px !important;
  }

  .bridge-footer-main {
    padding: 20px 16px !important;
  }

  .bridge-footer-text h3 {
    font-size: 17px !important;
  }

  .bridge-footer-menu a {
    font-size: 12px !important;
    padding: 9px 11px !important;
  }
}
/* ==================================================
   BRIDGE HEADER MENU - CLEAN PROFESSIONAL SINGLE ROW
   Menu full 1 baris ke kanan
   ================================================== */

/* Bar menu utama */
.pkp_navigation_primary_row {
  width: 100% !important;
  min-height: 52px !important;
  height: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 0 22px !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  background: #ffffff !important;
  border-top: 3px solid #0F8C8C !important;
  border-bottom: 1px solid #D9E6E8 !important;
  box-shadow: 0 3px 10px rgba(23, 50, 77, 0.06) !important;

  overflow: visible !important;
}

/* Wrapper navigasi kiri */
.pkp_navigation_primary_wrapper {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* List menu utama */
.pkp_navigation_primary {
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;

  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  white-space: nowrap !important;
  background: transparent !important;
}

/* Item menu */
.pkp_navigation_primary > li {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;

  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* Link menu */
.pkp_navigation_primary > li > a,
.pkp_navigation_primary > li > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 52px !important;
  min-height: 52px !important;

  padding: 0 13px !important;
  margin: 0 !important;

  color: #4b5563 !important;
  background: transparent !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  text-decoration: none !important;

  border-bottom: 3px solid transparent !important;
  box-sizing: border-box !important;

  white-space: nowrap !important;
  transition: all 0.22s ease-in-out !important;
}

/* Hover menu */
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > span:hover {
  color: #4F46E5 !important;
  background: #F8FBFC !important;
  border-bottom-color: #0F8C8C !important;
}

/* Menu aktif */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.current > span,
.pkp_navigation_primary > li.current_page_item > a,
.pkp_navigation_primary > li.current_page_item > span,
.pkp_navigation_primary > li.current_page_ancestor > a,
.pkp_navigation_primary > li.current_page_ancestor > span,
.pkp_navigation_primary > li.active > a,
.pkp_navigation_primary > li.active > span {
  color: #4F46E5 !important;
  background: #F8FBFC !important;
  border-bottom-color: #0F8C8C !important;
}

/* Search tetap di kanan */
.pkp_navigation_search_wrapper {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  margin-left: auto !important;
  padding-left: 16px !important;
  padding-right: 0 !important;

  background: transparent !important;
  white-space: nowrap !important;
}

/* Tombol search */
.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper button,
.pkp_navigation_search_wrapper .search_prompt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 34px !important;
  height: 34px !important;

  padding: 0 14px !important;
  margin: 0 !important;

  color: #4F46E5 !important;
  background: #F4F7FF !important;
  border: 1px solid #DCE8EB !important;
  border-radius: 999px !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  white-space: nowrap !important;
  transition: all 0.22s ease-in-out !important;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper button:hover,
.pkp_navigation_search_wrapper .search_prompt:hover {
  color: #ffffff !important;
  background: #4F46E5 !important;
  border-color: #4F46E5 !important;
}

/* Dropdown tetap rapi */
.pkp_navigation_primary ul,
.pkp_navigation_primary .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #D9E6E8 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(23, 50, 77, 0.12) !important;
  padding: 7px !important;
  min-width: 220px !important;
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.pkp_navigation_primary ul li a,
.pkp_navigation_primary .dropdown-menu li a {
  display: block !important;
  padding: 10px 13px !important;

  color: #374151 !important;
  background: #ffffff !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-decoration: none !important;

  border-radius: 6px !important;
  transition: all 0.2s ease-in-out !important;
}

.pkp_navigation_primary ul li a:hover,
.pkp_navigation_primary .dropdown-menu li a:hover {
  color: #4F46E5 !important;
  background: #F2F4FF !important;
  padding-left: 17px !important;
}

/* ==================================================
   TABLET: tetap satu baris, boleh scroll horizontal
   ================================================== */
@media screen and (max-width: 1024px) {
  .pkp_navigation_primary_row {
    padding: 0 14px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .pkp_navigation_primary_wrapper {
    flex: 1 0 auto !important;
  }

  .pkp_navigation_primary {
    flex-wrap: nowrap !important;
    width: max-content !important;
  }

  .pkp_navigation_primary > li > a,
  .pkp_navigation_primary > li > span {
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  .pkp_navigation_search_wrapper {
    flex: 0 0 auto !important;
    padding-left: 10px !important;
  }
}
/* ==================================================
   BRIDGE TABLE OF CONTENTS - ARTICLE CARD STYLE
   ================================================== */

.cmp_article_list.articles {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 0 !important;
  margin: 18px 0 !important;
}

.cmp_article_list.articles > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.obj_article_summary {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #D9E6E8 !important;
  border-left: 5px solid #0F8C8C !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  box-shadow: 0 5px 14px rgba(23, 50, 77, 0.07);
  transition: all 0.25s ease;
}

.obj_article_summary:hover {
  border-color: #0F8C8C !important;
  box-shadow: 0 8px 20px rgba(23, 50, 77, 0.12);
  transform: translateY(-2px);
}

.obj_article_summary .title {
  margin: 0 0 7px 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.obj_article_summary .title a {
  color: #4F46E5 !important;
  text-decoration: none !important;
}

.obj_article_summary .title a:hover {
  color: #4F46E5 !important;
  text-decoration: underline !important;
}

.obj_article_summary .authors {
  color: #111111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin-bottom: 10px !important;
}

.obj_article_summary .pages {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #F8FBFC;
  color: #4F46E5;
  border: 1px solid #DCE8EB;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px !important;
  font-weight: 800;
}

/* Meta DOI, Views, Downloads */
.bridge-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px 0;
}

.bridge-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #F8FBFC;
  border: 1px solid #D9E6E8;
  color: #29445A;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.bridge-meta-item a {
  color: #4F46E5 !important;
  text-decoration: none !important;
  font-weight: 800;
}

.bridge-meta-item a:hover {
  text-decoration: underline !important;
}

.bridge-meta-icon {
  color: #4F46E5;
  font-weight: 900;
}

/* Tombol PDF dan galley */
.obj_article_summary .galleys_links,
.obj_article_summary .galleys {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

.obj_article_summary .obj_galley_link,
.obj_article_summary .galleys_links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #0F8C8C !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 7px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.obj_article_summary .obj_galley_link:hover,
.obj_article_summary .galleys_links a:hover {
  background: #4F46E5 !important;
  color: #ffffff !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .obj_article_summary {
    padding: 15px 14px !important;
  }

  .obj_article_summary .pages {
    position: static !important;
    display: inline-flex !important;
    margin: 8px 0 !important;
  }

  .bridge-article-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .bridge-meta-item {
    width: auto;
    max-width: 100%;
    line-height: 1.4;
  }
}
/* ==================================================
   BRIDGE ARTICLE DETAIL - READABLE FINAL UI
   Title, Author, Keywords, Abstract, References
   Layout 1 kolom agar tidak sempit/berantakan
   ================================================== */

/* Reset layout artikel agar tidak jadi kolom sempit */
.obj_article_details,
.obj_article_details .row,
.obj_article_details .main_entry,
.obj_article_details .entry_details {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}

/* Jangan pakai grid 2 kolom di dalam artikel */
.obj_article_details .row {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Wrapper artikel */
.obj_article_details {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  color: #111827 !important;
}

/* ==================================================
   CARD UMUM
   ================================================== */

.obj_article_details .page_title,
.obj_article_details h1.page_title,
.obj_article_details .item.authors,
.obj_article_details .item.keywords,
.obj_article_details .item.abstract,
.obj_article_details .item.references,
.obj_article_details .item.citations,
.obj_article_details section.references,
.obj_article_details section.citations,
.obj_article_details div.references,
.obj_article_details div.citations {
  background: #ffffff !important;
  border: 1px solid #D9E6E8 !important;
  border-left: 5px solid #0F8C8C !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(23, 50, 77, 0.07) !important;
  box-sizing: border-box !important;
}

/* ==================================================
   TITLE / JUDUL ARTIKEL
   ================================================== */

.obj_article_details .page_title,
.obj_article_details h1.page_title {
  padding: 24px 28px !important;
  margin: 0 0 24px 0 !important;

  color: #111827 !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

/* ==================================================
   AUTHOR
   ================================================== */

.obj_article_details .item.authors {
  padding: 22px 26px !important;
  margin: 0 0 20px 0 !important;
}

/* Hilangkan double border di dalam author */
.obj_article_details .item.authors .authors,
.obj_article_details .item.authors .author,
.obj_article_details .item.authors .author_bio,
.obj_article_details .item.authors .value,
.obj_article_details .item.authors ul,
.obj_article_details .item.authors li {
  background: transparent !important;
  border: none !important;
  border-left: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* Nama penulis */
.obj_article_details .item.authors .name,
.obj_article_details .authors .name {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 4px !important;
}

/* Afiliasi */
.obj_article_details .item.authors .affiliation,
.obj_article_details .authors .affiliation {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* ==================================================
   KEYWORDS
   ================================================== */

.obj_article_details .item.keywords {
  background: #F8FBFC !important;
  padding: 18px 22px !important;
  margin: 0 0 22px 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  border-left: 5px solid #0F8C8C !important;
}

.obj_article_details .item.keywords .label,
.obj_article_details .item.keywords h2,
.obj_article_details .item.keywords h3 {
  color: #6b7280 !important;
  font-weight: 900 !important;
}

/* ==================================================
   ABSTRACT
   ================================================== */

.obj_article_details .item.abstract {
  padding: 26px 30px !important;
  margin: 0 0 24px 0 !important;
}

.obj_article_details .item.abstract h2,
.obj_article_details .item.abstract h3 {
  color: #6b7280 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 18px !important;
  padding-bottom: 9px !important;
  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
}

.obj_article_details .item.abstract p {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  text-align: justify !important;
  margin: 0 !important;
}

/* ==================================================
   REFERENCES
   ================================================== */

.obj_article_details .item.references,
.obj_article_details .item.citations,
.obj_article_details section.references,
.obj_article_details section.citations,
.obj_article_details div.references,
.obj_article_details div.citations {
  padding: 26px 30px !important;
  margin: 0 0 26px 0 !important;
}

.obj_article_details .item.references h2,
.obj_article_details .item.references h3,
.obj_article_details .item.citations h2,
.obj_article_details .item.citations h3,
.obj_article_details section.references h2,
.obj_article_details section.references h3,
.obj_article_details section.citations h2,
.obj_article_details section.citations h3,
.obj_article_details div.references h2,
.obj_article_details div.references h3,
.obj_article_details div.citations h2,
.obj_article_details div.citations h3 {
  color: #6b7280 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 18px !important;
  padding-bottom: 9px !important;
  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
}

/* Isi references */
.obj_article_details .item.references p,
.obj_article_details .item.citations p,
.obj_article_details section.references p,
.obj_article_details section.citations p,
.obj_article_details div.references p,
.obj_article_details div.citations p,
.obj_article_details .item.references li,
.obj_article_details .item.citations li,
.obj_article_details section.references li,
.obj_article_details section.citations li,
.obj_article_details div.references li,
.obj_article_details div.citations li {
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  margin-bottom: 11px !important;
}

/* References list */
.obj_article_details .item.references ul,
.obj_article_details .item.citations ul,
.obj_article_details section.references ul,
.obj_article_details section.citations ul,
.obj_article_details div.references ul,
.obj_article_details div.citations ul,
.obj_article_details .item.references ol,
.obj_article_details .item.citations ol,
.obj_article_details section.references ol,
.obj_article_details section.citations ol,
.obj_article_details div.references ol,
.obj_article_details div.citations ol {
  margin: 0 !important;
  padding-left: 22px !important;
}

/* Link dalam references */
.obj_article_details .item.references a,
.obj_article_details .item.citations a,
.obj_article_details section.references a,
.obj_article_details section.citations a,
.obj_article_details div.references a,
.obj_article_details div.citations a {
  color: #4F46E5 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

.obj_article_details .item.references a:hover,
.obj_article_details .item.citations a:hover,
.obj_article_details section.references a:hover,
.obj_article_details section.citations a:hover,
.obj_article_details div.references a:hover,
.obj_article_details div.citations a:hover {
  text-decoration: underline !important;
}

/* ==================================================
   METADATA ARTIKEL: COVER, PDF, PUBLISHED, HOW TO CITE
   Dibuat card grid di bawah isi artikel
   ================================================== */

.obj_article_details .entry_details {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 28px !important;
  padding-top: 24px !important;
  border-top: 3px solid #ECF8F7 !important;
}

/* Card metadata */
.obj_article_details .entry_details .item {
  background: #ffffff !important;
  border: 1px solid #D9E6E8 !important;
  border-radius: 14px !important;
  box-shadow: 0 5px 14px rgba(23, 50, 77, 0.06) !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Judul card metadata */
.obj_article_details .entry_details .item > h2,
.obj_article_details .entry_details .item > h3 {
  background: #f3f4f6 !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

/* Isi card metadata */
.obj_article_details .entry_details .item .value,
.obj_article_details .entry_details .item .content,
.obj_article_details .entry_details .item p {
  padding: 14px !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
}

/* Cover */
.obj_article_details .entry_details .item.cover_image,
.obj_article_details .entry_details .item.cover {
  padding: 16px !important;
  text-align: center !important;
}

.obj_article_details .entry_details .item.cover_image img,
.obj_article_details .entry_details .item.cover img,
.obj_article_details .entry_details img {
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
  border-radius: 10px !important;
}

/* PDF / galley */
.obj_article_details .entry_details .item.galleys,
.obj_article_details .entry_details .item.galley {
  padding: 14px !important;
}

.obj_article_details .entry_details .obj_galley_link,
.obj_article_details .entry_details .galleys_links a,
.obj_article_details .entry_details .item.galleys a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 40px !important;

  background: #0F8C8C !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;

  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.obj_article_details .entry_details .obj_galley_link:hover,
.obj_article_details .entry_details .galleys_links a:hover,
.obj_article_details .entry_details .item.galleys a:hover {
  background: #4F46E5 !important;
  color: #ffffff !important;
}

/* Select citation */
.obj_article_details .entry_details select {
  width: 100% !important;
  margin-top: 10px !important;
  padding: 9px 10px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  box-sizing: border-box !important;
}

/* License */
.obj_article_details .entry_details .item.license a {
  color: #4F46E5 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.obj_article_details .entry_details .item.license a:hover {
  text-decoration: underline !important;
}

/* ==================================================
   MOBILE
   ================================================== */

@media screen and (max-width: 768px) {
  .obj_article_details .page_title,
  .obj_article_details h1.page_title {
    padding: 20px 18px !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    border-radius: 14px !important;
  }

  .obj_article_details .item.authors,
  .obj_article_details .item.keywords,
  .obj_article_details .item.abstract,
  .obj_article_details .item.references,
  .obj_article_details .item.citations,
  .obj_article_details section.references,
  .obj_article_details section.citations,
  .obj_article_details div.references,
  .obj_article_details div.citations {
    padding: 20px 18px !important;
    border-radius: 14px !important;
  }

  .obj_article_details .item.abstract p {
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: left !important;
  }

  .obj_article_details .entry_details {
    grid-template-columns: 1fr !important;
  }

  .obj_article_details .entry_details .item.cover_image img,
  .obj_article_details .entry_details .item.cover img,
  .obj_article_details .entry_details img {
    max-width: 210px !important;
  }
}
/* ==================================================
   BRIDGE EDITORIAL TEAM - FINAL UI
   Siap tempel ke Journal Style Sheet OJS 3
   ================================================== */

.bridge-editorial-page {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

.bridge-editorial-hero {
  background: linear-gradient(135deg, #ffffff 0%, #F8FBFC 100%);
  border: 1px solid #D9E6E8;
  border-left: 5px solid #0F8C8C;
  border-radius: 18px;
  padding: 26px 30px;
  margin: 0 0 24px 0;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.08);
}

.bridge-editorial-badge {
  display: inline-block;
  background: #ECF8F7;
  color: #4F46E5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.bridge-editorial-hero h2 {
  margin: 0 0 6px 0;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.bridge-editorial-hero p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.bridge-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.bridge-role-card {
  background: #ffffff;
  border: 1px solid #D9E6E8;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(23, 50, 77, 0.07);
  overflow: hidden;
  margin-bottom: 22px;
  transition: all 0.25s ease;
}

.bridge-role-card:hover {
  box-shadow: 0 10px 24px rgba(23, 50, 77, 0.11);
  transform: translateY(-2px);
}

.bridge-role-full {
  width: 100%;
}

.bridge-role-title {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #4F46E5, #0F8C8C);
  color: #ffffff;
  padding: 15px 18px;
}

.bridge-role-title span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #4F46E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.bridge-role-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.35;
}

.bridge-person-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.bridge-person {
  padding: 17px 20px;
  border-top: 1px solid #F7FAFC;
  box-sizing: border-box;
}

.bridge-person-list .bridge-person {
  border-right: 1px solid #F7FAFC;
}

.bridge-person-list .bridge-person:nth-child(2n) {
  border-right: none;
}

.bridge-person strong {
  display: block;
  color: #4F46E5;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 7px;
}

.bridge-person p {
  margin: 0 0 5px 0;
  color: #111827;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.bridge-person small {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 600;
}

.bridge-reviewer-group {
  padding: 0 0 8px 0;
}

.bridge-reviewer-group h4 {
  margin: 18px 20px 8px 20px;
  padding: 0 0 8px 0;
  color: #374151;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid #D9E6E8;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .bridge-editorial-hero {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .bridge-editorial-hero h2 {
    font-size: 24px;
  }

  .bridge-editorial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bridge-role-card {
    border-radius: 14px;
  }

  .bridge-role-title {
    padding: 14px 16px;
  }

  .bridge-role-title h3 {
    font-size: 13.5px;
  }

  .bridge-person-list {
    grid-template-columns: 1fr;
  }

  .bridge-person-list .bridge-person {
    border-right: none;
  }

  .bridge-person {
    padding: 15px 16px;
  }

  .bridge-person strong {
    font-size: 14px;
  }

  .bridge-person p,
  .bridge-person small {
    font-size: 12px;
  }

  .bridge-reviewer-group h4 {
    margin: 16px 16px 8px 16px;
    font-size: 13px;
  }
}
/* ==================================================
   BRIDGE REVIEWER PAGE - FINAL UI
   ================================================== */

.bridge-reviewer-page {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

.bridge-reviewer-hero {
  background: linear-gradient(135deg, #ffffff 0%, #F8FBFC 100%);
  border: 1px solid #D9E6E8;
  border-left: 5px solid #0F8C8C;
  border-radius: 18px;
  padding: 26px 30px;
  margin: 0 0 22px 0;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.08);
}

.bridge-reviewer-badge {
  display: inline-block;
  background: #ECF8F7;
  color: #4F46E5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.bridge-reviewer-hero h2 {
  margin: 0 0 10px 0;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.bridge-reviewer-hero p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}

.bridge-reviewer-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px 0;
}

.bridge-summary-card {
  background: #ffffff;
  border: 1px solid #D9E6E8;
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 5px 16px rgba(23, 50, 77, 0.06);
}

.bridge-summary-card strong {
  display: block;
  color: #4F46E5;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

.bridge-summary-card span {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 5px;
}

.bridge-reviewer-section {
  background: #ffffff;
  border: 1px solid #D9E6E8;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 6px 18px rgba(23, 50, 77, 0.07);
}

.bridge-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #4F46E5, #0F8C8C);
  color: #ffffff;
  padding: 15px 18px;
}

.bridge-section-title span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #4F46E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.bridge-section-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.35;
}

.bridge-reviewer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.bridge-reviewer-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-top: 1px solid #F7FAFC;
  border-right: 1px solid #F7FAFC;
  box-sizing: border-box;
  transition: all 0.22s ease;
}

.bridge-reviewer-card:nth-child(2n) {
  border-right: none;
}

.bridge-reviewer-card:hover {
  background: #F8FBFC;
}

.bridge-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0F8C8C, #4F46E5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(15, 140, 140, 0.22);
}

.bridge-reviewer-info {
  min-width: 0;
}

.bridge-reviewer-info strong {
  display: block;
  color: #4F46E5;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 6px;
}

.bridge-reviewer-info p {
  margin: 0 0 5px 0;
  color: #111827;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.bridge-reviewer-info small {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .bridge-reviewer-hero {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .bridge-reviewer-hero h2 {
    font-size: 24px;
  }

  .bridge-reviewer-hero p {
    text-align: left;
    font-size: 13.5px;
  }

  .bridge-reviewer-summary {
    grid-template-columns: 1fr;
  }

  .bridge-reviewer-section {
    border-radius: 14px;
  }

  .bridge-section-title {
    padding: 14px 16px;
  }

  .bridge-section-title h3 {
    font-size: 13.5px;
  }

  .bridge-reviewer-grid {
    grid-template-columns: 1fr;
  }

  .bridge-reviewer-card {
    border-right: none;
    padding: 16px;
  }

  .bridge-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
  }

  .bridge-reviewer-info strong {
    font-size: 14px;
  }

  .bridge-reviewer-info p,
  .bridge-reviewer-info small {
    font-size: 12px;
  }
}
/* ==================================================
   BRIDGE FOCUS & SCOPE PAGE - FINAL UI
   ================================================== */

.bridge-focus-page {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

/* Hero */
.bridge-focus-hero {
  background: linear-gradient(135deg, #ffffff 0%, #F8FBFC 100%);
  border: 1px solid #D9E6E8;
  border-left: 5px solid #0F8C8C;
  border-radius: 18px;
  padding: 28px 30px;
  margin: 0 0 24px 0;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.08);
}

.bridge-focus-badge {
  display: inline-block;
  background: #ECF8F7;
  color: #4F46E5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.bridge-focus-hero h2 {
  margin: 0 0 10px 0;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.bridge-focus-hero p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
}

/* Main card */
.bridge-focus-card {
  background: #ffffff;
  border: 1px solid #D9E6E8;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 6px 18px rgba(23, 50, 77, 0.07);
}

.bridge-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #4F46E5, #0F8C8C);
  color: #ffffff;
  padding: 16px 20px;
}

.bridge-section-heading span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #4F46E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.bridge-section-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.bridge-focus-content {
  padding: 22px 24px 10px 24px;
}

.bridge-focus-content p {
  margin: 0 0 14px 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.bridge-focus-content strong {
  color: #111827;
  font-weight: 900;
}

/* Scope grid */
.bridge-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 24px 24px 24px;
}

.bridge-scope-item {
  background: #F8FBFC;
  border: 1px solid #D9E6E8;
  border-radius: 16px;
  padding: 20px 20px 18px 20px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.bridge-scope-item:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(23, 50, 77, 0.10);
  transform: translateY(-2px);
}

.bridge-scope-wide {
  grid-column: span 2;
}

.bridge-scope-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0F8C8C, #4F46E5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
  box-shadow: 0 6px 14px rgba(15, 140, 140, 0.22);
}

.bridge-scope-item h4 {
  margin: 0 0 12px 0;
  color: #29445A;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.bridge-scope-item ul {
  margin: 0;
  padding-left: 18px;
}

.bridge-scope-item li {
  color: #374151;
  font-size: 13.5px;
  line-height: 1.65;
  margin-bottom: 7px;
}

.bridge-scope-item li::marker {
  color: #0F8C8C;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .bridge-focus-hero {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .bridge-focus-hero h2 {
    font-size: 24px;
  }

  .bridge-focus-hero p {
    font-size: 13.5px;
  }

  .bridge-focus-content {
    padding: 18px 18px 8px 18px;
  }

  .bridge-focus-content p {
    text-align: left;
    font-size: 13.5px;
  }

  .bridge-scope-grid {
    grid-template-columns: 1fr;
    padding: 8px 18px 20px 18px;
  }

  .bridge-scope-wide {
    grid-column: span 1;
  }

  .bridge-scope-item {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .bridge-section-heading {
    padding: 14px 16px;
  }

  .bridge-section-heading h3 {
    font-size: 14px;
  }

  .bridge-scope-item h4 {
    font-size: 14px;
  }

  .bridge-scope-item li {
    font-size: 13px;
  }
}
/* ==================================================
   BRIDGE ARCHIVES PAGE - CLEAN FINAL UI
   OJS 3 Archive Page
   ================================================== */

/* Reset halaman Archives */
.page_issue_archive {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  color: #111827 !important;
  padding-bottom: 28px !important;
}

/* Judul halaman Archives */
.page_issue_archive .page_title,
.page_issue_archive h1 {
  background: linear-gradient(135deg, #ffffff 0%, #F8FBFC 100%) !important;
  border: 1px solid #D9E6E8 !important;
  border-left: 6px solid #0F8C8C !important;
  border-radius: 18px !important;
  padding: 24px 28px !important;
  margin: 0 0 26px 0 !important;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.08) !important;

  color: #111827 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

/* Container list issue */
.page_issue_archive .issues_archive,
.page_issue_archive .cmp_issue_list,
.page_issue_archive .issues {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hilangkan bullet bawaan */
.page_issue_archive .issues_archive > li,
.page_issue_archive .cmp_issue_list > li,
.page_issue_archive .issues > li {
  list-style: none !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}

/* Card issue */
.page_issue_archive .obj_issue_summary {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  clear: both !important;

  background: #ffffff !important;
  border: 1px solid #D9E6E8 !important;
  border-left: 6px solid #0F8C8C !important;
  border-radius: 20px !important;
  padding: 26px 28px !important;
  margin: 0 0 26px 0 !important;
  box-shadow: 0 10px 28px rgba(23, 50, 77, 0.10) !important;
  box-sizing: border-box !important;

  transition: all 0.25s ease !important;
}

.page_issue_archive .obj_issue_summary:hover {
  transform: translateY(-3px) !important;
  border-color: #0F8C8C !important;
  box-shadow: 0 14px 34px rgba(23, 50, 77, 0.15) !important;
}

/* Cover issue */
.page_issue_archive .obj_issue_summary .cover,
.page_issue_archive .obj_issue_summary .cover_image {
  float: left !important;
  width: 155px !important;
  max-width: 155px !important;
  margin: 0 26px 14px 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.page_issue_archive .obj_issue_summary .cover img,
.page_issue_archive .obj_issue_summary .cover_image img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;

  border-radius: 12px !important;
  box-shadow: 0 10px 22px rgba(23, 50, 77, 0.20) !important;
}

/* Judul issue */
.page_issue_archive .obj_issue_summary .title,
.page_issue_archive .obj_issue_summary h2,
.page_issue_archive .obj_issue_summary h3 {
  margin: 0 0 8px 0 !important;

  color: #4F46E5 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.page_issue_archive .obj_issue_summary .title a,
.page_issue_archive .obj_issue_summary h2 a,
.page_issue_archive .obj_issue_summary h3 a {
  color: #4F46E5 !important;
  text-decoration: none !important;
}

.page_issue_archive .obj_issue_summary .title a:hover,
.page_issue_archive .obj_issue_summary h2 a:hover,
.page_issue_archive .obj_issue_summary h3 a:hover {
  color: #17324D !important;
  text-decoration: underline !important;
}

/* Volume, nomor, dan tanggal issue */
.page_issue_archive .obj_issue_summary .series,
.page_issue_archive .obj_issue_summary .published,
.page_issue_archive .obj_issue_summary .date,
.page_issue_archive .obj_issue_summary .subtitle {
  display: inline-flex !important;
  align-items: center !important;

  background: #F8FBFC !important;
  border: 1px solid #D9E6E8 !important;
  color: #374151 !important;
  border-radius: 999px !important;
  padding: 6px 12px !important;
  margin: 0 0 14px 0 !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

/* Deskripsi issue */
.page_issue_archive .obj_issue_summary .description,
.page_issue_archive .obj_issue_summary p {
  color: #374151 !important;
  font-size: 14px !important;
  line-height: 1.78 !important;
  text-align: justify !important;
  margin: 0 0 12px 0 !important;
}

/* Link umum di issue */
.page_issue_archive .obj_issue_summary a {
  color: #4F46E5 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_issue_archive .obj_issue_summary a:hover {
  text-decoration: underline !important;
}

/* Tombol action / galley jika tersedia */
.page_issue_archive .obj_issue_summary .galleys_links,
.page_issue_archive .obj_issue_summary .actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.page_issue_archive .obj_issue_summary .galleys_links a,
.page_issue_archive .obj_issue_summary .actions a,
.page_issue_archive .obj_issue_summary .cmp_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #0F8C8C !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 14px !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;

  transition: all 0.25s ease !important;
}

.page_issue_archive .obj_issue_summary .galleys_links a:hover,
.page_issue_archive .obj_issue_summary .actions a:hover,
.page_issue_archive .obj_issue_summary .cmp_button:hover {
  background: #4F46E5 !important;
  color: #ffffff !important;
}

/* Clear float */
.page_issue_archive .obj_issue_summary::after {
  content: "";
  display: block;
  clear: both;
}

/* ==================================================
   RESPONSIVE MOBILE
   ================================================== */

@media screen and (max-width: 768px) {
  .page_issue_archive .page_title,
  .page_issue_archive h1 {
    font-size: 24px !important;
    padding: 20px 18px !important;
    border-radius: 14px !important;
  }

  .page_issue_archive .obj_issue_summary {
    padding: 22px 18px !important;
    border-radius: 16px !important;
  }

  .page_issue_archive .obj_issue_summary .cover,
  .page_issue_archive .obj_issue_summary .cover_image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 18px auto !important;
  }

  .page_issue_archive .obj_issue_summary .cover img,
  .page_issue_archive .obj_issue_summary .cover_image img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .page_issue_archive .obj_issue_summary .title,
  .page_issue_archive .obj_issue_summary h2,
  .page_issue_archive .obj_issue_summary h3 {
    font-size: 18px !important;
    text-align: center !important;
  }

  .page_issue_archive .obj_issue_summary .series,
  .page_issue_archive .obj_issue_summary .published,
  .page_issue_archive .obj_issue_summary .date,
  .page_issue_archive .obj_issue_summary .subtitle {
    display: flex !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page_issue_archive .obj_issue_summary .description,
  .page_issue_archive .obj_issue_summary p {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    text-align: left !important;
  }
}
/* ==================================================
   BRIDGE TOC ARTICLE META - DOI, VIEWS, DOWNLOADS
   ================================================== */

.obj_article_summary .bridge-toc-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 10px 0 12px 0 !important;
}

.obj_article_summary .bridge-toc-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;

  background: #F8FBFC !important;
  border: 1px solid #D9E6E8 !important;
  color: #29445A !important;

  border-radius: 999px !important;
  padding: 7px 11px !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.obj_article_summary .bridge-toc-icon {
  color: #4F46E5 !important;
  font-weight: 900 !important;
}

.obj_article_summary .bridge-toc-pill strong {
  color: #4F46E5 !important;
  font-weight: 900 !important;
}

.obj_article_summary .bridge-toc-doi {
  background: #F2F4FF !important;
}

.obj_article_summary .bridge-toc-doi a {
  color: #4F46E5 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

.obj_article_summary .bridge-toc-doi a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .obj_article_summary .bridge-toc-meta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .obj_article_summary .bridge-toc-pill {
    width: auto !important;
    max-width: 100% !important;
    font-size: 11.8px !important;
    line-height: 1.4 !important;
  }
}
/* ==================================================
   BRIDGE TOC AUTHORS - NAME + AFFILIATION
   ================================================== */

.obj_article_summary .bridge-toc-authors {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 8px 0 12px 0 !important;
}

.obj_article_summary .bridge-toc-author-item {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;

  color: #111827 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.obj_article_summary .bridge-toc-author-name {
  font-weight: 700 !important;
  color: #111827 !important;
}

.obj_article_summary .bridge-toc-author-affiliation {
  display: inline-flex !important;
  align-items: center !important;

  background: #F8FBFC !important;
  border: 1px solid #D9E6E8 !important;
  color: #6b7280 !important;

  border-radius: 999px !important;
  padding: 4px 9px !important;

  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .obj_article_summary .bridge-toc-authors {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }

  .obj_article_summary .bridge-toc-author-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }
}
/* ==================================================
   BRIDGE ARTICLE DETAIL - DOWNLOADS CHART CARD
   Class asli OJS: .item.downloads_chart
   ================================================== */

.obj_article_details .main_entry .item.downloads_chart,
.obj_article_details .item.downloads_chart {
  background: #ffffff !important;
  border: 1px solid #D9E6E8 !important;
  border-left: 5px solid #0F8C8C !important;
  border-radius: 18px !important;
  padding: 26px 30px !important;
  margin: 0 0 26px 0 !important;
  box-shadow: 0 6px 18px rgba(23, 50, 77, 0.07) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Judul DOWNLOADS */
.obj_article_details .item.downloads_chart .label,
.obj_article_details .item.downloads_chart h2,
.obj_article_details .item.downloads_chart h3 {
  color: #6b7280 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 18px 0 !important;
  padding-bottom: 9px !important;
  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
  line-height: 1.3 !important;
}

/* Area isi chart */
.obj_article_details .item.downloads_chart .value {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  overflow-x: auto !important;
}

/* Canvas grafik bawaan Usage Statistics Plugin */
.obj_article_details .item.downloads_chart canvas.usageStatsGraph,
.obj_article_details .item.downloads_chart canvas {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 260px !important;
  margin: 0 auto !important;
}

/* Iframe tersembunyi bawaan chart jangan mengganggu layout */
.obj_article_details .item.downloads_chart iframe.chartjs-hidden-iframe {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .obj_article_details .main_entry .item.downloads_chart,
  .obj_article_details .item.downloads_chart {
    padding: 20px 18px !important;
    border-radius: 14px !important;
    margin: 0 0 24px 0 !important;
  }

  .obj_article_details .item.downloads_chart .label,
  .obj_article_details .item.downloads_chart h2,
  .obj_article_details .item.downloads_chart h3 {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }

  .obj_article_details .item.downloads_chart canvas.usageStatsGraph,
  .obj_article_details .item.downloads_chart canvas {
    height: 220px !important;
  }
}
/* ==================================================
   BRIDGE CURRENT ISSUE - FINAL SPACING FIX
   Hanya area Current Issue bagian atas
   ================================================== */

/* Tambah jarak dari banner atas */
.page_index_journal .current_issue,
.current_issue {
  padding-top: 28px !important;
}

/* Judul CURRENT ISSUE */
.current_issue > h2 {
  color: #6b7280 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;

  margin: 0 0 24px 0 !important;
  padding-bottom: 10px !important;

  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
}

/* Judul volume issue */
.current_issue .current_issue_title {
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin: 0 0 18px 0 !important;
}

/* Cover issue */
.current_issue .cover {
  float: left !important;
  width: 185px !important;
  max-width: 185px !important;
  margin: 0 28px 16px 0 !important;
  text-align: center !important;
}

.current_issue .cover img {
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(23, 50, 77, 0.18) !important;
}

/* Deskripsi issue */
.current_issue .description,
.current_issue .description p {
  color: #374151 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-align: justify !important;
}

/* Badge Published diperkecil */
.current_issue .published {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;

  background: #F8FBFC !important;
  border: 1px solid #D9E6E8 !important;
  border-radius: 999px !important;

  padding: 5px 11px !important;
  margin: 12px 0 16px 0 !important;

  color: #374151 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.current_issue .published strong {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* ==================================================
   FULL ISSUE HEADING
   ================================================== */

/* Label Full Issue */
.current_issue .galleys > h2,
.current_issue .galleys > h3,
.current_issue .galleys h2,
.current_issue .galleys h3 {
  clear: both !important;

  color: #6b7280 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  margin: 22px 0 14px 0 !important;
  padding-bottom: 9px !important;

  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
}

/* Tombol Cover Issue dan Full Book */
.current_issue .galleys_links {
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 26px 0 !important;
}

.current_issue .galleys_links a,
.current_issue .obj_galley_link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 36px !important;
  padding: 8px 15px !important;

  background: #0F8C8C !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.18) !important;
  transition: all 0.25s ease !important;
}

.current_issue .galleys_links a:hover,
.current_issue .obj_galley_link:hover {
  background: #4F46E5 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* ==================================================
   ARTICLES HEADING
   ================================================== */

/* Heading Articles */
.current_issue .articles > h2,
.current_issue .articles > h3,
.current_issue h2.articles,
.current_issue h3.articles,
.current_issue .section h2,
.current_issue .section h3 {
  color: #6b7280 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  margin: 18px 0 18px 0 !important;
  padding-bottom: 9px !important;

  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
}

/* Jika OJS memakai heading umum untuk Articles */
.current_issue > h3 {
  color: #6b7280 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  margin: 18px 0 18px 0 !important;
  padding-bottom: 9px !important;

  border-bottom: 3px solid #0F8C8C !important;
  display: inline-block !important;
}

/* Clear float agar heading Full Issue dan Articles tidak naik ke samping cover */
.current_issue::after,
.current_issue .galleys_links::after {
  content: "";
  display: block;
  clear: both;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .page_index_journal .current_issue,
  .current_issue {
    padding-top: 22px !important;
  }

  .current_issue > h2 {
    font-size: 19px !important;
    margin-bottom: 20px !important;
  }

  .current_issue .current_issue_title {
    font-size: 18px !important;
  }

  .current_issue .cover {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  .current_issue .cover img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .current_issue .description,
  .current_issue .description p {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    text-align: left !important;
  }

  .current_issue .published {
    padding: 5px 10px !important;
    font-size: 11.5px !important;
  }

  .current_issue .galleys_links {
    flex-direction: column !important;
  }

  .current_issue .galleys_links a,
  .current_issue .obj_galley_link {
    width: 100% !important;
  }
}

/* Hide About Journal only on journal homepage */

.page_index_journal .homepage_about,
.page_index_journal section.homepage_about,
.page_index_journal div.homepage_about {
    display: none !important;
}

/* ==========================================================
   BRIDGE TABLE OF CONTENTS
   AUTHORS + AFFILIATIONS
   ========================================================== */

.obj_article_summary .bridge-toc-authors {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;

    margin: 10px 0 13px 0 !important;
}


.obj_article_summary .bridge-toc-author-item {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;

    gap: 7px !important;

    font-size: 13px !important;
    line-height: 1.5 !important;
}


.obj_article_summary .bridge-toc-author-name {
    color: #111827 !important;

    font-weight: 700 !important;
}


.obj_article_summary .bridge-toc-author-affiliation {
    display: inline-flex !important;
    align-items: center !important;

    padding: 4px 9px !important;

    background: #F6FAFA !important;

    border: 1px solid #D8E6E8 !important;
    border-radius: 999px !important;

    color: #6b7280 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
}

/* ==========================================================
   BRIDGE TABLE OF CONTENTS
   DOI + VIEWS + DOWNLOADS
   ========================================================== */

.obj_article_summary .bridge-toc-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;

    gap: 8px !important;

    margin: 10px 0 13px 0 !important;
}


.obj_article_summary .bridge-toc-pill {
    display: inline-flex !important;
    align-items: center !important;

    gap: 6px !important;

    padding: 7px 11px !important;

    background: #F7FAFC !important;

    border: 1px solid #D9E6E8 !important;
    border-radius: 999px !important;

    color: #29445A !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;
}


.obj_article_summary .bridge-toc-icon {
    color: #0F8C8C !important;

    font-weight: 900 !important;
}


.obj_article_summary .bridge-toc-pill strong {
    color: #4F46E5 !important;

    font-weight: 900 !important;
}


.obj_article_summary .bridge-toc-doi {
    background: #F0FAF9 !important;

    border-color: #D8EEEC !important;
}


.obj_article_summary .bridge-toc-doi a {
    color: #0F8C8C !important;

    font-weight: 800 !important;

    text-decoration: none !important;

    word-break: break-word !important;
}


.obj_article_summary .bridge-toc-doi a:hover {
    text-decoration: underline !important;
}


.obj_article_summary .bridge-toc-not-assigned {
    color: #6b7280 !important;

    font-weight: 600 !important;
}

@media screen and (max-width: 768px) {

    .obj_article_summary .bridge-toc-author-item {
        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 4px !important;
    }


    .obj_article_summary .bridge-toc-meta {
        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 6px !important;
    }


    .obj_article_summary .bridge-toc-pill {
        max-width: 100% !important;

        font-size: 11.8px !important;

        line-height: 1.4 !important;
    }

}

/* ==========================================================
   BRIDGE COMFORT LAYER v1.0
   Multidisciplinary palette: Teal + Indigo + Coral micro-accent
   Designed for long reading sessions on OJS
   ========================================================== */

html {
  scroll-behavior: smooth;
}

body {
  background: #F8FBFC !important;
  color: #17324D !important;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pkp_structure_page {
  background: #FFFFFF !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 34px rgba(23, 50, 77, 0.07) !important;
}

/* Comfortable reading width and rhythm */
.pkp_structure_main p,
.page p,
.obj_article_details p,
.obj_article_details li {
  color: #334155 !important;
  line-height: 1.78 !important;
}

.obj_article_details .item.abstract p {
  font-size: 15px !important;
  line-height: 1.88 !important;
  color: #26394C !important;
}

/* Links: lively but not visually aggressive */
.pkp_structure_main a:not(.obj_galley_link):not(.cmp_button),
.obj_article_details a:not(.obj_galley_link) {
  color: #4F46E5;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.pkp_structure_main a:not(.obj_galley_link):not(.cmp_button):hover,
.obj_article_details a:not(.obj_galley_link):hover {
  color: #0B5F63;
}

/* Navigation identity: coral only as a small active cue */
.pkp_navigation_primary_row {
  border-top-color: #0F8C8C !important;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > span:hover,
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.current > span,
.pkp_navigation_primary > li.current_page_item > a,
.pkp_navigation_primary > li.current_page_item > span,
.pkp_navigation_primary > li.current_page_ancestor > a,
.pkp_navigation_primary > li.current_page_ancestor > span,
.pkp_navigation_primary > li.active > a,
.pkp_navigation_primary > li.active > span {
  color: #0B5F63 !important;
  background: #F0FAF9 !important;
  border-bottom-color: #F97360 !important;
}

/* Search and primary actions */
.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper button:hover,
.pkp_navigation_search_wrapper .search_prompt:hover {
  background: #4F46E5 !important;
  border-color: #4F46E5 !important;
}

/* Article cards: calm teal edge, indigo title */
.obj_article_summary {
  border-color: #D9E6E8 !important;
  border-left-color: #0F8C8C !important;
  box-shadow: 0 6px 18px rgba(23, 50, 77, 0.06) !important;
}

.obj_article_summary:hover {
  border-color: #A8D8D5 !important;
  border-left-color: #22B8B2 !important;
  box-shadow: 0 12px 28px rgba(23, 50, 77, 0.10) !important;
}

.obj_article_summary .title a {
  color: #314A7A !important;
}

.obj_article_summary .title a:hover {
  color: #0F8C8C !important;
}

.obj_article_summary .pages {
  background: #F2F4FF !important;
  color: #4338CA !important;
  border-color: #DDE1FF !important;
}

/* Universal BRIDGE TOC pills */
.obj_article_summary .bridge-toc-author-affiliation,
.obj_article_summary .sttn-toc-author-affiliation {
  background: #F0FAF9 !important;
  border-color: #D8EEEC !important;
  color: #49636D !important;
}

.obj_article_summary .bridge-toc-pill,
.obj_article_summary .sttn-toc-pill {
  background: #F7FAFC !important;
  border-color: #D9E6E8 !important;
  color: #29445A !important;
}

.obj_article_summary .bridge-toc-icon,
.obj_article_summary .sttn-toc-icon,
.obj_article_summary .bridge-toc-pill strong,
.obj_article_summary .sttn-toc-pill strong {
  color: #0F8C8C !important;
}

.obj_article_summary .bridge-toc-doi,
.obj_article_summary .sttn-toc-doi {
  background: #F2F4FF !important;
  border-color: #DDE1FF !important;
}

.obj_article_summary .bridge-toc-doi a,
.obj_article_summary .sttn-toc-doi a {
  color: #4F46E5 !important;
}

/* PDF / galley: solid teal, indigo hover */
.obj_article_summary .obj_galley_link,
.obj_article_summary .galleys_links a,
.current_issue .galleys_links a,
.current_issue .obj_galley_link {
  background: #0F8C8C !important;
  box-shadow: 0 5px 14px rgba(15, 140, 140, 0.18) !important;
}

.obj_article_summary .obj_galley_link:hover,
.obj_article_summary .galleys_links a:hover,
.current_issue .galleys_links a:hover,
.current_issue .obj_galley_link:hover {
  background: #4F46E5 !important;
}

/* Current Issue and section headings */
.current_issue > h2,
.current_issue .galleys > h2,
.current_issue .galleys > h3,
.current_issue .articles > h2,
.current_issue .articles > h3,
.current_issue > h3,
.obj_article_details .item.abstract h2,
.obj_article_details .item.abstract h3,
.obj_article_details .item.references h2,
.obj_article_details .item.references h3,
.obj_article_details .item.citations h2,
.obj_article_details .item.citations h3 {
  border-bottom-color: #22B8B2 !important;
}

/* Article detail cards: less visual fatigue */
.obj_article_details .page_title,
.obj_article_details h1.page_title,
.obj_article_details .item.authors,
.obj_article_details .item.keywords,
.obj_article_details .item.abstract,
.obj_article_details .item.references,
.obj_article_details .item.citations,
.obj_article_details section.references,
.obj_article_details section.citations,
.obj_article_details div.references,
.obj_article_details div.citations,
.obj_article_details .item.downloads_chart {
  border-color: #D9E6E8 !important;
  border-left-color: #0F8C8C !important;
  box-shadow: 0 7px 22px rgba(23, 50, 77, 0.055) !important;
}

/* Sidebar/footer gradients feel lively but remain calm */
.bridge-card-title,
.bridge-section-title,
.bridge-section-heading,
.bridge-role-title,
.bridge-scope-icon,
.bridge-avatar,
.bridge-footer-logo {
  background: linear-gradient(135deg, #4F46E5 0%, #0F8C8C 72%, #22B8B2 100%) !important;
}

.bridge-cta {
  background: linear-gradient(135deg, #3F3AAE 0%, #0B5F63 100%) !important;
  box-shadow: 0 10px 26px rgba(23, 50, 77, 0.16) !important;
}

.bridge-menu a:hover,
.bridge-tools a:hover,
.bridge-footer-menu a:hover {
  background: #0F8C8C !important;
  color: #FFFFFF !important;
}

.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, #F2F4FF 0%, #F0FAF9 56%, #ECF8F7 100%) !important;
  border-top-color: #0F8C8C !important;
}

/* Focus ring for keyboard accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(79, 70, 229, 0.35) !important;
  outline-offset: 3px !important;
}

/* Selection color */
::selection {
  background: #CFF3EF;
  color: #17324D;
}

/* Mobile keeps color hierarchy but reduces visual density */
@media screen and (max-width: 768px) {
  .pkp_structure_page {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .pkp_site_nav_toggle {
    background: #0F8C8C !important;
  }

  .obj_article_summary {
    box-shadow: 0 4px 14px rgba(23, 50, 77, 0.055) !important;
  }
}

