.skill-download-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--fable-role-control-outline, #789496);
  border-radius: 3px;
  color: var(--fable-role-primary, #174b67) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--fable-font-ui, "PingFang SC", sans-serif);
  font-size: 13px;
  font-weight: 600;
  gap: 0.45rem;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.02em;
  padding: 0 0.9rem;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.skill-download-button svg {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}

.skill-download-button:hover {
  background: var(--fable-role-canvas, #edf3f4);
  border-color: var(--fable-role-primary, #174b67);
}

.skill-download-button:focus-visible {
  border-color: var(--fable-role-primary, #174b67);
  outline: 3px solid var(--fable-role-state-current, #d76855);
  outline-offset: 3px;
}

@media screen and (max-width: 600px) {
  .md-header__skill {
    height: 36px;
    padding: 0 0.65rem;
  }

  .md-header__skill span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skill-download-button {
    transition: none;
  }
}
