/* Fix: reduce bootstrap-switch handle padding for compact sizing */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: content-box !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
