/*
 * Frontend styles for BaqFlo - SamePage.
 * The plugin keeps visual opinions minimal and only styles hidden anchors plus
 * SamePage anchor markers and core scrolling behaviour. Menu styling is inherited from the theme.
 */
.bfsp-anchor {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
}

/*
 * SamePage intentionally does not visually style menu links by default.
 * It only adds/removes classes so the active styling from the current theme can follow
 * the correct SamePage menu item.
 *
 * Available classes for optional user CSS:
 * .BFSP-active
 * .BFSP-inactive
 * .bfsp-menu-link
 * .bfsp-menu-anchor
 * body.bfsp-override-active-state
 */

/* Saved SamePage Anchor block output. It exists only as a crawl target. */
.bfsp-anchor-spacer {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
}

