// ============================================
// Gap Utilities (for flex/grid)
// ============================================

// Gap
.jbs-gap-0 { gap: 0 !important; }
.jbs-gap-1 { gap: 0.25rem !important; }
.jbs-gap-2 { gap: 0.5rem !important; }
.jbs-gap-3 { gap: 1rem !important; }
.jbs-gap-4 { gap: 1.5rem !important; }
.jbs-gap-5 { gap: 3rem !important; }
