/**
 * Shofiya: Jurnal Pendidikan Islam
 * Total Redesign CSS for Open Journal Systems 3.x
 * Disusun ulang dari stylesheet lama pengguna.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Merriweather:wght@700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

:root {
  --shofiya-primary: #0868ac;
  --shofiya-primary-dark: #064675;
  --shofiya-primary-deep: #032f52;
  --shofiya-secondary: #0ea5b7;
  --shofiya-secondary-soft: #dff7fa;
  --shofiya-accent: #e8b54b;
  --shofiya-text: #334155;
  --shofiya-heading: #122033;
  --shofiya-muted: #6b7c90;
  --shofiya-border: #d9e5ee;
  --shofiya-bg: #edf5fa;
  --shofiya-bg-soft: #f7fafc;
  --shofiya-white: #ffffff;
  --shofiya-danger: #c83f49;
  --shofiya-radius-xs: 6px;
  --shofiya-radius-sm: 10px;
  --shofiya-radius-md: 16px;
  --shofiya-radius-lg: 24px;
  --shofiya-shadow-sm: 0 5px 16px rgba(3, 47, 82, 0.08);
  --shofiya-shadow-md: 0 14px 38px rgba(3, 47, 82, 0.13);
  --shofiya-shadow-lg: 0 25px 60px rgba(3, 47, 82, 0.16);
}

/* =========================================================
   1. RESET DAN DASAR
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--shofiya-text);
  background-color: var(--shofiya-bg);
  background-image:
    radial-gradient(circle at 8% 7%, rgba(14, 165, 183, 0.20), transparent 25rem),
    radial-gradient(circle at 95% 5%, rgba(8, 104, 172, 0.20), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.70) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.70) 25%, transparent 25%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.45) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.45) 25%, var(--shofiya-bg) 25%);
  background-position: 0 0, 0 0, 24px 0, 24px 0, 0 0, 0 0;
  background-size: auto, auto, 48px 48px, 48px 48px, 48px 48px, 48px 48px;
  background-attachment: fixed;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--shofiya-primary);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--shofiya-primary-dark);
  text-decoration: none;
}

p,
li,
.obj_article_details .abstract {
  color: var(--shofiya-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.page_title {
  color: var(--shofiya-heading);
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  line-height: 1.35;
}

::selection {
  color: #ffffff;
  background: var(--shofiya-primary);
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}

.clearfix::after {
  clear: both;
}

.journals ul .body .description a {
  display: inline;
}

/* =========================================================
   2. KERANGKA HALAMAN OJS
   ========================================================= */

.pkp_structure_page {
  width: min(1320px, calc(100% - 34px));
  margin: 24px auto !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--shofiya-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shofiya-shadow-lg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pkp_structure_content {
  padding-top: 30px;
  padding-bottom: 42px;
}

.pkp_structure_main {
  min-width: 0;
}

.pkp_structure_main::before,
.pkp_structure_main::after {
  display: none;
}

.container {
  position: relative;
  width: min(1210px, calc(100% - 30px));
  margin: 0 auto;
  padding: 34px 0;
  clear: both;
}

.container > ul {
  list-style: none;
}

/* =========================================================
   3. HEADER DAN BANNER
   ========================================================= */

#headerNavigationContainer {
  max-height: none !important;
}

.pkp_structure_head {
  position: relative;
  z-index: 30;
  overflow: visible;
  border: 0;
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.17), transparent 18rem),
    radial-gradient(circle at 7% 110%, rgba(14, 165, 183, 0.35), transparent 22rem),
    linear-gradient(120deg, var(--shofiya-primary-deep) 0%, var(--shofiya-primary-dark) 42%, var(--shofiya-primary) 76%, #128ab4 100%);
}

.pkp_structure_head::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.25;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.09) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.09) 87.5%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.09) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.09) 87.5%);
  background-size: 54px 94px;
}

.pkp_head_wrapper,
.pkp_site_name_wrapper {
  position: relative;
  z-index: 2;
}

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

.pkp_site_name {
  margin: 0 !important;
  padding: 0 !important;
}

.pkp_site_name > a {
  display: block;
  margin: 0;
  padding: 0 !important;
}

.pkp_site_name .is_img {
  display: block;
}

.pkp_site_name .is_img img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 auto;
  object-fit: contain;
}

.pkp_site_name .is_text {
  display: block;
  padding: 42px 44px;
  color: #ffffff;
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
}

