.md-header__gitee {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--md-primary-bg-color);
  opacity: 0.78;
}

[dir="ltr"] .md-header__gitee {
  margin-left: 1rem;
}

[dir="rtl"] .md-header__gitee {
  margin-right: 1rem;
}

.md-header__gitee:hover {
  opacity: 1;
}

.md-header__gitee svg {
  width: 1.05rem;
  height: 1.05rem;
}

.md-header__repo-separator {
  display: none;
  align-items: center;
  height: 2.4rem;
  margin: 0 0.2rem;
  color: var(--md-primary-bg-color);
  font-size: 0;
  opacity: 0.5;
}

.md-header__repo-separator::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 1.3rem;
  background: currentColor;
}

[dir="ltr"] .md-header__repo-separator + .md-header__source {
  margin-left: 0;
}

[dir="rtl"] .md-header__repo-separator + .md-header__source {
  margin-right: 0;
}

@media screen and (min-width: 60em) {
  .md-header__repo-separator {
    display: inline-flex;
  }
}

@media screen and (min-width: 76.25em) {
  [dir="ltr"] .md-header__gitee {
    margin-left: 1.4rem;
  }

  [dir="rtl"] .md-header__gitee {
    margin-right: 1.4rem;
  }
}
