
/* ===============================
   HEADER UTAMA
   =============================== */
header.sticky {
  background-color: #7a001f !important; /* Merah maroon gelap */
  box-shadow: none !important;
}

.journal-title-3d {
	text-shadow:
		0 1px 1px rgba(0,0,0,0.3),
		0 2px 2px rgba(0,0,0,0.2),
		0 3px 3px rgba(0,0,0,0.15);
	padding-left: 2rem; /* Atau coba 1.5rem atau 2rem */
}

@media (max-width: 639px) {
  .journal-title-3d {
    display: none;
  }
}

/* ===============================
   NAVIGATION LINK (UTAMA & USER)
   =============================== */
.pkp_navigation_primary a,
.pkp_navigation_user a {
  background-color: rgba(255, 255, 255, 0.06) !important; /* semi transparan */
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
}

/* ===============================
   HOVER EFFECT NAVIGATION
   =============================== */
.pkp_navigation_primary a:hover,
.pkp_navigation_user a:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

/* ===============================
   NAVIGATION DROPDOWN BACKGROUND
   =============================== */
header .bg-white,
header .dark\:bg-slate-800 {
  background-color: #8b1a2a !important;
}

header .text-gray-700,
header .dark\:text-gray-400 {
  color: #f3f3f3 !important;
}

/* ===============================
   SEARCH & THEME TOGGLE BUTTONS
   =============================== */
.pkp_navigation_search_wrapper a,
button[aria-label="Theme"] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease-in-out;
}

.pkp_navigation_search_wrapper a:hover,
button[aria-label="Theme"]:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

/* ===============================
   RESPONSIVE MOBILE MENU
   =============================== */
@media (max-width: 1024px) {
  .pkp_navigation_primary a,
  .pkp_navigation_user a {
    display: block;
    margin: 0.5rem 0;
    text-align: left;
  }

  header .dark\:bg-slate-900,
  header .dark\:bg-slate-900\/95,
  header .dark\:bg-slate-900\/75 {
    background-color: #7a001f !important;
  }
}

/* ===============================
   CURRENT PAGE HIGHLIGHT (optional)
   =============================== */
.pkp_navigation_primary li.current a,
.pkp_navigation_user li.current a {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.4);
}

/* ==== Footer Container Override ==== */
footer.footer {
  background-color: #0f172a !important; /* slate-900 */
  color: #f8fafc !important; /* slate-50 */
  font-size: 0.95rem;
  padding: 3rem 1rem;
}

/* ==== Layout Grid ==== */
footer .container {
  max-width: 1200px;
  margin: 0;
  padding: 0 1rem;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

footer .col-md-4 {
  flex: 1;
  min-width: 250px;
}

/* ==== Judul Kolom ==== */
footer h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #ffffff !important;
}

