.nf-developer {
  font-size: 13px;
  opacity: 0.7;
}

.nf-developer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cfcfcf;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.nf-developer a:hover {
  opacity: 1;
  color: #f1634a;
}

.nf-developer img {
  width: 18px !important;
  height: 16px !important;
}

.scroll-top-wrapper.show {
  margin-right: 40px;
}
