.lserj-indexing-slider {
  width: 100%;
  max-width: 900px;
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.lserj-indexing-title {
  text-align: center;
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lserj-indexing-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 4px 16px;
}

.lserj-indexing-scroll::-webkit-scrollbar {
  height: 8px;
}

.lserj-indexing-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

.lserj-indexing-scroll::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 20px;
}

.lserj-index-card {
  flex: 0 0 calc(33.333% - 11px);
  min-height: 150px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  box-sizing: border-box;
  scroll-snap-align: start;
  transition: all 0.25s ease;
}

.lserj-index-card:hover {
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12);
}

.lserj-index-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lserj-index-img-box {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.lserj-index-img-box img {
  width: 100%;
  height: 100%;
  max-width: 145px;
  max-height: 85px;
  object-fit: contain;
  display: block;
}

.lserj-index-name {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .lserj-index-card {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (max-width: 480px) {
  .lserj-index-card {
    flex: 0 0 100%;
  }

  .lserj-indexing-slider {
    padding: 14px;
  }
}
Side-bar
.lserj-sidebar-box {
  width: 100%;
  max-width: 330px;
  max-height: 520px;
  overflow-y: auto;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  border-top: 20px solid #e6c300;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  box-sizing: border-box;
  position: relative;
}

.lserj-sidebar-box::before {
  content: "";
  display: block;
  height: 4px;
  background: #00843d;
  width: 100%;
}

.lserj-sidebar-box::-webkit-scrollbar {
  width: 7px;
}

.lserj-sidebar-box::-webkit-scrollbar-track {
  background: #eeeeee;
}

.lserj-sidebar-box::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 10px;
}

.lserj-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lserj-sidebar-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d6d6d6;
}

.lserj-sidebar-item a,
.lserj-sidebar-info {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: #2f4a63;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  background: #f7f7f7;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
}

.lserj-sidebar-item a:hover {
  background: #eeeeee;
  color: #1f3d57;
}

.lserj-side-icon {
  width: 36px;
  min-width: 36px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #43586d;
  font-size: 18px;
  line-height: 1;
  border-right: 1px solid #dddddd;
  padding-right: 12px;
  box-sizing: border-box;
}

.lserj-side-text {
  flex: 1;
}

.lserj-sidebar-heading {
  padding: 13px 16px;
  background: #ffffff;
  color: #2f4a63;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  border-bottom: 1px solid #d6d6d6;
}

.lserj-journal-info {
  padding: 12px 16px;
  background: #ffffff;
  color: #2f4a63;
  font-size: 13px;
  line-height: 1.55;
  border-bottom: 1px solid #d6d6d6;
}

.lserj-journal-info p {
  margin: 0 0 6px;
}

.lserj-journal-info p:last-child {
  margin-bottom: 0;
}
/* LSERJ Copyright Footer CSS */
.lserj-copyright-footer {
  width: 100%;
  background: #2f2f2f;
  border-top: 4px solid #1f7fc5;
  padding: 22px 15px;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.lserj-copyright-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lserj-copyright-content p {
  margin: 0 0 8px;
  color: #d6d6d6;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.lserj-copyright-content p:last-child {
  margin-bottom: 0;
}

.lserj-copyright-content a {
  color: #ffffff;
  text-decoration: underline;
}

.lserj-copyright-content a:hover {
  color: #1f7fc5;
}

@media (max-width: 600px) {
  .lserj-copyright-content p {
    font-size: 14px;
    line-height: 1.55;
  }
}