.md-header__docker {
  margin-left: 0.4rem;
  padding: 0.2rem 0.35rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--md-primary-fg-color);
  background: transparent;
  text-decoration: none;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.md-header__docker:hover {
  opacity: 0.9;
}

.docker-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
