/* ── BFP Suite: Family Tree host container v2.4.0 ── */

/*
  Base styles only — width/margin breakout is handled by
  the inline JS in the shortcode, which measures the real
  page offset at runtime. This avoids all theme conflicts.
*/

.bfp70-host {
  display:    block;
  position:   relative;
  min-height: 500px;
  overflow:   hidden;
  padding:    0;
  box-sizing: border-box;
}
