.resizable-horizontal {
  display: flex;
  flex-direction: row;
}

.resizable-vertical {
  display: flex;
  flex-direction: column;
}

.gutter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gutter-horizontal {
  background-image: url("/assets/grip-vertical-zinc-ecbf6e22.svg");
  border-inline-width: var(--border);
  cursor: col-resize;
}

.gutter-vertical {
  background-image: url("/assets/grip-horizontal-zinc-c40d9321.svg");
  border-block-width: var(--border);
  cursor: row-resize;
}
