.heading.heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  .heading-text {
    flex: 1 100%;
  }
  .heading-anchor-deprecated {
    position: absolute;
    top: 0;
  }
  .heading-anchor {
    top: -1rem !important;
  }
  .heading-anchor,
  .heading-anchor-icon {
    position: absolute !important;
    display: inline !important;
    order: -1;
    right: 100%;
    top: unset !important;
    margin-right: -0.8rem;
    padding: 0.8rem 0.2rem 0.8rem 0 !important;
    font-size: 0.8rem !important;
    text-decoration: none;
    color: inherit;
    transform: translateX(-100%);
    transition: 0.2s ease;
    &:hover {
      opacity: 1;
    }
  }
  &:not(:hover) .heading-anchor-icon {
    opacity: 0;
  }
}

.callout .heading.heading .heading-anchor-icon {
  display: none !important;
}