/* ==== Teks Utama ==== */
footer p {
  color: #e2e8f0 !important; /* slate-200 */
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

/* ==== Link ==== */
footer a {
  color: #bae6fd !important; /* sky-200 */
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

footer a:hover {
  color: #38bdf8 !important; /* sky-400 */
  text-decoration: underline;
}

/* ==== Email dan ORCID lebih menonjol ==== */
footer a[href^="mailto:"],
footer a[href*="orcid.org"] {
  color: #0ea5e9 !important; /* sky-500 */
  font-weight: 600;
}

/* ==== Creative Commons Image ==== */
footer img[alt*="Creative Commons"] {
  margin: 0.75rem 0 0.5rem 0;
  height: auto;
}

/* ==== Garis Pembatas ==== */
footer hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

/* ==== Copyright dan credits ==== */
footer .copyright,
footer .credits {
  font-size: 0.8rem;
  color: #94a3b8 !important; /* slate-400 */
  text-align: center;
  margin-bottom: 0.3rem;
}

footer .credits a,
footer .copyright a {
  color: #94a3b8 !important;
  text-decoration: underline;
}

footer .credits a:hover {
  color: #38bdf8 !important;
}

/* ==== Responsive (Mobile) ==== */
@media (max-width: 768px) {
  footer .row {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .col-md-4 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  footer .container {
    padding: 0 1.25rem;
  }
}
/* === Red Sidebar Tabs Style for Policies Page === */
.page .container .nav-pills .nav-link {
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  color: #8B0000;
  font-weight: 500;
  background-color: transparent;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s;
}

.page .container .nav-pills .nav-link:hover {
  background-color: #fbeaea;
  color: #8B0000;
}

.page .container .nav-pills .nav-link.active {
  background-color: #8B0000;
  color: #fff !important;
  font-weight: 600;
}

/* === Tab Content Styling === */
.page .container .tab-content strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #111827;
}

.page .container .tab-content p {
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* === Button (Read More) === */
.page .container .btn-outline-secondary {
  border-color: #8B0000;
  color: #8B0000;
  font-weight: 500;
  font-size: 0.9rem;
}

.page .container .btn-outline-secondary:hover {
  background-color: #8B0000;
  color: #fff;
  border-color: #8B0000;
}

/* Optional: Sidebar spacing */
.page .container .nav.flex-column.nav-pills {
  gap: 0.4rem;
}

/* Tambahkan garis vertikal pemisah */
.page .container .row {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 0;
  padding-right: 0;
}

.page .container .col-md-3 {
  border-right: 1px solid #ccc;
  padding-right: 1rem;
}

.page .container .col-md-9 {
  padding-left: 2rem;
}

.page .container .col-md-3 {
  background: #fff;
  box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
  padding-right: 1rem;
  z-index: 1;
}

.page .container .col-md-9 {
  background: #fff;
  padding-left: 2rem;
}

/* Override awal: semua h1 dalam .prose, margin-top = 0 */
.prose h1 {
  margin-top: 1em;
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
  transition: box-shadow 0.3s ease;
}

.article-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



/* ===============================
   HEADER UTAMA
   =============================== */
header.sticky {
  background-color: #7a001f !important; /* Merah maroon gelap */
  box-shadow: none !important;
}

.journal-title-3d {
	text-shadow:
		0 1px 1px rgba(0,0,0,0.3),
		0 2px 2px rgba(0,0,0,0.2),
		0 3px 3px rgba(0,0,0,0.15);
	padding-left: 2rem; /* Atau coba 1.5rem atau 2rem */
}

@media (max-width: 639px) {
  .journal-title-3d {
    display: none;
  }
}

/* ===============================
   NAVIGATION LINK (UTAMA & USER)
   =============================== */
.pkp_navigation_primary a,
.pkp_navigation_user a {
  background-color: rgba(255, 255, 255, 0.06) !important; /* semi transparan */
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
}

/* ===============================
   HOVER EFFECT NAVIGATION
   =============================== */
.pkp_navigation_primary a:hover,
.pkp_navigation_user a:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

/* ===============================
   NAVIGATION DROPDOWN BACKGROUND
   =============================== */
header .bg-white,
header .dark\:bg-slate-800 {
  background-color: #8b1a2a !important;
}

header .text-gray-700,
header .dark\:text-gray-400 {
  color: #f3f3f3 !important;
}

/* ===============================
   SEARCH & THEME TOGGLE BUTTONS
   =============================== */
.pkp_navigation_search_wrapper a,
button[aria-label="Theme"] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease-in-out;
}

.pkp_navigation_search_wrapper a:hover,
button[aria-label="Theme"]:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

/* ===============================
   RESPONSIVE MOBILE MENU
   =============================== */
@media (max-width: 1024px) {
  .pkp_navigation_primary a,
  .pkp_navigation_user a {
    display: block;
    margin: 0.5rem 0;
    text-align: left;
  }

  header .dark\:bg-slate-900,
  header .dark\:bg-slate-900\/95,
  header .dark\:bg-slate-900\/75 {
    background-color: #7a001f !important;
  }
}

/* ===============================
   CURRENT PAGE HIGHLIGHT (optional)
   =============================== */
.pkp_navigation_primary li.current a,
.pkp_navigation_user li.current a {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.4);
}

/* ==== Footer Container Override ==== */
footer.footer {
  background-color: #0f172a !important; /* slate-900 */
  color: #f8fafc !important; /* slate-50 */
  font-size: 0.95rem;
  padding: 3rem 1rem;
}

/* ==== Layout Grid ==== */
footer .container {
  max-width: 1200px;
  margin: 0;
  padding: 0 1rem;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

footer .col-md-4 {
  flex: 1;
  min-width: 250px;
}

/* ==== Judul Kolom ==== */
footer h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #ffffff !important;
}

/* ==== Teks Utama ==== */
footer p {
  color: #e2e8f0 !important; /* slate-200 */
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

/* ==== Link ==== */
footer a {
  color: #bae6fd !important; /* sky-200 */
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

footer a:hover {
  color: #38bdf8 !important; /* sky-400 */
  text-decoration: underline;
}

/* ==== Email dan ORCID lebih menonjol ==== */
footer a[href^="mailto:"],
footer a[href*="orcid.org"] {
  color: #0ea5e9 !important; /* sky-500 */
  font-weight: 600;
}

/* ==== Creative Commons Image ==== */
footer img[alt*="Creative Commons"] {
  margin: 0.75rem 0 0.5rem 0;
  height: auto;
}

/* ==== Garis Pembatas ==== */
footer hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

/* ==== Copyright dan credits ==== */
footer .copyright,
footer .credits {
  font-size: 0.8rem;
  color: #94a3b8 !important; /* slate-400 */
  text-align: center;
  margin-bottom: 0.3rem;
}

footer .credits a,
footer .copyright a {
  color: #94a3b8 !important;
  text-decoration: underline;
}

footer .credits a:hover {
  color: #38bdf8 !important;
}

/* ==== Responsive (Mobile) ==== */
@media (max-width: 768px) {
  footer .row {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .col-md-4 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  footer .container {
    padding: 0 1.25rem;
  }
}
/* === Red Sidebar Tabs Style for Policies Page === */
.page .container .nav-pills .nav-link {
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  color: #8B0000;
  font-weight: 500;
  background-color: transparent;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s;
}

.page .container .nav-pills .nav-link:hover {
  background-color: #fbeaea;
  color: #8B0000;
}

.page .container .nav-pills .nav-link.active {
  background-color: #8B0000;
  color: #fff !important;
  font-weight: 600;
}

/* === Tab Content Styling === */
.page .container .tab-content strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #111827;
}

.page .container .tab-content p {
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* === Button (Read More) === */
.page .container .btn-outline-secondary {
  border-color: #8B0000;
  color: #8B0000;
  font-weight: 500;
  font-size: 0.9rem;
}

.page .container .btn-outline-secondary:hover {
  background-color: #8B0000;
  color: #fff;
  border-color: #8B0000;
}

/* Optional: Sidebar spacing */
.page .container .nav.flex-column.nav-pills {
  gap: 0.4rem;
}

/* Tambahkan garis vertikal pemisah */
.page .container .row {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 0;
  padding-right: 0;
}

.page .container .col-md-3 {
  border-right: 1px solid #ccc;
  padding-right: 1rem;
}

.page .container .col-md-9 {
  padding-left: 2rem;
}

.page .container .col-md-3 {
  background: #fff;
  box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
  padding-right: 1rem;
  z-index: 1;
}

.page .container .col-md-9 {
  background: #fff;
  padding-left: 2rem;
}

/* Override awal: semua h1 dalam .prose, margin-top = 0 */
.prose h1 {
  margin-top: 1em;
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
  transition: box-shadow 0.3s ease;
}

.article-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* PDF link style override */
a.obj_galley_link.pdf {
  background-color: #f3f4f6 !important;
  color: #1f2937 !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  border: 1px solid #d1d5db !important;
  text-decoration: none !important;
  display: inline-block;
}

a.obj_galley_link.pdf:hover {
  background-color: #e5e7eb !important;
  color: #111827 !important;
}
/* =====================================================================
   0.  UTILITAS UMUM
===================================================================== */
@media(min-width:992px){            /* garis pemisah kolom sidebar */
  .page_article .entry_details{border-left:1px solid #e5e7eb;}
}
.page_article h1.page_title{
  font-size:2.25rem;line-height:1.3;font-weight:700;
  margin-bottom:.75rem;padding-right:2rem;     /* celah ke garis */
}
.page_article .main_entry{text-align:justify;text-justify:inter-word;}
.page_article .main_entry p,
.page_article .main_entry li,
.page_article .main_entry span,
.page_article .main_entry a{
  overflow-wrap:anywhere;word-break:break-word;
}
.page_article .main_entry p{margin-bottom:.7rem;}
.page_article .main_entry .csl-entry{margin-left:1rem;text-indent:-1rem;}

/* =====================================================================
   1.  BLOK AUTHORS – ikon FA
===================================================================== */
.page_article .item.authors h2.pkp_screen_reader{display:none;}
.page_article .authors{display:flex;flex-wrap:wrap;gap:1.25rem;
  list-style:none;padding-left:0;margin-bottom:1.25rem;}
.page_article .authors li{display:flex;flex-direction:column;gap:.3rem;}
.page_article .authors .name{
  font-weight:700;font-size:1rem;display:flex;align-items:center;gap:.35rem;}
.page_article .authors .name::before{
  content:"\f007";font-family:"Font Awesome 5 Free";font-weight:900;}
.page_article .authors .affiliation{
  font-size:.9rem;color:#334155;display:flex;align-items:center;gap:.35rem;}
.page_article .authors .affiliation svg{display:none;}
.page_article .authors .affiliation::before{
  content:"\f19c";font-family:"Font Awesome 5 Free";font-weight:900;}

/* =====================================================================
   2.  DOI & KEYWORDS (kartu abu lembut)
===================================================================== */
/* ====== DOI & KEYWORDS TANPA KARTU ====== */
.page_article .item.doi,
.page_article .item.keywords{
  background:transparent;   /* hapus latar */
  border:none;              /* hapus border */
  padding:0;                /* hilangkan ruang dalam */
  margin-bottom:1rem;       /* rapatkan ke blok berikut */
}

/* label tetap tebal, tapi lebih rapat */
.page_article .item.doi .label,
.page_article .item.keywords .label{
  font-weight:700;
  margin-bottom:.35rem;
}

/* keywords jadi baris pill fleksibel */
.page_article .item.keywords .value{
  display:flex;flex-wrap:wrap;gap:.4rem .5rem;font-size:.9rem;
}


/* =====================================================================
   3.  SIDEBAR – kartu default
===================================================================== */
.page_article .entry_details .item{
  background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;
  padding:1rem 1.25rem;margin-bottom:1.25rem;
  box-shadow:0 1px 3px rgba(0,0,0,.05);
}
.page_article .entry_details .item .label,
.page_article .entry_details .item .card-header{
  font-size:1.05rem;font-weight:600;margin:0 0 .6rem;
}
.page_article .entry_details h2.label{margin-top:0;}   /* buang 2em bawaan */
.page_article .entry_details .item .sub_item:not(:last-child){
  margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px dashed #e5e7eb;
}

/* tombol PDF – full width hijau */
.page_article .entry_details .galleys_links{list-style:none;padding:0;}
.page_article .entry_details .galleys_links li::before{display:none;}
.page_article .entry_details .galleys_links a.obj_galley_link{
  display:block!important;width:100%;text-align:center;font-weight:600;
  background:#16a34a;border-color:#16a34a;border-radius:.5rem;
}
.page_article .entry_details .galleys_links a.obj_galley_link:hover{
  background:#15803d;border-color:#15803d;
}

/* cover image */
.page_article .entry_details .cover_image img{
  width:100%;height:auto;object-fit:contain;border-radius:.35rem;
}

/* badge kategori */
.page_article .entry_details .categories li a{
  display:inline-block;background:#eef2ff;color:#3730a3;
  padding:.15rem .55rem;font-size:.75rem;border-radius:.25rem;
  margin:0 .3rem .3rem 0;text-decoration:none;
}

/* How‑to‑Cite */
.page_article .entry_details .citation {
  background: #f9fafb;
  border: 1px dashed #cbd5e1;
  font-size: 0.85rem;
  padding: 1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
.page_article .entry_details .citation a {
  word-break: break-all;
  overflow-wrap: anywhere;
  display: inline-block;
}
.page_article .entry_details .citation .label {
  font-weight: 700;
}
.page_article .entry_details .citation .citation_formats_button {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #2563eb;
}

/* ===== H1: ukuran lebih kecil, patah otomatis, tidak menabrak garis ===== */
@media (min-width:992px){
  .page_article h1.page_title {
    font-size: 1.85rem;      /* ↓ dari 2.25 rem  👉 ubah sesuai selera */
    line-height: 1.35;
    max-width: calc(100% - 3rem);   /* sisakan 48 px sebelum garis sidebar */
    margin-right: 0;                /* buang padding‑right sebelumnya */
    padding-right: 0;
  }
}

/* Patah kata panjang / DOI di judul (jika ada) */
.page_article h1.page_title {
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: justify;       /* rata kiri‑kanan */
  text-justify: inter-word;
}

/* --------- BATAS KOLON TEKS VS SIDEBAR (desktop ≥992px) --------- */
/* 260 px = lebar kartu + padding + celah 20 px (atur sesuai real)  */
@media (min-width:992px){
  .page_article .main_entry{
    max-width:calc(100% - 260px);
  }
}

/* --------- JUDUL: ukuran & pembungkus --------- */
.page_article h1.page_title{
  font-size:1.75rem;        /* ≈ 28 px – ubah jika masih besar */
  line-height:1.35;
  margin-bottom:.75rem;
  word-break:break-word;
  overflow-wrap:anywhere;
}
/* ===============================
   GENERAL SIDEBAR STRUCTURE
   =============================== */
#sidebarss {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.pkp_block.block_custom {
  background: #ffffff;
  /* border: 1px solid #e5e7eb; */
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
  border-radius: 6px;
  /* overflow: hidden; */
  margin-bottom: 1.5rem;
}

/* ===============================
   HIDE DEFAULT HEADING (a11y only)
   =============================== */
.pkp_block > h2.title.pkp_screen_reader {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

/* ===============================
   METRICS / HIGHLIGHTS BLOCK
   =============================== */
.metrics_container {
  padding: 0;
  margin: 0;
}

.metric_title {
  display: flex;
  align-items: center;
  background-color: #006d5b;
  color: white;
  font-weight: bold;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

.metric_title img {
  width: 18px;
  margin-right: 8px;
}

.actual-metrics-container {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.card_metrics {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f1f5f9;
}

.card_metrics:last-child {
  border-bottom: none;
}

.metrics_left {
  color: #334155;
  font-weight: 500;
}

.metrics_right {
  color: #0f766e;
  font-weight: 600;
}

/* ===============================
   SUBMISSION CTA BLOCK
   =============================== */
#customblock-submission .content {
  padding: 1rem;
  text-align: center;
}

#customblock-submission a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background-color: #ecfdf5;
  transition: all 0.2s ease-in-out;
}

#customblock-submission a:hover {
  background-color: #d1fae5;
}

#customblock-submission img {
  margin-left: 6px;
  width: 14px;
}

/* ===============================
   MENU SECTION BLOCK (Find out more)
   =============================== */
#customblock-menus .content {
  padding: 1rem;
}

#customblock-menus .fw-bold {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #334155;
  font-size: 1rem;
}

#customblock-menus a {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #065f46;
  font-size: 0.95rem;
  transition: background-color 0.2s ease-in-out;
  padding: 0.4rem;
  border-radius: 4px;
}

#customblock-menus a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

#customblock-menus a:hover {
  background-color: #f0fdf4;
}

/* ===============================
   RESPONSIVE HANDLING
   =============================== */
@media (max-width: 768px) {
  #sidebarss {
    max-width: 100%;
    margin-top: 1rem;
  }
}

