@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

/* =====================================
   OJS SMALL ELEMENT
   ===================================== */

    .pkp_block{
        padding:5px 30px !important;
    }

    .pkp_block .content ul li{
        padding:0px;
    }

    .logo-about{
        width:70%;
    }

    .pkp_navigation_primary li{
        padding-bottom:15px;
    }
    .pkp_site_name{
        margin-bottom:10px;
    }

    .pkp_site_name .is_img img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      margin-top: 6px;
      margin-bottom: 7px;
      padding: 2;
    }


/* =====================================
   OJS EDITORIAL TEAM – FORMAL LIST + SVG
   ===================================== */

   .ojs-editorial-team {
    margin: 3rem 0;
}

/* Section */
.ojs-editorial-team .ojs-section {
    margin-bottom: 2.5rem;
}

/* Title */
.ojs-editorial-team .ojs-section-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
    padding-bottom: 6px;
    border-bottom: 2px solid #1e3a8a;
    color: #111827;
}

/* Base list */
.ojs-editorial-team .ojs-formal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List item */
.ojs-editorial-team .ojs-formal-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 0.95rem;
    color: #1f2937;
}

/* Custom bullet */
.ojs-editorial-team .ojs-formal-list li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
    color: #1e40af;
    font-size: 1rem;
}

/* Names */
.ojs-editorial-team .editor-name,
.ojs-editorial-team .reviewer-name {
    font-weight: 600;
    color: #020617;
}

/* Affiliation */
.ojs-editorial-team .reviewer-affiliation {
    font-weight: 400;
    color: #374151;
}

/* Reviewer link */
.ojs-editorial-team .reviewer-link {
    margin-left: 6px;
    font-size: 0.85rem;
    color: #1e40af;
    text-decoration: none;
    white-space: nowrap;
}

.ojs-editorial-team .reviewer-link:hover {
    text-decoration: underline;
}

/* Google Scholar SVG */
.ojs-editorial-team .gs-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    vertical-align: -2px;
    margin-right: 4px;
}

/* Mobile */
@media (max-width: 600px) {
    .ojs-editorial-team .ojs-section-title {
        font-size: 1.2rem;
    }

    .ojs-editorial-team .ojs-formal-list li {
        font-size: 0.9rem;
    }
}


/* Global Image */
.img-section{
    width:100px;
}

/* =====================================
   OJS ETHICS PAGE – MODERN FORMAL STYLE
   ===================================== */

   .ojs-ethics-page {
    margin: 3rem 0;
    max-width: 900px;
}

/* Main title */
.ojs-ethics-page .ojs-ethics-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 2.2rem;
    color: #020617;
    border-bottom: 3px solid #1e3a8a;
    padding-bottom: 10px;
}

/* Section block */
.ojs-ethics-page .ojs-ethics-section {
    background: #f8fafc; /* soft gray-blue */
    border-left: 5px solid #006f49;
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

/* Section title */
.ojs-ethics-page h3 {
    margin-top:0px;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #0f172a;
}

/* List */
.ojs-ethics-page ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* List item */
.ojs-ethics-page ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #1f2937;
}

/* Custom bullet */
.ojs-ethics-page ul li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-size: 1rem;
}

/* Mobile */
@media (max-width: 600px) {
    .ojs-ethics-page {
        margin: 2rem 0;
    }

    .ojs-ethics-page .ojs-ethics-title {
        font-size: 1.5rem;
    }

    .ojs-ethics-page .ojs-ethics-section {
        padding: 14px 16px;
    }

    .ojs-ethics-page ul li {
        font-size: 0.9rem;
    }
}

/* =====================================
   OJS AUTHOR SIDEBAR – MODERN STYLE
   Accent Color: #006f49
   ===================================== */

   .ojs-author-sidebar {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.08); */
    border: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}

