/* =========================================================
   WEB OF SCHOLARS - NEW SIDEBAR/UI CSS
   Theme: Teal + Green + Mint + Light Gray
   Different style from previous purple design
   ========================================================= */

:root{
  --wos-teal:#0fa58d;
  --wos-teal-dark:#0b8c78;
  --wos-mint:#21d2b5;
  --wos-green:#7ed948;
  --wos-green-dark:#63c931;
  --wos-soft:#f4f7f7;
  --wos-soft-2:#eef3f3;
  --wos-border:#d9e5e4;
  --wos-text:#2d3b3a;
  --wos-muted:#6f8180;
  --wos-white:#ffffff;
  --wos-shadow:0 10px 28px rgba(15,165,141,.08);
  --wos-shadow-hover:0 16px 36px rgba(15,165,141,.14);
  --wos-radius:20px;
  --wos-radius-sm:14px;
  --wos-transition:all .28s ease;
}
/* ===============================
   HEADER LOGO
================================*/
.pkp_site_name {
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0;
    text-align: center;
}

.pkp_site_name .is_img img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    margin-top: 25px;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

/* ===============================
   ARTICLES SECTION - COMPACT & PROFESSIONAL
================================= */

/* Section title */
.page_issue .sections h2,
.page_issue_archive .issues_archive h2,
.obj_issue_toc .heading h2,
.current_issue .title,
.cmp_announcements h2{
  color: var(--wos-teal-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
  letter-spacing: .2px;
}

.page_issue .sections h2::after,
.page_issue_archive .issues_archive h2::after,
.obj_issue_toc .heading h2::after,
.current_issue .title::after,
.cmp_announcements h2::after{
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wos-teal) 0%, var(--wos-green) 100%);
}

/* list reset */
.cmp_article_list,
.obj_issue_toc .articles,
.obj_issue_toc .sections > section .articles{
  margin: 0;
  padding: 0;
}

/* article card */
.cmp_article_list > li,
.obj_issue_toc .sections > section .articles > li,
.obj_issue_toc .galleys_links + .articles > li,
.obj_issue_toc .articles > li{
  list-style: none;
  position: relative;
  background: #fff;
  border: 1px solid #dbe7e5;
  border-radius: 18px;
  padding: 18px 20px 16px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(15,165,141,.05);
  transition: all .25s ease;
  overflow: hidden;
}

.cmp_article_list > li:hover,
.obj_issue_toc .sections > section .articles > li:hover,
.obj_issue_toc .galleys_links + .articles > li:hover,
.obj_issue_toc .articles > li:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15,165,141,.10);
  border-color: #cfe0dd;
}

/* top accent */
.cmp_article_list > li::before,
.obj_issue_toc .sections > section .articles > li::before,
.obj_issue_toc .galleys_links + .articles > li::before,
.obj_issue_toc .articles > li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--wos-teal) 0%, var(--wos-mint) 55%, var(--wos-green) 100%);
}

/* title */
.cmp_article_list h3,
.obj_issue_toc .sections > section .articles h3,
.obj_issue_toc .articles h3{
  margin: 0 0 10px;
  line-height: 1.4;
}

.cmp_article_list h3 a,
.obj_issue_toc .sections > section .articles h3 a,
.obj_issue_toc .articles h3 a{
  color: #497b98;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
  text-transform: none;
  letter-spacing: .2px;
  transition: color .25s ease;
}

.cmp_article_list h3 a:hover,
.obj_issue_toc .sections > section .articles h3 a:hover,
.obj_issue_toc .articles h3 a:hover{
  color: var(--wos-teal-dark);
}

/* short line under title */
.cmp_article_list h3::after,
.obj_issue_toc .sections > section .articles h3::after,
.obj_issue_toc .articles h3::after{
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wos-mint) 0%, var(--wos-green) 100%);
}

