.rapid-resizable-layout-handler {
  position: relative;
}

.rapid-resizable-layout-handler--horizontal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 4px;
  background-color: transparent;
  user-select: none;
  touch-action: none;
}

.rapid-resizable-layout-handler--horizontal:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.rapid-resizable-layout-handler--vertical {
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 4px;
  background-color: transparent;
  user-select: none;
  touch-action: none;
}

.rapid-resizable-layout-handler--vertical:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
