/* ORBIT Hover Effects for Current Inline Sidebar HTML */
/* Upload this file to Website Settings → Appearance → Advanced → Journal Style Sheet */

/* Smooth movement for ORBIT sidebar text buttons */
a[href*="journal.uinjkt.ac.id/orbit/"] {
  transition: all 0.25s ease !important;
}

a[href*="journal.uinjkt.ac.id/orbit/"]:hover {
  background: #032B48 !important;
  color: #ffffff !important;
  transform: translateX(4px);
  box-shadow: 0 4px 10px rgba(3, 43, 72, 0.25);
}

/* Keep the Make a Submission button moving upward instead of sideways */
a[href*="/orbit/about/submissions"]:hover {
  transform: translateY(-3px);
}

/* Smooth movement for template, indexing, visitor counter, and recommended tools logos */
a[href*="docs.google.com"],
a[href*="scholar.google.com"],
a[href*="info.flagcounter.com"],
a[href*="turnitin.com"],
a[href*="mendeley.com"],
a[href*="zotero.org"],
a[href*="grammarly.com"],
a[href*="pkp.sfu.ca"] {
  transition: all 0.25s ease !important;
}

a[href*="docs.google.com"]:hover,
a[href*="scholar.google.com"]:hover,
a[href*="info.flagcounter.com"]:hover,
a[href*="turnitin.com"]:hover,
a[href*="mendeley.com"]:hover,
a[href*="zotero.org"]:hover,
a[href*="grammarly.com"]:hover,
a[href*="pkp.sfu.ca"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(3, 43, 72, 0.18);
}

/* Prevent hover effects from being awkward on mobile */
@media (max-width: 768px) {
  a[href*="journal.uinjkt.ac.id/orbit/"]:hover,
  a[href*="docs.google.com"]:hover,
  a[href*="scholar.google.com"]:hover,
  a[href*="info.flagcounter.com"]:hover,
  a[href*="turnitin.com"]:hover,
  a[href*="mendeley.com"]:hover,
  a[href*="zotero.org"]:hover,
  a[href*="grammarly.com"]:hover,
  a[href*="pkp.sfu.ca"]:hover {
    transform: none;
  }
}