/* =========================================================
   4. NAVIGASI PENGGUNA DAN MENU UTAMA
   ========================================================= */

.pkp_navigation_user_wrapper {
  top: 14px;
  right: 22px;
  z-index: 36;
  padding-right: 0;
}

.pkp_navigation_user > li > a {
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 12px;
  font-weight: 600;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.13);
}

.pkp_navigation_primary_row {
  position: relative;
  z-index: 34;
  padding: 0 28px;
  border: 0;
  background: rgba(3, 47, 82, 0.92) !important;
  box-shadow: 0 9px 28px rgba(1, 28, 50, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pkp_navigation_primary_wrapper {
  display: flex;
  align-items: center;
  min-height: 54px;
}

.pkp_navigation_primary {
  display: flex;
  align-items: stretch;
  gap: 3px;
  margin: 0;
}

.pkp_navigation_primary > li {
  margin: 0 !important;
  padding: 0 !important;
}

.pkp_navigation_primary > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.91) !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.pkp_navigation_primary > li > a::after {
  position: absolute;
  right: 15px;
  bottom: 7px;
  left: 15px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--shofiya-secondary), #7dd9e5);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.pkp_navigation_primary > li > a:hover::after,
.pkp_navigation_primary > li > a:focus::after {
  transform: scaleX(1);
}

.pkp_navigation_primary ul {
  min-width: 220px;
  padding: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 11px !important;
  background: rgba(3, 47, 82, 0.98) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.pkp_navigation_primary ul li {
  border: 0 !important;
}

.pkp_navigation_primary ul li a {
  padding: 10px 12px !important;
  border-radius: 7px !important;
  color: rgba(255, 255, 255, 0.90) !important;
  font-size: 12px;
  font-weight: 600;
}

.pkp_navigation_primary ul li a:hover,
.pkp_navigation_primary ul li a:focus {
  color: #ffffff !important;
  background: rgba(14, 165, 183, 0.22) !important;
}

.pkp_search.pkp_search_desktop {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.91);
}

.pkp_search.pkp_search_desktop:hover,
.pkp_search.pkp_search_desktop:focus {
  color: #ffffff;
}

.pkp_site_nav_toggle {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14) !important;
}

/* =========================================================
   5. BREADCRUMB DAN JUDUL HALAMAN
   ========================================================= */

.cmp_breadcrumbs {
  margin-bottom: 22px;
  padding: 11px 15px;
  border: 1px solid var(--shofiya-border);
  border-radius: var(--shofiya-radius-sm);
  color: var(--shofiya-muted);
  background: rgba(247, 250, 252, 0.94);
  font-size: 12px;
}

.cmp_breadcrumbs a {
  color: var(--shofiya-primary);
  font-weight: 600;
}
/* =========================================================
   6. HALAMAN BERANDA
   ========================================================= */

.homepage_about {
  display: inline-block;
  padding: 27px 29px;
  vertical-align: top;
  border: 1px solid var(--shofiya-border);
  border-radius: var(--shofiya-radius-md);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shofiya-shadow-sm);
}

.homepage_about h2,
.homepage_about h3 {
  margin-top: 0;
}

.homepage_image {
  display: inline-block;
  float: right;
  /* width: 28%; */
  margin: 0;
  padding: 9px;
  border: 1px solid var(--shofiya-border);
  border-radius: var(--shofiya-radius-md);
  background: #ffffff;
  box-shadow: var(--shofiya-shadow-sm);
}

.homepage_image img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 11px;
}

.current_issue {
  display: block;
  clear: both;
  margin-top: 30px;
  padding-top: 4px;
}

/* =========================================================
   7. DAFTAR ISSUE DAN ARTIKEL
   ========================================================= */

.obj_issue_toc,
.obj_article_details,
.page_about,
.page_contact,
.page_editorial_team,
.page_submissions,
.page_issue,
.page_search,
.page_login,
.page_register {
  border-radius: var(--shofiya-radius-md);
}

.obj_issue_toc .heading {
  margin-bottom: 22px;
  padding: 25px;
  border: 1px solid var(--shofiya-border);
  border-radius: var(--shofiya-radius-md);
  background:
    linear-gradient(135deg, rgba(8, 104, 172, 0.07), rgba(14, 165, 183, 0.06)),
    #ffffff;
}

.obj_issue_toc .cover {
  overflow: hidden;
  border: 1px solid var(--shofiya-border);
  border-radius: 11px;
  box-shadow: var(--shofiya-shadow-sm);
}