/* authors */
.cmp_article_list .authors,
.obj_issue_toc .sections > section .articles .authors,
.obj_issue_toc .articles .authors,
.cmp_article_list .meta .authors{
  margin: 0 0 12px;
  color: #2f3f3f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

/* meta row */
.cmp_article_list .meta,
.obj_issue_toc .articles .meta,
.obj_issue_toc .sections > section .articles .meta{
  margin-top: 8px;
}

/* pages badge */
.cmp_article_list .pages,
.obj_issue_toc .sections > section .articles .pages,
.obj_issue_toc .articles .pages{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f8f8;
  border: 1px solid #d8e6e4;
  color: #6a7d7c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* content area biar tidak tabrakan dengan pages */
.cmp_article_list .meta,
.obj_issue_toc .articles .meta,
.obj_issue_toc .sections > section .articles .meta,
.cmp_article_list .authors,
.obj_issue_toc .sections > section .articles .authors,
.obj_issue_toc .articles .authors,
.cmp_article_list h3,
.obj_issue_toc .sections > section .articles h3,
.obj_issue_toc .articles h3,
.cmp_article_list .galleys_links,
.obj_issue_toc .galleys_links,
.obj_issue_toc .sections > section .articles .galleys_links{
  padding-right: 78px;
}

/* galley area */
.cmp_article_list .galleys_links,
.obj_issue_toc .galleys_links,
.obj_issue_toc .sections > section .articles .galleys_links{
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #e6efee;
}

/* galley button */
.cmp_article_list .galleys_links a,
.obj_issue_toc .galleys_links a,
.obj_issue_toc .sections > section .articles .galleys_links a{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  min-height: 40px;
  border-radius: 999px;
  background: #f5fbfa;
  border: 1px solid #d2e5e2;
  color: var(--wos-teal-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  transition: all .25s ease;
}

.cmp_article_list .galleys_links a:hover,
.obj_issue_toc .galleys_links a:hover,
.obj_issue_toc .sections > section .articles .galleys_links a:hover{
  background: linear-gradient(135deg, var(--wos-teal) 0%, var(--wos-mint) 100%);
  color: #fff !important;
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15,165,141,.16);
}

/* spacing */
.obj_issue_toc .sections,
.page_issue .issue_toc,
.cmp_article_list{
  margin-top: 6px;
}

/* mobile */
@media (max-width: 768px){
  .cmp_article_list > li,
  .obj_issue_toc .sections > section .articles > li,
  .obj_issue_toc .galleys_links + .articles > li,
  .obj_issue_toc .articles > li{
    padding: 16px;
    border-radius: 16px;
  }

  .cmp_article_list h3 a,
  .obj_issue_toc .sections > section .articles h3 a,
  .obj_issue_toc .articles h3 a{
    font-size: 17px;
  }

  .cmp_article_list .authors,
  .obj_issue_toc .sections > section .articles .authors,
  .obj_issue_toc .articles .authors{
    font-size: 14px;
  }

  .cmp_article_list .pages,
  .obj_issue_toc .sections > section .articles .pages,
  .obj_issue_toc .articles .pages{
    position: static;
    transform: none;
    margin-top: 10px;
    min-width: auto;
    height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .cmp_article_list .meta,
  .obj_issue_toc .articles .meta,
  .obj_issue_toc .sections > section .articles .meta,
  .cmp_article_list .authors,
  .obj_issue_toc .sections > section .articles .authors,
  .obj_issue_toc .articles .authors,
  .cmp_article_list h3,
  .obj_issue_toc .sections > section .articles h3,
  .obj_issue_toc .articles h3,
  .cmp_article_list .galleys_links,
  .obj_issue_toc .galleys_links,
  .obj_issue_toc .sections > section .articles .galleys_links{
    padding-right: 0;
  }
}
/* =========================
   BASE BLOCK
   ========================= */
.custom-block{
  position:relative;
  margin:0 0 20px 0;
  background:linear-gradient(180deg,#ffffff 0%, #f8fbfb 100%);
  border:1px solid var(--wos-border);
  border-radius:var(--wos-radius);
  box-shadow:var(--wos-shadow);
  overflow:hidden;
  transition:var(--wos-transition);
}

.custom-block:hover{
  transform:translateY(-3px);
  box-shadow:var(--wos-shadow-hover);
}

.custom-block::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--wos-teal) 0%, var(--wos-mint) 48%, var(--wos-green) 100%);
}

.custom-block-title{
  display:block;
  position:relative;
  margin:0;
  padding:18px 18px 12px;
  background:transparent;
  color:var(--wos-teal-dark);
  font-size:20px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  line-height:1.3;
}

.custom-block-title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wos-mint) 0%, var(--wos-green) 100%);
}

.custom-block-body{
  padding:4px 18px 18px;
  color:var(--wos-text);
  font-size:14px;
  line-height:1.75;
}

/* =========================
   JOURNAL ISSUE / COVER
   ========================= */
.issue-cover{
  text-align:center;
}

.issue-cover img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  border:1px solid #dfe9e8;
  background:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,.08);
  transition:var(--wos-transition);
}

.issue-cover img:hover{
  transform:translateY(-2px) scale(1.01);
}

/* =========================
   COVER ACTION BUTTONS - REFINED
   ========================= */
.cover-action-wrap{
  margin:18px 0 10px;
}

.cover-submit-btn{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none !important;
  padding:18px 16px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--wos-teal) 0%, var(--wos-mint) 100%);
  color:#fff !important;
  font-size:18px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.2px;
  box-shadow:0 10px 24px rgba(15,165,141,.20);
  transition:all .28s ease;
}

