/* ============================================================================
   General BS5 Compatibility Adjustments to be applied before BS5 CSS is loaded
   ============================================================================ */

/* ============================================================================
   4. Grid/alignment Refinements
   
   Bootstrap 5 removed col-xs-* in favor of col-*
   ============================================================================ */

.col-xs-12 {
  /* Fallback mapping for col-xs-12 → col-12 in BS5 */
  flex: 0 0 100%;
  max-width: 100%;
}
