/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./src/css/hover-links.css ***!
  \*******************************************************************************************************/
/* Header links */

a.header-icon {
  height: 1.5rem;
  margin-left: 0.5rem;
}
#page_contents a.copy-link {
  text-decoration: none;
}
.copy-link * {
  cursor: pointer;
  webkit-transition: all 0.2s cubic-bezier(.56, .2, .23, .89);
  transition: all 0.2s cubic-bezier(.56, .2, .23, .89);
}
.copy-link>:first-child:after {
  content: url(../assets/images/link.svg);
  margin-left: 10px;
  opacity: 0;
  position: absolute;
}
.copy-link>:first-child:hover:after {
  opacity: 1;
}
span.copied {
  display: none;
  font-family: var(--wp--preset--font-family--axiforma);
  font-size: 14px;
  background-color: var(--wp--preset--color--blue-medium);
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  line-height: 20px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}
span.copied:before {
  content: url(../assets/images/link-white.svg);
  margin-right: .5rem;
}

/*# sourceMappingURL=hover-links.css.map*/