body.pkp_page_about.pkp_op_editorialTeam,
body.pkp_page_authorGuidelines.pkp_op_index,
body.pkp_page_reviewProcess.pkp_op_index,
body.pkp_page_processingCharge.pkp_op_index {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

/* Editorial Group */
.editorial-team {
  max-width: 900px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #333;
}

.editorial-group {
  margin-bottom: 32px;
}

.editorial-group h3 {
  font-size: 20px;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e0e0e0;
  color: #222;
}

.editorial-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.editorial-group li {
  margin-bottom: 14px;
  line-height: 1.6;
}

.editorial-group strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.editorial-group span {
  font-size: 14px;
  color: #666;
}
/* End of Editorial Group */

/* Guidelines */
.guidelines {
  max-width: 900px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #333;
}

.guidelines ul {
  padding-left: 20px;
  line-height: 1.8;
}

.guidelines li {
  margin-bottom: 12px;
  font-size: 15px;
}

.guidelines a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}

.guidelines a:hover {
  text-decoration: underline;
}

.highlight {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px 20px;
  margin-top: 25px;
  border-radius: 4px;
  font-size: 14px;
}
/* End of Guidelines */

/* Review Process & Charge List */
.content-box {
  max-width: 900px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #333;
}

.section {
  margin-bottom: 35px;
}

.section p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
  text-align: justify;
}

.charge-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.charge-list li {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.7;
}

.price {
  font-weight: 700;
}

.note {
  background: #e7f1ff;
  border-left: 4px solid var(--background-color-light);
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 4px;
  font-size: 14px;
}
/* End of Review Process & Charge List */

:root {
  /* Light Mode */
  --primary: #ffffff;
  --secondary: #0f172a; /* Biru kehitaman untuk teks utama */
  --tertiary: #e5e7eb; /* Abu terang */
  --quaternary: #38bdf8; /* Biru langit (accent) */
  --background-color: #e0f2fe; /* Background biru langit lembut */
  --custom-block-container: #ffffff;
  --sub-text: #475569; /* Abu kebiruan */
}

/* Versi dark mode */
.dark {
  --primary: #e5e7eb;
  --secondary: #f8fafc;
  --tertiary: #94a3b8;
  --quaternary: #334155;
  --background-color: #020617; /* Biru malam sangat gelap */
  --sub-text: #94a3b8;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

body {
  font-family: "Poppins", sans-serif;
}

/* Header */
.bg-slate-900 {
  background-image: url("https://assets.assalampublisher.com/assets/edusosiola-header.png");
  background-size: cover;
  background-repeat: no-repeat;
}

img.absolute.-mb-56.-mr-72.opacity-50 {
  display: none;
}

header.sticky.top-0.z-50.flex.flex-none.flex-wrap.items-center.justify-between.bg-white.px-4.py-5.shadow-md.shadow-slate-900\/5.transition.duration-500.sm\:px-6.lg\:px-8.dark\:shadow-none.dark\:bg-slate-900\/95.dark\:backdrop-blur.dark\:\[\@supports\(backdrop-filter\:blur\(0\)\)\]\:bg-slate-900\/75 {
  background-color: var(--background-color);
}

/* header menu */
a.flex.h-8.items-center.text-slate-500.justify-center.rounded-xl.shadow-md.shadow-black\/5.ring-1.ring-black\/5.px-3.text-sm,
.ring-black\/5 {
  color: var(--primary);
  background-color: var(--quaternary);
}

/* Dark mode override pakai variabel otomatis */
.dark
  a.flex.h-8.items-center.text-slate-500.justify-center.rounded-xl.shadow-md.shadow-black\/5.ring-1.ring-black\/5.px-3.text-sm,
.ring-black\/5 {
  background-color: var(--quaternary);
}

/* svg icon */
svg.w-8.h-8.text-sky-400,
svg.w-12.h-12.text-sky-400 {
  display: none;
}

.fill-sky-400 {
  fill: var(--primary);
}

.text-sky-400 {
  color: var(--primary);
}

a.text-sky-400.break-words,
a.title.text-sky-400 {
  color: var(--sub-text);
}

/* Button */
a.flex.h-8.items-center.text-slate-500.justify-center.rounded-xl.shadow-md.shadow-black\/5.ring-1.ring-black\/5.px-3.text-sm,
.ring-black\/5 {
  border-radius: 10px;
  color: var(--primary);
  background-color: var(--quaternary);
  border-bottom: 2px solid var(--sub-text);
}

a.rounded-full.bg-sky-300.py-2.px-4.text-sm.font-semibold.text-slate-900.hover\:bg-sky-200.focus\:outline-none.focus-visible\:outline-2.focus-visible\:outline-offset-2.focus-visible\:outline-sky-300\/50.active\:bg-sky-500 {
  border-radius: 10px;
  background-color: var(--background-color);
  color: var(--secondary);
  border-bottom: 2px solid var(--sub-text);
}

a.rounded-full.bg-slate-800.py-2.px-4.text-sm.font-medium.text-white.hover\:bg-slate-700.focus\:outline-none.focus-visible\:outline-2.focus-visible\:outline-offset-2.focus-visible\:outline-white\/50.active\:text-slate-400 {
  border-radius: 10px;
  background-color: var(--quaternary);
  border-bottom: 2px solid var(--sub-text);
}

a.rounded-full.bg-sky-300.py-2.px-4.text-sm.font-semibold.text-slate-900.hover\:bg-sky-200.focus\:outline-none.focus-visible\:outline-2.focus-visible\:outline-offset-2.focus-visible\:outline-sky-300\/50.active\:bg-sky-500:hover {
  background-color: var(--quaternary);
  color: var(--primary);
}

a.rounded-full.bg-slate-800.py-2.px-4.text-sm.font-medium.text-white.hover\:bg-slate-700.focus\:outline-none.focus-visible\:outline-2.focus-visible\:outline-offset-2.focus-visible\:outline-white\/50.active\:text-slate-400:hover {
  background-color: var(--background-color);
  color: var(--secondary);
}
/* End of Header */

/* Side Menu */
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: transparent;
}

