/* === JPP Additional Menu (Green Theme) === */
.jpp-additional-menu {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f7f2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.jpp-menu-title {
  background: #2f7d32;           /* hijau tua */
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #7cb342; /* hijau muda */
}

.jpp-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jpp-menu-list li {
  border-bottom: 1px solid #d9e6d9;
}

.jpp-menu-list li:last-child {
  border-bottom: none;
}

.jpp-menu-list a {
  display: block;
  padding: 10px 12px;
  color: #1b5e20 !important;  /* hijau gelap */
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  transition: all 0.2s ease;
}

.jpp-menu-list a:hover {
  background: #e8f5e9;  /* hijau sangat muda */
  padding-left: 16px;
}


/* === Make a Submission Button (Green Theme) === */
.block_make_submission_link {
  display: block !important;
  text-align: center !important;
  background: linear-gradient(135deg, #2e7d32, #4caf50) !important; /* gradasi hijau */
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
  transition: all 0.25s ease !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
}

/* Hover effect */
.block_make_submission_link:hover {
  background: linear-gradient(135deg, #1b5e20, #388e3c) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25) !important;
}

/* Active (saat diklik) */
.block_make_submission_link:active {
  transform: translateY(0) !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2) !important;
}


/* === JPP Editorial Board Page === */
.jpp-editorial-board {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-editorial-board h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #2f7d32;
}

/* Card */
.editor-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 14px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.25s ease;
}

.editor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

/* Info */
.editor-info strong {
  display: block;
  color: #1b5e20;
  font-size: 15px;
  margin-bottom: 4px;
}

.editor-info span {
  font-size: 13px;
  color: #555;
}

/* Links */
.editor-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.editor-links a {
  background: #2f7d32;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.editor-links a:hover {
  background: #1b5e20;
}

/* Responsive */
@media (max-width: 600px) {
  .editor-card {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* === JPP Author Guidelines === */
.jpp-guidelines {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-guidelines h2 {
  color: #2f7d32;
  margin-bottom: 16px;
}

.jpp-guidelines p {
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Accordion */
.jpp-guidelines details {
  border: 1px solid #d9e6d9;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #ffffff;
}

.jpp-guidelines summary {
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
  background: #e8f5e9;
  color: #1b5e20;
}

.jpp-guidelines .acc-content {
  padding: 12px 16px;
}

.jpp-guidelines ul {
  padding-left: 20px;
}

.jpp-guidelines li {
  margin-bottom: 6px;
}

.jpp-guidelines h4 {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #2f7d32;
}

/* === JPP Focus and Scope Page === */
.jpp-focus-scope {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-focus-scope h2 {
  color: #2f7d32;
  margin-bottom: 14px;
}

.jpp-focus-scope p {
  line-height: 1.6;
  margin-bottom: 14px;
}

.jpp-focus-scope .focus-list {
  padding-left: 20px;
}

.jpp-focus-scope .focus-list li {
  margin-bottom: 8px;
}


/* === JPP Publication Ethics Page === */
.jpp-publication-ethics {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-publication-ethics h2 {
  color: #2f7d32;
  margin-bottom: 14px;
}

.jpp-publication-ethics h3 {
  color: #1b5e20;
  margin-top: 20px;
  margin-bottom: 8px;
}

.jpp-publication-ethics p {
  line-height: 1.6;
  margin-bottom: 12px;
}

.jpp-publication-ethics ul {
  padding-left: 20px;
}

.jpp-publication-ethics li {
  margin-bottom: 8px;
}

/* === JPP Author Fees Page === */
.jpp-author-fees {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-author-fees h2 {
  color: #2f7d32;
  margin-bottom: 16px;
}

.jpp-author-fees p {
  line-height: 1.6;
  margin-bottom: 14px;
}

/* Fee highlight box */
.jpp-author-fees .fee-box {
  background: #e8f5e9;
  border: 2px solid #2f7d32;
  color: #1b5e20;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  border-radius: 6px;
  margin: 20px 0;
}


/* === JPP Peer Reviewers Page === */
.jpp-peer-reviewers {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-peer-reviewers h2 {
  color: #2f7d32;
  margin-bottom: 12px;
}

.jpp-peer-reviewers p {
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Card */
.reviewer-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 14px 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.25s ease;
}

.reviewer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

/* Info */
.reviewer-info strong {
  display: block;
  color: #1b5e20;
  font-size: 15px;
  margin-bottom: 4px;
}

.reviewer-info span {
  font-size: 13px;
  color: #555;
}

/* Links */
.reviewer-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.reviewer-links a {
  background: #2f7d32;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.reviewer-links a:hover {
  background: #1b5e20;
}

/* Responsive */
@media (max-width: 600px) {
  .reviewer-card {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* === JPP Indexing Page === */
.jpp-indexing {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  text-align: center;
}

.jpp-indexing h2 {
  margin-bottom: 20px;
  color: #2f7d32; /* hijau tema JPP */
}

/* Grid logo */
.indexing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

/* Card logo */
.index-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 90px;
  text-decoration: none;
}

.index-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

/* Logo image */
.index-item img {
  max-height: 50px;
  max-width: 140px;
  object-fit: contain;
}


/* === JPP Download Template Block (Image) === */
.jpp-template-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f7f2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.jpp-template-title {
  background: #2f7d32;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #7cb342;
}

.jpp-template-image-link {
  display: block;
  text-align: center;
  padding: 12px;
  margin: 10px;
  background: #ffffff;
  border-radius: 6px;
  text-decoration: none !important;
  color: #1b5e20 !important;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.jpp-template-image-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background: #e8f5e9;
}

.jpp-template-image-link img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;

  /* biar gambar lebih kontras */
  /* filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); */
}

.jpp-template-image-link span {
  display: block;
  font-size: 13px;
}

/* === JPP Indexed By Block === */
.jpp-indexed-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f7f2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.jpp-indexed-title {
  background: #2f7d32;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #7cb342;
}

/* Grid logo */
.jpp-indexed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 12px;
}

/* Item logo */
.jpp-indexed-item {
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.jpp-indexed-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Logo image */
.jpp-indexed-item img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  /* filter: drop-shadow(0 1px 3px rgba(0,0,0,0.4)); */
}


/* === JPP Supported By Block === */
.jpp-supported-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f7f2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.jpp-supported-title {
  background: #2f7d32;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #7cb342;
}

.jpp-supported-item {
  display: block;
  text-align: center;
  margin: 12px;
  padding: 12px;
  background: #ffffff;
  border-radius: 6px;
  text-decoration: none !important;
  color: #1b5e20 !important;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.jpp-supported-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background: #e8f5e9;
}

.jpp-supported-item img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); */
}

.jpp-supported-item span {
  display: block;
  font-size: 13px;
}

/* === JPP Tools Block === */
.jpp-tools-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f7f2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.jpp-tools-title {
  background: #2f7d32;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #7cb342;
}

/* Grid */
.jpp-tools-grid {
  display: grid;
  grid-template-columns: 1fr; /* 1 kolom (atas-bawah) */
  gap: 10px;
  padding: 12px;
}

/* Item */
.jpp-tools-item {
  background: #ffffff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #1b5e20 !important;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.jpp-tools-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background: #e8f5e9;
}

.jpp-tools-item img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 6px;
  /* filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); */
}

.jpp-tools-item span {
  font-size: 13px;
}

/* === JPP Visitor Block === */
.jpp-visitor-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f7f2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.jpp-visitor-title {
  background: #2f7d32;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #7cb342;
}

/* List (atas-bawah) */
.jpp-visitor-list {
  display: grid;
  grid-template-columns: 1fr; /* 1 kolom: atas-bawah */
  gap: 12px;
  padding: 12px;
}

/* Item */
.jpp-visitor-item {
  background: #ffffff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #1b5e20 !important;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.jpp-visitor-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background: #e8f5e9;
}

/* Image */
.jpp-visitor-item img {
  display: block;
  margin: 0 auto 8px auto;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;

  /* Shadow biar teks di gambar kelihatan */
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
}

.jpp-visitor-item span {
  font-size: 12px;
}


/* === JPP Archive Page === */
.jpp-archive-page {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jpp-archive-page h2 {
  color: #2f7d32;
  margin-bottom: 16px;
}

.jpp-archive-page p {
  line-height: 1.6;
  margin-bottom: 14px;
}

.jpp-archive-page .archive-link {
  text-align: center;
  margin: 20px 0;
}

.jpp-archive-page .archive-link a {
  display: inline-block;
  background: #2f7d32;
  color: #ffffff !important;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

.jpp-archive-page .archive-link a:hover {
  background: #1b5e20;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* === JPP Plain Footer === */
.jpp-footer-plain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #eeeeee;
  padding: 20px 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  margin-top: 30px;
}

.jpp-footer-left {
  max-width: 70%;
}

.jpp-footer-left img {
  margin: 8px 0;
}

.jpp-footer-left a {
  color: #0066cc;
  text-decoration: none;
}

.jpp-footer-left a:hover {
  text-decoration: underline;
}

.jpp-footer-right {
  text-align: right;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .jpp-footer-plain {
    flex-direction: column;
    gap: 15px;
  }

  .jpp-footer-right {
    text-align: left;
  }

  .jpp-footer-left {
    max-width: 100%;
  }
}


/* Responsive Logo */
/* Default (desktop) */
.pkp_site_name .is_img img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  width: auto;
}

/* Logo di tablet */
@media (max-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 100px;
  }
}

/* Logo di HP */
@media (max-width: 576px) {
  .pkp_site_name .is_img img {
    max-height: 30px;
  }
}


