.sidebar-help-link {
  min-height: 38px;
  margin: 0 0 12px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  color: #c7ced9;
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}
.sidebar-help-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .075);
}
.sidebar-help-link > span:first-child {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #c7d2fe;
  background: rgba(99, 102, 241, .18);
  font-size: 11px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .sidebar-help-link { display: none; }
}