/* ================================
   SIDEBAR KIRI (utama saja)
   ================================ */
#navigationPrimary {
  /* background-color: #ffffff; */
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
  width: 100%;
  /* max-width: 300px; */
}

#navigationPrimary > li > a {
  display: block;
  /* padding: 0.75rem 1rem; */
  color: #047857 !important;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
}

#navigationPrimary > li > a:hover {
  background-color: #f9fafb;
  color: #065f46 !important;
}

#navigationPrimary ul {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid #e5e7eb;
}

#navigationPrimary ul li a {
  display: block;
  color: #374151 !important;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

#navigationPrimary ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #cbd5e1;
  border-radius: 9999px;
  transform: translateY(-50%);
}

#navigationPrimary ul li a:hover {
  color: #1e3a8a !important;
}

#articlesBySimilarityList ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  padding: 0;
  margin: 1rem 0;
}

#articlesBySimilarityList ul li {
  list-style: none;
  background: #f9f9f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}

#articlesBySimilarityList ul li:hover {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

#articlesBySimilarityList li a:first-of-type {
  display: block;
  font-weight: 600;
  color: #1a202c;
  margin-top: 0.25rem;
  text-decoration: none;
}

#articlesBySimilarityList li a:first-of-type:hover {
  text-decoration: underline;
}

