/* Top bar overrides (static copy) - lighter specificity and fewer !important uses */
#top .social a,
#top .social a:link,
#top .social a:visited,
#top .social a:active,
#top .lang-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  -webkit-transform: none;
  transform: none;
  text-decoration: none;
  color: #e2e8f0;
  width: 32px;
}

#top .social a i,
#top .lang-toggle i {
  display: block;
  font-size: 20px;
  line-height: 1;
}

#top .social a:hover,
#top .lang-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
