/* Center both dividers and prep for GSAP */
#brxe-rqhbyc,
#brxe-ufkplz {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  transform: scaleX(0); /* GSAP animates this */
}

/* Top divider: draw left → right */
#brxe-rqhbyc {
  transform-origin: left center;
}

/* Bottom divider: draw right → left */
#brxe-ufkplz {
  transform-origin: right center;
}