.cover-submit-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(15,165,141,.28);
  filter:brightness(1.03);
}

.cover-auth-row{
  display:flex;
  gap:14px;
  margin-top:14px;
}

.cover-auth-btn{
  flex:1;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  border-radius:18px;
  border:1.5px solid #cfe4e1;
  background:#ffffff;
  color:var(--wos-teal-dark) !important;
  font-size:17px;
  font-weight:800;
  box-shadow:0 6px 14px rgba(15,165,141,.05);
  transition:all .28s ease;
}

.cover-auth-btn:hover{
  color:#fff !important;
  background:linear-gradient(135deg,var(--wos-teal-dark) 0%, var(--wos-teal) 100%);
  border-color:transparent;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(15,165,141,.18);
}

.issue-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:12px 24px;
  min-height:50px;
  border-radius:999px;
  text-decoration:none !important;
  background:#f3fbf9;
  border:1.5px solid #cfe7e3;
  color:var(--wos-teal-dark) !important;
  font-weight:800;
  font-size:16px;
  transition:all .28s ease;
}

.issue-link:hover{
  background:linear-gradient(135deg,var(--wos-green) 0%, var(--wos-mint) 100%);
  color:#fff !important;
  border-color:transparent;
  box-shadow:0 10px 20px rgba(33,210,181,.20);
  transform:translateY(-2px);
}
/* =========================
   ISSUE LINK
   ========================= */
.issue-link{
  display:inline-block;
  margin-top:14px;
  padding:10px 20px;
  border-radius:999px;
  text-decoration:none !important;
  background:#eef8f6;
  border:1px solid #cfe7e3;
  color:var(--wos-teal-dark) !important;
  font-weight:800;
  transition:var(--wos-transition);
}

.issue-link:hover{
  background:linear-gradient(135deg,var(--wos-green) 0%, var(--wos-mint) 100%);
  color:#fff !important;
  border-color:transparent;
  box-shadow:0 10px 20px rgba(33,210,181,.20);
}

/* =========================
   MENU LIST
   ========================= */
.sidebar-menu-list,
.info-menu-list{
  list-style:none;
  margin:0;
  padding:0;
}

.sidebar-menu-list li,
.info-menu-list li{
  margin:0 0 10px 0;
}

.sidebar-menu-list li:last-child,
.info-menu-list li:last-child{
  margin-bottom:0;
}

.sidebar-menu-list a,
.info-menu-list a{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  text-decoration:none !important;
  color:var(--wos-text) !important;
  background:linear-gradient(180deg,#ffffff 0%, #f7fbfb 100%);
  border:1px solid #e1eceb;
  border-radius:16px;
  font-weight:700;
  transition:var(--wos-transition);
  overflow:hidden;
}

.sidebar-menu-list a::before,
.info-menu-list a::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,var(--wos-teal) 0%, var(--wos-green) 100%);
  opacity:.88;
}

.sidebar-menu-list a:hover,
.info-menu-list a:hover{
  transform:translateX(5px);
  background:linear-gradient(135deg,#f1fffb 0%, #f8fff1 100%);
  border-color:#cfe6db;
  box-shadow:0 10px 20px rgba(15,165,141,.08);
  color:var(--wos-teal-dark) !important;
}

.sidebar-menu-list i,
.info-menu-list i{
  width:20px;
  text-align:center;
  color:var(--wos-teal);
  font-size:15px;
  flex-shrink:0;
}

.sidebar-menu-list span,
.info-menu-list span{
  display:block;
  line-height:1.5;
}

/* =========================
   TEMPLATE
   ========================= */
.template-box{
  text-align:center;
  padding:16px;
  border-radius:18px;
  border:1px dashed #cfe4e1;
  background:
    linear-gradient(135deg,rgba(33,210,181,.06) 0%, rgba(126,217,72,.06) 100%),
    #ffffff;
}

.template-box a{
  display:inline-block;
  text-decoration:none !important;
}

.template-box img{
  max-width:100%;
  height:auto;
  border-radius:12px;
  transition:var(--wos-transition);
}

.template-box a:hover img{
  transform:scale(1.04);
  box-shadow:0 12px 24px rgba(15,165,141,.10);
}

/* =========================
   VISITOR STATISTIC
   ========================= */
.stat-box{
  text-align:center;
  padding:4px 0 0;
}

.stat-box img{
  max-width:100%;
  height:auto;
  border-radius:12px;
  border:1px solid #e3eceb;
  background:#fff;
  padding:4px;
}

.stat-link{
  display:inline-block;
  margin-top:10px;
  text-decoration:none !important;
  color:var(--wos-teal-dark) !important;
  font-weight:800;
  transition:var(--wos-transition);
}

.stat-link:hover{
  color:var(--wos-green-dark) !important;
  transform:translateY(-1px);
}

/* =========================
   INDEXING / ADDITIONAL CONTENT
   ========================= */
.indexing-note{
  margin:0 0 14px 0;
  font-style:italic;
  color:var(--wos-muted);
}

.indexing-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.indexing-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100px;
  padding:16px;
  border-radius:18px;
  border:1px solid #dce9e7;
  background:
    radial-gradient(circle at top right, rgba(126,217,72,.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(33,210,181,.10), transparent 38%),
    #ffffff;
  transition:var(--wos-transition);
}

.indexing-item:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 26px rgba(15,165,141,.10);
}

