/* Cross-domain CSS isolation guard
 * Bootstrap 3 is loaded on the riverBI side (via /css/bootstrap.css)
 * Bootstrap 5 is loaded on the recipePro side (via /dist/css/bootstrap.min.css)
 * Both classes (.btn, .container, .row, .col-*) overlap. Since they live on
 * different routes (recipePro.com vs riverbi.com) this works — but a recipePro
 * page should not pull in /css/bootstrap.css, and vice versa. This file does
 * nothing functional; it's a marker for future audits.
 */
.rbi-bootstrap-scope {}
.recipepro-bootstrap-scope {}