.topbar-icon-links {
  gap: 10px;
  align-items: center;
}

.top-icon-link {
  min-width: 36px;
  min-height: 36px;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  background: transparent;
}

.top-icon-link:hover {
  background: rgba(0,0,0,.05);
}

.top-icon-glyph {
font-size: 35px;
  line-height: 1;
}

.top-icon-avatar {
width: 45px;
    height: 37px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--line, #ddd);
  background: var(--bg, #f5f5f5);
  display: block;
}

@media (max-width: 980px) {
  .topbar-icon-links {
    gap: 8px;
  }

  .top-icon-link {
    min-width: 34px;
    min-height: 34px;
    width: 34px;
    height: 34px;
  }

  .top-icon-avatar {
    width: 26px;
    height: 26px;
  }
}
