.handle {
  width: 10px;
  height: 100%;
  background: #ddd;
  cursor: ew-resize;
}

.bg-orange {
  background-color: var(--bs-orange);
}