/**
 * @file
 * Styles for the Collapsible paragraph anchor target.
 *
 * The .collapsible-anchor-target span is rendered immediately before the
 * .box-collapsible DS wrapper when an editor has set an Anchor ID on the
 * paragraph. The negative top offset compensates for the sticky navigation
 * header (135px) so the scroll destination lands just below the nav bar.
 */

.collapsible-anchor-target {
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden;
  pointer-events: none;
}