.obj_issue_toc .articles {
  margin-top: 20px;
}

.obj_issue_toc .articles > li {
  position: relative;
  margin-bottom: 15px;
  padding: 21px 23px;
  overflow: hidden;
  border: 1px solid var(--shofiya-border);
  border-radius: 13px;
  background: #ffffff !important;
  box-shadow: 0 5px 18px rgba(3, 47, 82, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.obj_issue_toc .articles > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--shofiya-primary), var(--shofiya-secondary));
}

.obj_issue_toc .articles > li:hover {
  border-color: #b6d5e7;
  box-shadow: 0 13px 28px rgba(3, 47, 82, 0.12);
  transform: translateY(-2px);
}

.obj_article_summary .title,
.obj_article_summary .title a {
  color: var(--shofiya-heading);
  font-family: "Merriweather", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
}

.obj_article_summary .title a:hover,
.obj_article_summary .title a:focus {
  color: var(--shofiya-primary);
}

.obj_article_summary .authors,
.obj_article_summary .pages {
  color: var(--shofiya-muted);
  font-size: 13px;
}

.obj_article_summary .galleys_links a,
.obj_galley_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 6px 13px;
  border: 1px solid var(--shofiya-primary);
  border-radius: 999px;
  color: var(--shofiya-primary);
  background: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.obj_article_summary .galleys_links a:hover,
.obj_galley_link:hover,
.obj_article_summary .galleys_links a:focus,
.obj_galley_link:focus {
  color: #ffffff;
  background: var(--shofiya-primary);
  box-shadow: 0 7px 16px rgba(8, 104, 172, 0.23);
  transform: translateY(-1px);
}

/* =========================================================
   8. DETAIL ARTIKEL
   ========================================================= */

.obj_article_details .page_title {
  margin: 0 0 20px;
  font-size: clamp(20px, 1.9vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.obj_article_details .authors,
.obj_article_details .item.doi,
.obj_article_details .item.keywords {
  color: var(--shofiya-muted);
}

.obj_article_details .main_entry,
.obj_article_details .entry_details {
  border-color: var(--shofiya-border);
}

.obj_article_details .item.abstract,
.obj_article_details .item.references,
.obj_article_details .item.keywords,
.obj_article_details .item.doi {
  margin-bottom: 18px;
  padding: 21px;
  border: 1px solid var(--shofiya-border);
  border-radius: 13px;
  background: var(--shofiya-bg-soft);
}

.obj_article_details .item h2,
.obj_article_details .item h3 {
  margin-top: 0;
  color: var(--shofiya-primary-dark);
}

.obj_article_details .abstract,
.obj_article_details .item.abstract {
  text-align: justify;
}

/* =========================================================
   9. SIDEBAR DAN CUSTOM BLOCK
   ========================================================= */

.pkp_structure_sidebar {
  min-width: 0;
}

.pkp_block {
  margin: 0 0 18px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(210, 225, 236, 0.97);
  border-radius: var(--shofiya-radius-md) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--shofiya-shadow-sm);
}

.pkp_block .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 49px;
  margin: 0 !important;
  padding: 15px 17px 14px 21px;
  border: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 0, rgba(255, 255, 255, 0.17), transparent 95px),
    linear-gradient(120deg, var(--shofiya-primary-dark), var(--shofiya-primary));
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: left;
  text-transform: uppercase;
}

.pkp_block .title::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 4px;
  content: "";
  border-radius: 0 999px 999px 0;
  background: var(--shofiya-secondary);
}

.pkp_block .content {
  display: block;
  margin: 0;
  padding: 12px !important;
  background: transparent !important;
}

.pkp_block ul,
.pkp_block .content ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.pkp_block li,
.pkp_block .content ul li {
  position: relative;
  display: block;
  margin: 0 0 6px;
  padding: 0 !important;
  border: 0;
  border-radius: 8px;
  background: transparent !important;
}

.pkp_block li:last-child,
.pkp_block .content ul li:last-child {
  margin-bottom: 0;
}

.pkp_block ul > li > a,
.pkp_block .content ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 9px 12px 9px 27px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #314056;
  background: #f6f9fc;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  text-align: left !important;
}

.pkp_block ul > li > a::before,
.pkp_block .content ul li a::before {
  position: absolute;
  left: 11px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--shofiya-secondary);
  box-shadow: 0 0 0 3px rgba(14, 165, 183, 0.13);
}