#articlesBySimilarityList li a:last-of-type {
  display: block;
  font-size: 0.85rem;
  color: #4a5568;
  margin-top: 0.5rem;
  text-decoration: none;
}

#articlesBySimilarityList li a:last-of-type:hover {
  text-decoration: underline;
}

#articlesBySimilarityList h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2d3748;
}

#articlesBySimilaritySearch,
#articlesBySimilarityPages {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 1rem;
}

#articlesBySimilarityList .cmp_pagination {
  margin-top: 0.5rem;
}

/* Styling hanya untuk "View All Issues" dalam TOC */
.cmp_toc_issues a[href*="/issue/archive"] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #2563eb; /* blue-600 */
  color: #fff !important;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

.cmp_toc_issues a[href*="/issue/archive"]:hover {
  background-color: #1e40af; /* blue-800 */
}

/* Tambahkan ikon panah */
.cmp_toc_issues a[href*="/issue/archive"]::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("https://journal.ascarya.or.id/public/site/images/Soleh Hasan Wahid/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Gaya heading kategori di halaman issue TOC */
.mt-8 h2.text-lg {
  position: relative;
  padding-left: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937; /* gray-900 */
  border-left: 4px solid #2563eb; /* biru-600 */
  background: #f1f5f9; /* slate-100 */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
}

/* PDF link style override */
a.obj_galley_link.pdf {
  background-color: #f3f4f6 !important;
  color: #1f2937 !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  border: 1px solid #d1d5db !important;
  text-decoration: none !important;
  display: inline-block;
}

a.obj_galley_link.pdf:hover {
  background-color: #e5e7eb !important;
  color: #111827 !important;
}
/* =====================================================================
   0.  UTILITAS UMUM
===================================================================== */
@media(min-width:992px){            /* garis pemisah kolom sidebar */
  .page_article .entry_details{border-left:1px solid #e5e7eb;}
}
.page_article h1.page_title{
  font-size:2.25rem;line-height:1.3;font-weight:700;
  margin-bottom:.75rem;padding-right:2rem;     /* celah ke garis */
}
.page_article .main_entry{text-align:justify;text-justify:inter-word;}
.page_article .main_entry p,
.page_article .main_entry li,
.page_article .main_entry span,
.page_article .main_entry a{
  overflow-wrap:anywhere;word-break:break-word;
}
.page_article .main_entry p{margin-bottom:.7rem;}
.page_article .main_entry .csl-entry{margin-left:1rem;text-indent:-1rem;}

/* =====================================================================
   1.  BLOK AUTHORS – ikon FA
===================================================================== */
.page_article .item.authors h2.pkp_screen_reader{display:none;}
.page_article .authors{display:flex;flex-wrap:wrap;gap:1.25rem;
  list-style:none;padding-left:0;margin-bottom:1.25rem;}
.page_article .authors li{display:flex;flex-direction:column;gap:.3rem;}
.page_article .authors .name{
  font-weight:700;font-size:1rem;display:flex;align-items:center;gap:.35rem;}
.page_article .authors .name::before{
  content:"\f007";font-family:"Font Awesome 5 Free";font-weight:900;}
.page_article .authors .affiliation{
  font-size:.9rem;color:#334155;display:flex;align-items:center;gap:.35rem;}
.page_article .authors .affiliation svg{display:none;}
.page_article .authors .affiliation::before{
  content:"\f19c";font-family:"Font Awesome 5 Free";font-weight:900;}

/* =====================================================================
   2.  DOI & KEYWORDS (kartu abu lembut)
===================================================================== */
/* ====== DOI & KEYWORDS TANPA KARTU ====== */
.page_article .item.doi,
.page_article .item.keywords{
  background:transparent;   /* hapus latar */
  border:none;              /* hapus border */
  padding:0;                /* hilangkan ruang dalam */
  margin-bottom:1rem;       /* rapatkan ke blok berikut */
}

/* label tetap tebal, tapi lebih rapat */
.page_article .item.doi .label,
.page_article .item.keywords .label{
  font-weight:700;
  margin-bottom:.35rem;
}

/* keywords jadi baris pill fleksibel */
.page_article .item.keywords .value{
  display:flex;flex-wrap:wrap;gap:.4rem .5rem;font-size:.9rem;
}


/* =====================================================================
   3.  SIDEBAR – kartu default
===================================================================== */
.page_article .entry_details .item{
  background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;
  padding:1rem 1.25rem;margin-bottom:1.25rem;
  box-shadow:0 1px 3px rgba(0,0,0,.05);
}
.page_article .entry_details .item .label,
.page_article .entry_details .item .card-header{
  font-size:1.05rem;font-weight:600;margin:0 0 .6rem;
}
.page_article .entry_details h2.label{margin-top:0;}   /* buang 2em bawaan */
.page_article .entry_details .item .sub_item:not(:last-child){
  margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px dashed #e5e7eb;
}

/* tombol PDF – full width hijau */
.page_article .entry_details .galleys_links{list-style:none;padding:0;}
.page_article .entry_details .galleys_links li::before{display:none;}
.page_article .entry_details .galleys_links a.obj_galley_link{
  display:block!important;width:100%;text-align:center;font-weight:600;
  background:#16a34a;border-color:#16a34a;border-radius:.5rem;
}
.page_article .entry_details .galleys_links a.obj_galley_link:hover{
  background:#15803d;border-color:#15803d;
}

/* cover image */
.page_article .entry_details .cover_image img{
  width:100%;height:auto;object-fit:contain;border-radius:.35rem;
}

/* badge kategori */
.page_article .entry_details .categories li a{
  display:inline-block;background:#eef2ff;color:#3730a3;
  padding:.15rem .55rem;font-size:.75rem;border-radius:.25rem;
  margin:0 .3rem .3rem 0;text-decoration:none;
}

/* How‑to‑Cite */
.page_article .entry_details .citation {
  background: #f9fafb;
  border: 1px dashed #cbd5e1;
  font-size: 0.85rem;
  padding: 1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
.page_article .entry_details .citation a {
  word-break: break-all;
  overflow-wrap: anywhere;
  display: inline-block;
}
.page_article .entry_details .citation .label {
  font-weight: 700;
}
.page_article .entry_details .citation .citation_formats_button {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #2563eb;
}

/* ===== H1: ukuran lebih kecil, patah otomatis, tidak menabrak garis ===== */
@media (min-width:992px){
  .page_article h1.page_title {
    font-size: 1.85rem;      /* ↓ dari 2.25 rem  👉 ubah sesuai selera */
    line-height: 1.35;
    max-width: calc(100% - 3rem);   /* sisakan 48 px sebelum garis sidebar */
    margin-right: 0;                /* buang padding‑right sebelumnya */
    padding-right: 0;
  }
}

/* Patah kata panjang / DOI di judul (jika ada) */
.page_article h1.page_title {
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: justify;       /* rata kiri‑kanan */
  text-justify: inter-word;
}

/* --------- BATAS KOLON TEKS VS SIDEBAR (desktop ≥992px) --------- */
/* 260 px = lebar kartu + padding + celah 20 px (atur sesuai real)  */
@media (min-width:992px){
  .page_article .main_entry{
    max-width:calc(100% - 260px);
  }
}

/* --------- JUDUL: ukuran & pembungkus --------- */
.page_article h1.page_title{
  font-size:1.75rem;        /* ≈ 28 px – ubah jika masih besar */
  line-height:1.35;
  margin-bottom:.75rem;
  word-break:break-word;
  overflow-wrap:anywhere;
}
/* ===============================
   GENERAL SIDEBAR STRUCTURE
   =============================== */
#sidebarss {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.pkp_block.block_custom {
  background: #ffffff;
  /* border: 1px solid #e5e7eb; */
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
  border-radius: 6px;
  /* overflow: hidden; */
  margin-bottom: 1.5rem;
}

/* ===============================
   HIDE DEFAULT HEADING (a11y only)
   =============================== */
.pkp_block > h2.title.pkp_screen_reader {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

/* ===============================
   METRICS / HIGHLIGHTS BLOCK
   =============================== */
.metrics_container {
  padding: 0;
  margin: 0;
}

.metric_title {
  display: flex;
  align-items: center;
  background-color: #006d5b;
  color: white;
  font-weight: bold;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

.metric_title img {
  width: 18px;
  margin-right: 8px;
}

.actual-metrics-container {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.card_metrics {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f1f5f9;
}

.card_metrics:last-child {
  border-bottom: none;
}

.metrics_left {
  color: #334155;
  font-weight: 500;
}

.metrics_right {
  color: #0f766e;
  font-weight: 600;
}

/* ===============================
   SUBMISSION CTA BLOCK
   =============================== */
#customblock-submission .content {
  padding: 1rem;
  text-align: center;
}

#customblock-submission a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background-color: #ecfdf5;
  transition: all 0.2s ease-in-out;
}

#customblock-submission a:hover {
  background-color: #d1fae5;
}

#customblock-submission img {
  margin-left: 6px;
  width: 14px;
}

/* ===============================
   MENU SECTION BLOCK (Find out more)
   =============================== */
#customblock-menus .content {
  padding: 1rem;
}

#customblock-menus .fw-bold {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #334155;
  font-size: 1rem;
}