/* Header */
.ojs-author-sidebar .ojs-sidebar-header {
    background: #006f49;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 14px 12px;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

/* Menu */
.ojs-author-sidebar .ojs-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

/* Item */
.ojs-author-sidebar .ojs-sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 0.9rem;
    color: #006f49;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover */
.ojs-author-sidebar .ojs-sidebar-menu li a:hover {
    background: #f0f7f4;
    color: #006f49;
}

/* Icon */
.ojs-author-sidebar .ojs-sidebar-menu svg {
    width: 16px;
    height: 16px;
    fill: #006f49;
    flex-shrink: 0;
}

/* Divider effect */
.ojs-author-sidebar .ojs-sidebar-menu li + li a {
    border-top: 1px solid #e5e7eb;
}

/* Active (optional) */
.ojs-author-sidebar .ojs-sidebar-menu li.active a {
    background: #e6f3ee;
    color: #006f49;
    font-weight: 600;
}



/* =====================================
   OJS AUTHOR GUIDELINES – MODERN STYLE
   ===================================== */
   .guidelines-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: #333;
  }

  .guidelines-container h2 {
    border-bottom: 2px solid #2c7be5;
    padding-bottom: 8px;
    margin-top: 40px;
    color: #2c7be5;
  }

  .guidelines-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 20px;
  }

  .guidelines-card h3 {
    margin-top: 0;
    color: #1f2937;
  }

  .guidelines-container ul {
    padding-left: 20px;
  }

  .guidelines-container li {
    margin-bottom: 6px;
  }

  .highlight {
    background: #f5f9ff;
    border-left: 4px solid #2c7be5;
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 12px;
  }


  /* =====================================
   PEER REVIEW PROCESS – MODERN STYLE
   ===================================== */
   .review-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.7;
  }

  .review-container h2 {
    color: #2c7be5;
    border-bottom: 2px solid #2c7be5;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  .review-intro {
    background: #f8fafc;
    border-left: 4px solid #2c7be5;
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
  }

  .review-step {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
  }

  .step-number {
    min-width: 38px;
    height: 38px;
    background: #2c7be5;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-size: 14px;
  }

  .step-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px 20px;
    width: 100%;
  }

  .step-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #1f2937;
    font-size: 16px;
  }

  .step-content p {
    margin: 0 0 8px 0;
  }

  .step-content span {
    display: inline-block;
    background: #eef2ff;
    color: #1d4ed8;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    margin: 4px 6px 0 0;
  }



  /* =====================================
   FOOTER  – MODERN STYLE
   ===================================== */ 
   .pkp_structure_footer_wrapper{
    background-color: #006f49;
   }

   .pkp_brand_footer{
    display: none;
   }

   .ojs-footer {
    background-color: #006f49;
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  .ojs-footer strong {
    font-weight: 600;
  }

  .ojs-footer .footer-line {
    margin-bottom: 9px;
  }

  .ojs-footer .footer-license {
    font-size: 13px;
    opacity: 0.95;
  }

  .ojs-footer img {
    vertical-align: middle;
    margin-left: 6px;
  }

  /* =====================================
    OJS INFORMATION READER,LIBRARIAN, AND AUTHOR – MODERN STYLE
    ===================================== */
    .reader-info {
        max-width: 900px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        line-height: 1.7;
      }
    
      .reader-info h2 {
        color: #1f4db7;
        border-left: 5px solid #1f4db7;
        padding-left: 12px;
        margin-bottom: 20px;
      }
    
      .reader-card {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 24px 28px;
        margin-bottom: 24px;
      }
    
      .reader-highlight {
        background: #f5f8ff;
        border-radius: 8px;
        padding: 18px 20px;
        margin-bottom: 20px;
      }
    
      .reader-highlight strong {
        color: #1f4db7;
      }
    
      .reader-cta {
        background: #1f4db7;
        color: #ffffff;
        border-radius: 10px;
        padding: 20px 24px;
      }
    
      .reader-cta h3 {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 18px;
      }
    
      .reader-cta p {
        margin: 0;
        font-size: 14px;
        opacity: 0.95;
      }


      /* =====================================
        BUTTON MAKE SUBMISSION
        ===================================== */
        .btn-slide-ojs {
            position: relative;
            display: inline-block;
            padding: 12px 25px;
            border: 2px solid #c95b18;
            color: #c95b18;
            text-decoration: none;          
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;              
            overflow: hidden;
            transition: color 0.4s ease;
            width:100%;
            text-align:center;
          }
          
          /* SLIDE BACKGROUND */
          .btn-slide-ojs::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: #c95b18;
          
            transform: translateX(-100%);
            transition: transform 0.4s ease;
          
            z-index: -1;
          }
          
          /* HOVER */
          .btn-slide-ojs:hover::before {
            transform: translateX(0);
          }
          
          .btn-slide-ojs:hover {
            color: #ffffff;
          }
          
          /* FIX penting supaya pseudo-element bisa di belakang */
          .btn-slide-ojs {
            z-index: 1;
          }
          

  /* =====================================
   OJS EDITORIAL TEAM – FORMAL LIST + SVG
   ===================================== */
   .table-about{
    border-collapse:collapse;
   }
   .table-about tr td{
      padding:10px;
   }

   .table-about-title{
      font-weight:600;
      color:#006f49;    
   }