.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Footer */
  .logo-hidden {
    display: none !important;
  }
  .indexed-table-section {
    width: 100%;
    margin: 25px 0;
    padding: 20px 10px;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
  }

  .indexed-table-section p {
    font-size: 18px;
    color: #1e293b;
    margin: 0 0 18px;
    font-weight: 600;
  }

  .indexed-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .indexed-table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
  }

  .indexed-table td {
    width: 20%;
    padding: 10px 6px;
    text-align: center;
    vertical-align: middle;
    border: none;
    box-sizing: border-box;
  }

  .indexed-table a {
    width: 100%;
    max-width: 145px;
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .indexed-table img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .indexed-table img:hover {
    transform: scale(1.04);
    opacity: 0.85;
  }

  .logo-gs {
    max-width: 100%;
    max-height: 48px;
  }

  .logo-sinta {
    max-width: 92%;
    max-height: 54px;
  }

  .logo-garuda {
    max-width: 100%;
    max-height: 42px;
  }

  .logo-dimensions {
    max-width: 100%;
    max-height: 36px;
  }

  .logo-crossref {
    max-width: 100%;
    max-height: 44px;
  }

  @media (max-width: 768px) {
    .indexed-table-section {
      padding: 16px 8px;
    }

    .indexed-table,
    .indexed-table tbody,
    .indexed-table tr,
    .indexed-table td {
      display: block;
      width: 100%;
    }

    .indexed-table tr {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      width: 100%;
    }

    .indexed-table td {
      padding: 8px 4px;
    }

    .indexed-table a {
      max-width: 120px;
      min-height: 52px;
    }

    .logo-gs {
      max-height: 42px;
    }

    .logo-sinta {
      max-height: 48px;
    }

    .logo-garuda {
      max-height: 38px;
    }

    .logo-dimensions {
      max-height: 32px;
    }

    .logo-crossref {
      max-height: 38px;
    }
  }

  @media (max-width: 480px) {
    .indexed-table-section p {
      font-size: 16px;
      margin-bottom: 14px;
    }

    .indexed-table tr {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }

    .indexed-table a {
      max-width: 118px;
      min-height: 50px;
    }

    .logo-gs {
      max-height: 40px;
    }

    .logo-sinta {
      max-height: 46px;
    }

    .logo-garuda {
      max-height: 36px;
    }

    .logo-dimensions {
      max-height: 30px;
    }

    .logo-crossref {
      max-height: 36px;
    }
  }

  /* Menu */
.ojs-side-menu {
    --ojs-heading-bg: #fa8e11;
    --ojs-heading-bg-dark: #d87300;
    --ojs-heading-text: #ffffff;

    --ojs-list-bg: #fff8d9;
    --ojs-list-bg-soft: #fffdf0;
    --ojs-list-border: #f1e6b8;
    --ojs-list-text: #2b2b2b;

    --ojs-hover-bg: #fa8e11;
    --ojs-hover-text: #ffffff;
    --ojs-hover-soft: #fff1bd;

    --ojs-icon-bg: rgba(250, 142, 17, 0.14);
    --ojs-icon-hover-bg: rgba(255, 255, 255, 0.24);
    --ojs-icon-color: #d87300;

    --ojs-white: #ffffff;
    --ojs-shadow: rgba(250, 142, 17, 0.32);
    --ojs-dark-overlay: rgba(43, 43, 43, 0.78);

    width: 100%;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.ojs-side-menu * {
    box-sizing: border-box;
}

/* Template don't erase */

.ojs-menu-section {
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--ojs-list-border);
    background: var(--ojs-list-bg);
    box-shadow: 0 4px 14px rgba(31, 60, 62, 0.08);
}

.ojs-menu-title {
    background: linear-gradient(135deg, var(--ojs-heading-bg), var(--ojs-heading-bg-dark));
    color: var(--ojs-heading-text);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 12px 10px;
    text-transform: uppercase;
}

/*  MAIN MENU */

.ojs-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ojs-menu-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--ojs-list-border);
}

.ojs-menu-list li:last-child {
    border-bottom: none;
}