#customblock-menus a {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #065f46;
  font-size: 0.95rem;
  transition: background-color 0.2s ease-in-out;
  padding: 0.4rem;
  border-radius: 4px;
}

#customblock-menus a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

#customblock-menus a:hover {
  background-color: #f0fdf4;
}

/* ===============================
   RESPONSIVE HANDLING
   =============================== */
@media (max-width: 768px) {
  #sidebarss {
    max-width: 100%;
    margin-top: 1rem;
  }
}

/* ================================
   SIDEBAR KIRI (utama saja)
   ================================ */
#navigationPrimary {
  /* background-color: #ffffff; */
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
  width: 100%;
  /* max-width: 300px; */
}

#navigationPrimary > li > a {
  display: block;
  /* padding: 0.75rem 1rem; */
  color: #047857 !important;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
}

#navigationPrimary > li > a:hover {
  background-color: #f9fafb;
  color: #065f46 !important;
}

#navigationPrimary ul {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid #e5e7eb;
}

#navigationPrimary ul li a {
  display: block;
  color: #374151 !important;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

#navigationPrimary ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #cbd5e1;
  border-radius: 9999px;
  transform: translateY(-50%);
}

#navigationPrimary ul li a:hover {
  color: #1e3a8a !important;
}

@media (max-width: 768px) {
  #navigationPrimary > li > a {
    color: #ffffff !important; /* Teks utama putih */
  }

  #navigationPrimary > li > a:hover {
    color: #e5e5e5 !important; /* Teks saat hover */
  }

  #navigationPrimary ul li a {
    color: #f8fafc !important; /* Submenu putih */
  }

  #navigationPrimary ul li a:hover {
    color: #e0e0e0 !important; /* Hover submenu */
  }
}