.xl\:py-16 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Side ISSN */
.side-issn-item {
  background-color: var(--custom-block-container);
  border: 2px solid var(--tertiary);
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  padding: 10px;
  margin: 12px 0px 0px 12px;
  display: inline-block;
  text-align: center;
}

.side-issn-item:hover {
  transform: scale(1.05);
}

.side-issn-item img {
  width: 140px;
}
/* End of Side Menu */

/* Body */
main.min-w-0.max-w-2xl.flex-auto.px-4.py-16.lg\:max-w-none.lg\:pl-8.lg\:pr-0.xl\:px-16.dark\:text-white {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

img.aspect-square.lg\:aspect-auto.w-full.border.border-slate-100.dark\:border-slate-800 {
  border: none;
}

.w-20.h-20.flex-shrink-0.rounded-md.border.border-2.border-dashed.border-slate-200.dark\:border-slate-700 {
  display: none;
}

.obj_issue_toc p {
  text-align: justify;
}

.prose-a\:text-orange-400
  :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
  color: var(--quaternary);
  text-decoration: none;
}

h2.title.pkp_screen_reader {
  color: var(--secondary);
}

.flex.md\:space-x-4 .flex-1 .flex.space-x-2 {
  justify-content: space-between;
}

ul.list-none.flex.flex-wrap.justify-end.space-x-2.m-0.p-0.text-xs.text-blue-600 {
  justify-content: end;
}

.flex.md\:space-x-4 {
  width: 100%;
}
/* End of Body */

/* Footer Container Styling */
.footer {
  background-color: var(--background-color);
  padding: 40px 20px 0 20px;
  font-family: "Poppins", sans-serif;
  color: white;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.footer-bottom {
  padding: 10px 0;
}

.footer-bottom p {
  font-weight: 600;
  text-align: left;
  color: var(--sub-text);
}

/* Grid Layout */
.footer-grid {
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Title Styling */
.footer .title {
  color: var(--secondary);
  font-size: 1rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
}

.footer .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #f39c12;
}

/* Box Styling */
.footer-box-issn {
  display: none;
}

.footer-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease;
  justify-content: center;
  display: grid;
}

.footer-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

/* Contact Info Styling */
.footer p {
  margin: 8px 0;
  line-height: 1.6;
  font-size: 0.9rem;
}

.footer a {
  color: #f39c12;
  text-decoration: none;
}

.footer .text-sm {
  display: none;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  /* Title */
  p.inline.font-extrabold.text-white.dark\:text-white.bg-clip-text.font-display.text-5xl.tracking-tight {
    font-size: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer .title {
    font-size: 1.1rem;
  }
}

/* Footer Styles */
/* Blocks  */
.ojs-footer-block {
  background-color: var(--primary);
  border-top: 5px solid var(--background-color-dark);
  padding: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 20px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-section h3 {
  color: var(--tertiary-dark);
  margin-bottom: 20px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--primary-dark);
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}

.img-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.img-grid img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.2s;
  max-height: 60px; /* Consistent height for logos */
}

.footer-section .issn-img {
  max-height: 80px;
}

.img-grid img:hover {
  transform: scale(1.05);
}

/* Responsiveness */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-section {
    border-bottom: 1px solid var(--primary-dark);
    padding-bottom: 20px;
  }

  .footer-section:last-child {
    border-bottom: none;
  }
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
