/* Use on learning module pages only — never on dashboard.html. */

/* Java, Manual Testing, SQL and API headers */
.academy-header .academy-nav a:not(:first-child) { display: none; }
.academy-header .academy-nav { margin-left: auto; }
.academy-header .academy-nav a:first-child,
.academy-header .academy-nav-home a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #2563eb;
  border-radius: 10px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

/* Selenium header */
.selenium-header .selenium-nav a:not(:first-child) { display: none; }
.selenium-header .selenium-nav { margin-left: auto; }
.selenium-header .selenium-nav a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #2563eb;
  border-radius: 10px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}