#articlesBySimilarityList ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  padding: 0;
  margin: 1rem 0;
}

#articlesBySimilarityList ul li {
  list-style: none;
  background: #f9f9f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}

#articlesBySimilarityList ul li:hover {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

#articlesBySimilarityList li a:first-of-type {
  display: block;
  font-weight: 600;
  color: #1a202c;
  margin-top: 0.25rem;
  text-decoration: none;
}

#articlesBySimilarityList li a:first-of-type:hover {
  text-decoration: underline;
}

#articlesBySimilarityList li a:last-of-type {
  display: block;
  font-size: 0.85rem;
  color: #4a5568;
  margin-top: 0.5rem;
  text-decoration: none;
}

#articlesBySimilarityList li a:last-of-type:hover {
  text-decoration: underline;
}

#articlesBySimilarityList h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2d3748;
}

#articlesBySimilaritySearch,
#articlesBySimilarityPages {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 1rem;
}

#articlesBySimilarityList .cmp_pagination {
  margin-top: 0.5rem;
}

/* BUNGKUS GRID AGAR TAMPIL SEPERTI CARD HORIZONTAL */
.obj_issue_toc .grid {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb; /* slate-200 */
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  align-items: center;
}

/* GAMBAR COVER */
.obj_issue_toc .grid img {
  width: 200px;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .obj_issue_toc .grid img {
    display: none !important;
  }
}


