#jigsaw-root {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 400px;
  background: #111;
  overflow: hidden;
}

#jigsaw-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.jigsaw-menu {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.jigsaw-menu button {
  background: rgba(0,0,0,.75);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
}
