.indexing-sidebar {
  width: 220px;
  background-color: transparent;
  padding: 15px;
  border: none;
  font-family: Arial, sans-serif;
}

.indexing-sidebar h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.indexing-logos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.indexing-logos li {
  margin: 10px 0;
  text-align: center;
}

.indexing-logos img {
  max-width: 100px;
  max-height: 30px;
  object-fit: contain;
}
.issn-box {
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
  margin-top: 20px;
  font-family: sans-serif;
}

.issn-entry {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.issn-entry:last-child {
  margin-bottom: 0;
}

.issn-entry img {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.issn-entry span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.indexing-sidebar {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexing-sidebar h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.indexing-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.indexing-logos li {
  text-align: center;
  position: relative;
}

.indexing-logos li img {
  max-height: 35px;
  max-width: 90%;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 5px;
}

/* Hover effect */
.indexing-logos li img:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Tooltip */
.indexing-logos li::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 999;
}

.indexing-logos li:hover::after {
  opacity: 1;
  top: 115%;
}


@media (min-width: 992px) {
.pkp_site_name .is_img img {
    max-height: 180px; !important
  }
.sidebar_1{
    width: 100%;
    /*! border-collapse: collapse; */
}

.sidebar_1 td{
    height: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ffffff;
}
.sidebar_1 td a{
    width: 100%;
    display: block;
}
.sidebar_1 tr{
    background: #4b92b7;
    color: #ffffff;
    margin: 3px;
}

.sidebar_1 tr:hover{
    background-color: #2c3e50;
}

.sidebar_1 tr a{
    color: #ffffff;
}