/* ------------------------------------------------------------------
   Global float clearing (prevents “next panel slides under” issues)
------------------------------------------------------------------ */
.row::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* WARNING: This affects Bootstrap float utilities site-wide */
.float-start,
.float-end {
  float: none !important;
  width: 100%;
}
