.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
  .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;
    }
  }