.knowledge-single-header__share ul li,
.blog-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  top: 0;
}

.knowledge-single-header__share ul li a,
.blog-share ul li a,
.knowledge-single-header__share .share-copy-link,
.blog-share .share-copy-link {
  appearance: none;
  background: transparent;
  border: 0;
  color: #09100c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  line-height: 0;
  min-height: 19px;
  min-width: 19px;
  padding: 0;
  position: relative;
  top: 0;
  width: 19px;
}

.knowledge-single-header__share ul li a svg,
.knowledge-single-header__share ul li a img,
.blog-share ul li a svg,
.blog-share ul li a img,
.knowledge-single-header__share .share-copy-link svg,
.blog-share .share-copy-link svg {
  display: block;
  height: 16px;
  transform: none;
  width: auto;
}

.knowledge-single-header__share .share-copy-link.is-copied,
.blog-share .share-copy-link.is-copied {
  color: #006F4F;
}

.knowledge-single-header__share .share-copy-link {
  top: -0.0625rem;
}

.knowledge-single-header__share ul li:not(:first-child),
.blog-share ul li:not(:first-child) {
  margin-left: 0.875rem;
}

.knowledge-single-header__share .share-copy-link::after,
.blog-share .share-copy-link::after {
  background: #09100c;
  color: #fff;
  content: attr(data-copied-label);
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  left: 50%;
  line-height: 1;
  opacity: 0;
  padding: 0.5rem 0.625rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.625rem);
  transform: translate(-50%, -0.25rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  z-index: 20;
}

.knowledge-single-header__share .share-copy-link.is-copied::after,
.blog-share .share-copy-link.is-copied::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  .knowledge-single-header__share ul li:not(:first-child),
  .blog-share ul li:not(:first-child) {
    margin-left: 0.625rem;
  }

  .knowledge-single-header__share .share-copy-link {
    top: -0.125rem;
  }

  .blog-share .share-copy-link {
    top: 0.0625rem;
  }
}