.indexing-item img{
  max-width:100%;
  width:150px;
  height:50px;
  object-fit:contain;
}

/* =========================
   FOOTER CARD
   ========================= */
.footer-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  padding:26px 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05)),
    linear-gradient(135deg, var(--wos-teal-dark) 0%, var(--wos-teal) 48%, var(--wos-green) 100%);
  color:#fff;
  box-shadow:0 18px 40px rgba(15,165,141,.24);
}

.footer-card::before{
  content:"";
  position:absolute;
  top:-70px;
  right:-70px;
  width:180px;
  height:180px;
  background:rgba(255,255,255,.10);
  transform:rotate(35deg);
  border-radius:28px;
}

.footer-card::after{
  content:"";
  position:absolute;
  bottom:-50px;
  left:-40px;
  width:140px;
  height:140px;
  background:rgba(255,255,255,.08);
  transform:rotate(25deg);
  border-radius:24px;
}

.footer-card > *{
  position:relative;
  z-index:1;
}

.footer-card h2{
  margin:0 0 14px 0;
  font-size:25px;
  line-height:1.35;
  color:#fff;
  font-weight:800;
}

.footer-card p{
  margin:0 0 12px 0;
  color:rgba(255,255,255,.96);
  line-height:1.8;
}

.footer-card a{
  color:#ffffff !important;
  text-decoration:none !important;
  font-weight:800;
}

.footer-card a:hover{
  text-decoration:underline !important;
}

.footer-license{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.22);
}

.footer-license img{
  display:inline-block;
  margin-bottom:10px;
  border-radius:8px;
  background:#fff;
  padding:3px;
}

/* =========================
   INFORMATION BLOCK
   ========================= */
.info-menu-list a{
  font-size:15px;
}

/* =========================
   OPTIONAL TITLE STYLING
   for old HTML using .title
   ========================= */
.title{
  display:block;
  margin:0 0 14px 0;
  color:var(--wos-teal-dark);
  font-size:20px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
  line-height:1.3;
}

.title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wos-mint) 0%, var(--wos-green) 100%);
}

/* =========================
   OLD MENU SUPPORT
   for legacy p.menu_item HTML
   ========================= */
p.menu_item{
  margin:0 0 10px 0;
}

p.menu_item a{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  text-decoration:none !important;
  color:var(--wos-text) !important;
  background:linear-gradient(180deg,#ffffff 0%, #f7fbfb 100%);
  border:1px solid #e1eceb;
  border-radius:16px;
  font-weight:700;
  transition:var(--wos-transition);
  overflow:hidden;
}

p.menu_item a::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,var(--wos-teal) 0%, var(--wos-green) 100%);
}

p.menu_item a:hover{
  transform:translateX(5px);
  background:linear-gradient(135deg,#f1fffb 0%, #f8fff1 100%);
  border-color:#cfe6db;
  color:var(--wos-teal-dark) !important;
  box-shadow:0 10px 20px rgba(15,165,141,.08);
}

p.menu_item em.fa{
  width:18px;
  text-align:center;
  color:var(--wos-teal);
  font-size:15px;
  font-style:normal;
}

/* =========================
   IMAGE DEFAULT IMPROVEMENT
   ========================= */
.custom-block-body img{
  max-width:100%;
}

/* =========================
   SMALL SCREEN
   ========================= */
@media (max-width:480px){
  .custom-block-title,
  .title{
    font-size:18px;
  }

  .custom-block-body{
    padding:4px 14px 16px;
  }

  .cover-submit-btn{
    font-size:17px;
    padding:14px 16px;
  }

  .cover-auth-row{
    gap:10px;
  }

  .cover-auth-btn{
    min-height:52px;
    font-size:15px;
  }

  .footer-card{
    padding:22px 18px;
  }

  .footer-card h2{
    font-size:21px;
  }
}