.ojs-menu-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
    background: var(--ojs-list-bg-soft);
    color: var(--ojs-list-text);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    transition: all 0.25s ease;
}

.ojs-menu-list a::after {
    content: "›";
    flex: 0 0 auto;
    font-size: 18px;
    color: var(--ojs-heading-bg-dark);
    line-height: 1;
    transition: transform 0.25s ease;
}

.ojs-menu-list a:hover,
.ojs-menu-list a:focus {
    background: var(--ojs-hover-bg);
    color: var(--ojs-hover-text);
    padding-left: 18px;
    outline: none;
}

.ojs-menu-list a:hover::after,
.ojs-menu-list a:focus::after {
    color: var(--ojs-hover-text);
    transform: translateX(3px);
}

/* JOURNAL TEMPLATE AND STATMENT ORIGINAL */

.ojs-template-list,
.ojs-template-image-list {
    list-style: none;
    margin: 0;
    padding: 12px;
}

.ojs-template-list li,
.ojs-template-image-list li {
    margin: 0 0 10px 0;
    padding: 0;
}

.ojs-template-list li:last-child,
.ojs-template-image-list li:last-child {
    margin-bottom: 0;
}

.ojs-template-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 64px;
    padding: 13px 14px;
    border-radius: 10px;
    background: var(--ojs-list-bg-soft);
    border: 1px solid var(--ojs-list-border);
    color: var(--ojs-icon-color);
    text-decoration: none;
    transition: all 0.25s ease;
    overflow: hidden;
}

.ojs-template-card:hover,
.ojs-template-card:focus {
    background: var(--ojs-hover-bg);
    color: var(--ojs-hover-text);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px var(--ojs-shadow);
    outline: none;
}

.ojs-template-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--ojs-icon-bg);
}

.ojs-template-card:hover .ojs-template-icon,
.ojs-template-card:focus .ojs-template-icon {
    background: var(--ojs-icon-hover-bg);
}

.ojs-template-icon svg {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    fill: currentColor;
}

.ojs-template-icon img {
    display: block;
    width: 100%;
    max-width: 28px;
    height: auto;
    max-height: 28px;
    object-fit: contain;
    border: 0;
}

.ojs-template-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    line-height: 1.25;
}

.ojs-template-text strong {
    display: block;
    max-width: 100%;
    font-size: 13.5px;
    font-weight: 700;
    color: inherit;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ojs-template-text small {
    display: block;
    max-width: 100%;
    margin-top: 3px;
    font-size: 11.5px;
    color: inherit;
    opacity: 0.78;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ojs-template-image-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 78px;
    padding: 10px;
    border-radius: 10px;
    background: var(--ojs-list-bg-soft);
    border: 1px solid var(--ojs-list-border);
    text-decoration: none;
    transition: all 0.25s ease;
    overflow: hidden;
}

.ojs-template-image-card:hover,
.ojs-template-image-card:focus {
    background: var(--ojs-hover-soft);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px var(--ojs-shadow);
    outline: none;
}

.ojs-template-image-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 78px;
    object-fit: contain;
    border: 0;
}

/* TOOLS LOGO */

.ojs-tools-list {
    list-style: none;
    margin: 0;
    padding: 12px;
}

.ojs-tools-list li {
    margin: 0 0 10px 0;
    padding: 0;
}

.ojs-tools-list li:last-child {
    margin-bottom: 0;
}

.ojs-tool-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--ojs-list-bg-soft);
    border: 1px solid var(--ojs-list-border);
    text-decoration: none;
    transition: all 0.25s ease;
}

.ojs-tool-card:hover,
.ojs-tool-card:focus {
    background: var(--ojs-hover-soft);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px var(--ojs-shadow);
    outline: none;
}

.ojs-tool-card img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
    border: 0;
}

/* CERTIFICATE  & SINTA */

.ojs-certificate-list {
    list-style: none;
    margin: 0;
    padding: 12px;
}

.ojs-certificate-list li {
    margin: 0 0 10px 0;
    padding: 0;
}

.ojs-certificate-list li:last-child {
    margin-bottom: 0;
}

.ojs-certificate-card {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: var(--ojs-list-bg-soft);
    border: 1px solid var(--ojs-list-border);
    text-decoration: none;
    transition: all 0.25s ease;
}