/* TEKS DI SEBELAH KANANNYA */
.obj_issue_toc .grid .group.relative.lg\:col-span-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TEKS PUBLISHED */
.obj_issue_toc .grid .text-sm {
  font-size: 1rem;
  color: #374151; /* slate-700 */
  margin-top: 0.5rem;
}
/* Tambahan info rapi dan besar setelah Published */
.obj_issue_toc .grid .group.relative.lg\:col-span-2 p.text-gray-600::after {
  content: "ISSN (Print): 2775-4243\AISSN (Online): 2798-5083\AIndexed in: DOAJ • Scopus";
  white-space: pre-wrap;
  display: block;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e7eb; /* Tailwind gray-200 */
  color: #374151; /* Tailwind gray-800 */
  font-size: 1rem; /* text-base */
  font-weight: 500;
  line-height: 1.75;
}

/* === Fix cover image height on small screens === */
@media (max-width: 640px) {
  ._obj_issue_summary img {
    aspect-ratio: auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    border-radius: 0.5rem;
  }
}

/* === KARTU UTAMA TANPA SHADOW BERLEBIHAN === */
._obj_issue_summary {
  background-color: transparent;
  padding: 0.5rem 0;
  text-align: center;
}

/* === GAYA COVER IMAGE === */
._obj_issue_summary img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  transform: perspective(900px) rotateY(-1deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

._obj_issue_summary img:hover {
  transform: perspective(900px) rotateY(0deg) scale(1.015);
  box-shadow: 0 12px 20px rgba(0,0,0,0.18);
}

/* === JUDUL ISSUE SEPERTI TOMBOL / BADGE === */
._obj_issue_summary h3 {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

._obj_issue_summary h3 a {
  display: inline-block;
  background-color: #1e293b; /* slate-800 */
  color: white;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 9999px; /* full-rounded badge */
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background-color 0.2s ease;
}

._obj_issue_summary h3 a:hover {
  background-color: #2563eb; /* blue-600 */
  color: white;
}

/* Registrasi selesai – tampilan harmonis dengan tema merah */
.page_register_complete {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 640px;
  width: 100%;
  text-align: center;
  margin: 2rem auto;
  font-family: 'Inter', sans-serif;
}

.page_register_complete h1 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #8B0000; /* dark red */
  margin-bottom: 1rem;
}

.page_register_complete p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #1e293b;
}

