/* Aver branding — emerald accent on default Just the Docs theme */

/* Links */
a, .site-nav .nav-list-link.active {
  color: #059669;
}
a:hover {
  color: #047857;
}

/* Primary button */
.btn-primary {
  background-color: #059669 !important;
  background-image: none !important;
  border-color: #059669 !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #047857 !important;
  background-image: none !important;
  border-color: #047857 !important;
}

/* Active nav indicator */
.nav-list-link.active {
  border-left-color: #059669 !important;
}

/* Search highlight */
.search-result-highlight {
  background-color: #d1fae5;
}
