#performance-dashboard-header-link {
  align-self: center;
  margin-left: auto;
  position: relative;
  z-index: 1000;
}

.performance-dashboard-nav-link {
  align-items: center;
  background: #087cf3;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(8, 124, 243, 0.28);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 40px;
  padding: 9px 18px !important;
  text-decoration: none;
  white-space: nowrap;
}

.performance-dashboard-nav-link:hover,
.performance-dashboard-nav-link:focus-visible {
  background: #056bd3;
  box-shadow: 0 5px 16px rgba(8, 124, 243, 0.38);
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}

@media (max-width: 992px) {
  #performance-dashboard-header-link {
    display: none;
  }

  #performance-dashboard-drawer-nav {
    margin: 14px 16px 18px;
  }

  #performance-dashboard-drawer-nav .performance-dashboard-nav-link {
    color: #ffffff !important;
    min-height: 48px;
    width: 100%;
  }
}