.pkp_block ul > li > a:hover,
.pkp_block ul > li > a:focus,
.pkp_block .content ul li a:hover,
.pkp_block .content ul li a:focus {
  border-color: #cce3ed;
  color: var(--shofiya-primary-dark);
  background: #ebf7fa;
  box-shadow: 0 6px 14px rgba(3, 47, 82, 0.09);
  transform: translateX(3px);
}

#customblock-author-information {
  overflow: hidden;
}

#customblock-author-information .content {
  padding: 12px !important;
}

#customblock-author-information .sidemenu.full {
  margin: 0;
  padding: 0;
}

#customblock-author-information .sidemenu.full li {
  text-align: left !important;
}

/* Kompatibilitas kotak E-ISSN berbasis table dari HTML lama */
#customblock-author-information table {
  width: calc(100% - 24px) !important;
  margin: 17px 12px 12px !important;
  overflow: hidden;
  border: 1px solid var(--shofiya-border) !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(3, 47, 82, 0.06);
}

#customblock-author-information table tr:first-child {
  background: linear-gradient(120deg, var(--shofiya-primary-dark), var(--shofiya-primary)) !important;
}

#customblock-author-information table tr:first-child td {
  padding: 11px 14px !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#customblock-author-information table tr:last-child td {
  padding: 14px !important;
  border: 0 !important;
  background: #ffffff !important;
}

#customblock-author-information table img {
  display: block;
  width: 220px !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  transition: transform 0.2s ease;
}

#customblock-author-information table a:hover img {
  transform: scale(1.025);
}

/* Versi class khusus apabila HTML sidebar baru digunakan */
.shofiya-issn-card {
  margin: 12px;
  overflow: hidden;
  border: 1px solid var(--shofiya-border);
  border-radius: 11px;
  background: #ffffff;
}

.shofiya-issn-title {
  padding: 10px 14px;
  border-bottom: 1px solid var(--shofiya-border);
  color: var(--shofiya-primary-dark);
  background: linear-gradient(90deg, #ebf7fa, #f8fbfd);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-align: center;
  text-transform: uppercase;
}

.shofiya-issn-link {
  display: block;
  padding: 14px;
  text-align: center;
}

.shofiya-issn-link img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
}

/* =========================================================
   10. DROPDOWN LAMA
   ========================================================= */

.dropdown {
  position: relative;
}

.dropdown a {
  text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  padding: 11px 38px 11px 13px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(120deg, var(--shofiya-primary-dark), var(--shofiya-primary));
  box-shadow: 0 5px 14px rgba(3, 47, 82, 0.14);
  font-weight: 700;
}

.dropdown [data-toggle="dropdown"]:hover,
.dropdown [data-toggle="dropdown"]:focus {
  color: #ffffff;
  background: linear-gradient(120deg, var(--shofiya-primary), var(--shofiya-secondary));
}

.dropdown [data-toggle="dropdown"]::before {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  content: "\25BC";
  color: #ffffff;
  font-size: 0.70em;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
}

.dropdown > .dropdown-menu {
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  transform: scaleY(0.96);
  transform-origin: top;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}

.dropdown > .dropdown-menu li {
  padding: 0;
}

.dropdown > input[type="checkbox"] {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 3000px;
  padding-top: 7px;
  opacity: 1;
  transform: scaleY(1);
}

.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]::before {
  transform: translateY(-50%) rotate(-180deg);
}

/* =========================================================
   11. MCD MENU LAMA
   ========================================================= */

.mcd-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
  border: 1px solid var(--shofiya-border);
  border-radius: var(--shofiya-radius-sm);
  background: #ffffff;
  box-shadow: var(--shofiya-shadow-sm);
}

.mcd-menu li {
  position: relative;
}

.mcd-menu li a {
  position: relative;
  display: block;
  min-height: 45px;
  padding: 11px 15px;
  border-bottom: 1px solid #edf2f6;
  color: #4a5a6d;
  text-align: left;
  text-decoration: none;
}

.mcd-menu > li:last-child > a {
  border-bottom: 0;
}

.mcd-menu li a i {
  float: left;
  margin: 1px 11px 0 0;
  color: var(--shofiya-primary);
  font-size: 18px;
}

.mcd-menu li a p {
  float: left;
  margin: 0;
}

.mcd-menu li a strong {
  display: block;
  color: var(--shofiya-heading);
  font-size: 12px;
  text-transform: uppercase;
}