.registration_complete_actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.registration_complete_actions li a {
  display: block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #8B0000; /* merah gelap */
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, transform 0.1s;
  box-shadow: 0 2px 6px rgba(139, 0, 0, 0.2);
}

.registration_complete_actions li a:hover {
  background-color: #a91b1b; /* hover merah lebih terang */
  transform: scale(1.02);
}

nav.text-slate-500 a {
  color: #8B0000 !important;
}

nav.text-slate-500 a:hover {
  color: #a91b1b !important;
}


/* =====================================================================
   ARTICLE SUMMARY CARD — Taylor & Francis inspired
   ===================================================================== */

.asc-card {
  position: relative;
  padding: 22px 24px 20px;
  margin-bottom: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.asc-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-color: #cbd5e1;
}

/* ── Title ── */
.asc-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
  padding-right: 8px;
}
.asc-card-title a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.15s;
}
.asc-card-title a:hover {
  color: #1e40af;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Arrow chevron */
.asc-card-arrow {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
  color: #94a3b8;
  transition: transform 0.2s, color 0.2s;
}
.asc-card-title a:hover .asc-card-arrow {
  transform: translateX(4px);
  color: #1e40af;
}

/* Subtitle */
.asc-card-subtitle {
  display: block;
  font-weight: 400;
  font-size: 0.95rem;
  color: #64748b;
  font-style: italic;
  margin-top: 3px;
}

/* ── Authors ── */
.asc-card-authors {
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* ── Meta row ── */
.asc-card-meta {
  font-size: 0.82rem;
  color: #94a3b8;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.asc-meta-section {
  font-weight: 700;
  color: #475569;
}
.asc-meta-sep {
  margin: 0 7px;
  color: #cbd5e1;
}

/* ── Bottom row: flex between galleys & OA ── */
.asc-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* ── Galley links (PDF buttons) — BLUE ── */
.asc-card-galleys {
  display: flex;
  align-items: center;
  gap: 8px;
}
.asc-card-galleys a.obj_galley_link {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 6px 18px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff !important;
  background: #1e40af !important;
  border: none !important;
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 0.15s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(30,64,175,0.25);
}
.asc-card-galleys a.obj_galley_link:hover {
  background: #1e3a8a !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(30,64,175,0.35);
  transform: translateY(-1px);
}

/* ── OA Badge — bottom right ── */
.asc-oa-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(217, 119, 6, 0.35);
  flex-shrink: 0;
}
.asc-oa-badge svg {
  width: 14px;
  height: 14px;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .asc-card {
    padding: 16px 14px 14px;
    margin-bottom: 10px;
  }
  .asc-card-title {
    font-size: 1.02rem;
  }
  .asc-card-galleys a.obj_galley_link {
    padding: 5px 14px;
    font-size: 0.75rem;
  }
  .asc-oa-badge {
    width: 26px;
    height: 26px;
  }
  .asc-oa-badge svg {
    width: 12px;
    height: 12px;
  }
}

/* =====================================================================
   FONT OVERRIDE — Ganti Roboto Serif ke sans-serif umum
   ===================================================================== */
html, body,
.font-roboto-serif,
.font-cardo,
.font-cormorant {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* =====================================================================
   LAYOUT PROPORTION — Main content lebih lebar, sidebar lebih ramping
   ===================================================================== */

/* Perlebar main content — hapus max-width constraint */
main.min-w-0.max-w-2xl {
  max-width: none !important;
  flex: 1 1 0% !important;
}

/* Sidebar kiri lebih ramping */
.hidden.lg\:relative.lg\:block.lg\:flex-none > div {
  width: 220px !important;
}

/* Sidebar kanan lebih ramping */
.hidden.xl\:sticky.xl\:top-\[4\.75rem\] {
  width: 300px !important;
}

/* Container utama juga perlu max-width lebih besar */
.relative.mx-auto.flex.w-full.max-w-8xl {
  max-width: 100rem !important; /* dari 88rem ke 100rem */
}

/* Override Tailwind w-80 pada nav sidebar */
nav.w-80,
.xl\:block nav.w-80,
div.xl\:sticky nav.w-80 {
  width: 100% !important;
  max-width: none !important;
}

svg.w-4.h-4 {
    display: inline !important;
    vertical-align: middle !important;
    width: 1rem !important;
    height: 1rem !important;
}