.ojs-certificate-card:hover,
.ojs-certificate-card:focus {
    background: var(--ojs-hover-soft);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px var(--ojs-shadow);
    outline: none;
}

.ojs-certificate-card img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 0;
    border-radius: 8px;
    object-fit: contain;
}

.ojs-certificate-card[href^="#zoom-"] {
    cursor: zoom-in;
}

/* ZOOM MODAL */

.ojs-zoom-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: var(--ojs-dark-overlay);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
}

.ojs-zoom-modal:target {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ojs-zoom-content {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 94vw;
    max-height: 92vh;
    padding: 12px;
    border-radius: 14px;
    background: var(--ojs-white);
    box-shadow: 0 18px 50px rgba(31, 60, 62, 0.35);
    transform: scale(0.96);
    transition: transform 0.25s ease;
}

.ojs-zoom-modal:target .ojs-zoom-content {
    transform: scale(1);
}

.ojs-zoom-content img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 84vh;
    border-radius: 10px;
    object-fit: contain;
}

.ojs-zoom-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ojs-hover-bg);
    color: var(--ojs-hover-text);
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(31, 60, 62, 0.25);
}

.ojs-zoom-close:hover,
.ojs-zoom-close:focus {
    background: var(--ojs-list-text);
    color: var(--ojs-hover-text);
    outline: none;
}

/* RESPONSIVE MENU */

@media screen and (max-width: 768px) {
    .ojs-side-menu {
        margin-bottom: 20px;
    }

    .ojs-menu-title {
        font-size: 13.5px;
        padding: 11px 8px;
    }

    .ojs-menu-list a {
        min-height: 44px;
        padding: 12px 13px;
        font-size: 13px;
    }

    .ojs-template-list,
    .ojs-template-image-list,
    .ojs-tools-list,
    .ojs-certificate-list {
        padding: 10px;
    }

    .ojs-template-card {
        min-height: 60px;
        padding: 11px 12px;
        gap: 10px;
    }

    .ojs-template-icon {
        flex: 0 0 38px;
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .ojs-template-icon svg {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }

    .ojs-template-icon img {
        max-width: 25px;
        max-height: 25px;
    }

    .ojs-template-text strong {
        font-size: 13px;
    }

    .ojs-template-text small {
        font-size: 11px;
    }

    .ojs-template-image-card {
        min-height: 72px;
        padding: 9px;
    }

    .ojs-template-image-card img {
        max-height: 70px;
    }

    .ojs-tool-card {
        min-height: 56px;
        padding: 10px;
    }

    .ojs-tool-card img {
        max-height: 38px;
    }

    .ojs-certificate-card {
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .ojs-menu-section {
        border-radius: 8px;
    }

    .ojs-menu-list a {
        font-size: 12.8px;
    }

    .ojs-template-image-card {
        border-radius: 8px;
    }

    .ojs-template-image-card img {
        max-height: 64px;
    }

    .ojs-tool-card {
        border-radius: 8px;
    }

    .ojs-tool-card img {
        max-height: 36px;
    }

    .ojs-certificate-card {
        border-radius: 8px;
    }

    .ojs-certificate-card img {
        border-radius: 6px;
    }

    .ojs-zoom-content {
        padding: 8px;
        border-radius: 10px;
    }

    .ojs-zoom-content img {
        max-height: 80vh;
        border-radius: 8px;
    }

    .ojs-zoom-close {
        top: -12px;
        right: -8px;
    }
}

@media screen and (max-width: 360px) {
    .ojs-template-card {
        padding: 10px;
        gap: 8px;
    }

    .ojs-template-icon {
        flex: 0 0 34px;
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .ojs-template-icon svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .ojs-template-icon img {
        max-width: 22px;
        max-height: 22px;
    }

    .ojs-template-text strong {
        font-size: 12.5px;
    }

    .ojs-template-text small {
        font-size: 10.5px;
    }

    .ojs-template-image-card {
        min-height: 66px;
        padding: 8px;
    }

    .ojs-template-image-card img {
        max-height: 60px;
    }
}