.mcd-menu li a small {
  display: block;
  color: var(--shofiya-muted);
  font-size: 10px;
}

.mcd-menu li a i,
.mcd-menu li a strong,
.mcd-menu li a small {
  position: relative;
  transition: transform 0.22s ease, color 0.22s ease;
}

.mcd-menu li:hover > a,
.mcd-menu li > a:focus {
  color: var(--shofiya-primary-dark);
  background: #eef8fb;
}

.mcd-menu li:hover > a i,
.mcd-menu li > a:focus i {
  color: var(--shofiya-secondary);
  transform: translateX(2px);
}

.mcd-menu li a.active {
  margin: 0;
  border-left: 4px solid var(--shofiya-secondary);
  color: var(--shofiya-primary-dark);
  background: #eaf6fa;
  box-shadow: none;
}

.mcd-menu li a.active::before,
.mcd-menu li a.active::after {
  display: none;
}

.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  top: 0;
  left: calc(100% + 7px);
  z-index: 1000;
  min-width: 215px;
  margin: 0;
  padding: 7px;
  visibility: hidden;
  list-style: none;
  border: 1px solid var(--shofiya-border);
  border-radius: 10px;
  opacity: 0;
  background: #ffffff;
  box-shadow: var(--shofiya-shadow-md);
  transform: translateX(7px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.mcd-menu li:hover > ul,
.mcd-menu li:focus-within > ul,
.mcd-menu li ul li:hover > ul,
.mcd-menu li ul li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.mcd-menu li ul li a {
  min-height: auto;
  padding: 9px 10px;
  border: 0;
  border-radius: 7px;
  font-size: 12px;
}

.mcd-menu li ul li ul {
  top: 0;
  left: calc(100% + 7px);
}

.mcd-menu li a.search {
  padding: 10px;
  clear: both;
}

.mcd-menu li a.search input {
  float: left;
  width: calc(100% - 42px);
  padding: 9px 10px;
  border: 1px solid var(--shofiya-border);
  border-radius: 7px 0 0 7px;
  color: var(--shofiya-text);
  background: #ffffff;
  outline: none;
}

.mcd-menu li a.search button {
  float: left;
  width: 42px;
  margin: 0;
  padding: 9px 8px;
  border: 1px solid var(--shofiya-primary);
  border-radius: 0 7px 7px 0;
  color: #ffffff;
  background: var(--shofiya-primary);
}

.search-mobile {
  display: none !important;
  border-radius: 0 7px 7px 0;
  background: var(--shofiya-primary);
}

.search-mobile i {
  margin: 0 !important;
  color: #ffffff;
}

/* =========================================================
   12. TOMBOL, FORMULIR, DAN TABEL
   ========================================================= */

.cmp_button,
.cmp_form .buttons button,
.pkp_button,
button,
input[type="submit"] {
  border: 1px solid var(--shofiya-primary) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  background: linear-gradient(120deg, var(--shofiya-primary-dark), var(--shofiya-primary)) !important;
  box-shadow: 0 7px 17px rgba(8, 104, 172, 0.18);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cmp_button:hover,
.cmp_form .buttons button:hover,
.pkp_button:hover,
button:hover,
input[type="submit"]:hover {
  filter: brightness(1.06);
  box-shadow: 0 10px 22px rgba(8, 104, 172, 0.25);
  transform: translateY(-1px);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
select,
textarea {
  border: 1px solid #cbdbe6 !important;
  border-radius: 8px !important;
  color: var(--shofiya-heading);
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(3, 47, 82, 0.04);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--shofiya-secondary) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 165, 183, 0.14) !important;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table th {
  color: #ffffff;
  background: var(--shofiya-primary-dark);
}

table th,
table td {
  padding: 10px 12px;
  border-color: var(--shofiya-border);
}

table tbody tr:nth-child(even) {
  background: #f8fbfd;
}

/* =========================================================
   13. EDITORIAL TEAM
   ========================================================= */

.editorial-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-list li {
  position: relative;
  min-height: 134px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid var(--shofiya-border);
  border-radius: 13px;
  background: #ffffff;
  box-shadow: var(--shofiya-shadow-sm);
}

.editorial-list .img-profile {
  position: absolute;
  width: 97px;
  height: 109px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid var(--shofiya-border);
  border-radius: 10px;
  background: #ffffff;
}

.editorial-list .img-profile .imgthumb {
  width: 85px;
  height: 97px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 7px;
}

.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-content {
  min-height: 109px;
  margin-left: 113px;
}

.team-content .ico-label,
.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.team-aff ul li {
  margin-bottom: 0;
}

.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
  color: var(--shofiya-muted);
  font-weight: 600;
}

/* =========================================================
   14. KOLOM UTILITAS
   ========================================================= */

.column2 {
  float: left;
  width: 33.333%;
  padding: 10px;
}

.row2::after {
  display: table;
  clear: both;
  content: "";
}

/* =========================================================
   15. FOOTER
   ========================================================= */

.pkp_structure_footer_wrapper {
  border: 0;
  background:
    radial-gradient(circle at 90% 0, rgba(14, 165, 183, 0.18), transparent 18rem),
    linear-gradient(125deg, var(--shofiya-primary-deep), var(--shofiya-primary-dark));
}

.pkp_structure_footer {
  color: rgba(255, 255, 255, 0.83);
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 28px 24px;
  color: rgba(255, 255, 255, 0.83);
}

.pkp_footer_content p,
.pkp_footer_content li {
  color: rgba(255, 255, 255, 0.83);
}

.pkp_footer_content a {
  color: #ffffff;
  font-weight: 600;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding: 28px 24px;
  text-align: right;
}

.pkp_brand_footer img {
  max-width: 160px;
  opacity: 0.90;
  filter: brightness(0) invert(1);
}

/* =========================================================
   16. AKSESIBILITAS
   ========================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(14, 165, 183, 0.42);
  outline-offset: 2px;
}

/* =========================================================
   17. RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .pkp_navigation_primary > li > a {
    padding-right: 11px !important;
    padding-left: 11px !important;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .pkp_structure_page {
    width: min(100% - 20px, 980px);
    margin: 10px auto !important;
    border-radius: 17px;
  }

  .pkp_navigation_user_wrapper {
    right: 14px;
  }

  .pkp_navigation_primary_row {
    padding: 0 12px;
  }

  .pkp_structure_content {
    padding-top: 21px;
  }

  .homepage_about,
  .homepage_image {
    display: block;
    float: none;
    width: 100%;
  }

  .homepage_image {
    max-width: 360px;
    margin: 19px auto 0;
  }

  .homepage_about {
    margin-top: 0;
  }

  .mcd-menu li ul,
  .mcd-menu li ul li ul {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    background: #f8fbfd;
    transform: none;
  }

  .mcd-menu li:hover > ul,
  .mcd-menu li:focus-within > ul,
  .mcd-menu li ul li:hover > ul,
  .mcd-menu li ul li:focus-within > ul {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    background-size: auto, auto, 34px 34px, 34px 34px, 34px 34px, 34px 34px;
  }

  .pkp_structure_page {
    width: 100%;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
  }

  .pkp_site_name .is_text {
    padding: 29px 20px;
    font-size: 29px;
  }

  .pkp_navigation_primary_wrapper {
    min-height: 48px;
  }

  .pkp_navigation_primary_row {
    padding: 0 10px;
  }

  .pkp_navigation_primary {
    display: block;
  }

  .pkp_navigation_primary > li > a {
    min-height: 44px;
    padding: 0 12px !important;
  }

  .pkp_structure_content {
    padding-right: 14px;
    padding-left: 14px;
  }

  .page_title {
    font-size: 27px;
  }

  /* Judul artikel dibuat lebih ringkas pada perangkat seluler */
  .obj_article_details .page_title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.4;
  }

  .obj_issue_toc .articles > li {
    padding: 18px 16px 18px 20px;
  }

  .obj_article_details .item.abstract,
  .obj_article_details .item.references,
  .obj_article_details .item.keywords,
  .obj_article_details .item.doi {
    padding: 16px;
  }

  .pkp_footer_content,
  .pkp_brand_footer {
    float: none;
    width: 100%;
    padding: 20px;
    text-align: left;
  }

  .pkp_brand_footer {
    padding-top: 0;
  }

  .column2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .homepage_about {
    padding: 20px;
  }

  .pkp_block .title {
    padding-right: 14px;
    padding-left: 18px;
  }

  .editorial-list li {
    min-height: auto;
  }

  .editorial-list .img-profile {
    position: relative;
    width: 91px;
    height: 103px;
    margin-bottom: 12px;
  }

  .team-content {
    min-height: 0;
    margin-left: 0;
  }

  #customblock-author-information table {
    width: calc(100% - 16px) !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
