.elementor-997 .elementor-element.elementor-element-988a434{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c40f5f4 */.wb-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.wb-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  background: #f1f3f4;
  border-radius: 8px;
  align-items: center;
}

.wb-toolbar button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.wb-toolbar button:hover {
  background: #e8eaed;
}

.wb-toolbar button.active {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
}

.wb-toolbar input[type="color"],
.wb-toolbar input[type="number"] {
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.divider {
  color: #ccc;
  margin: 0 5px;
}

#canvas-container {
  position: relative;
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: crosshair;
}

#board {
  display: block;
  width: 100%;
  height: auto;
  touch-action: none; /* Prevents scrolling while drawing on touch devices */
}

#wb-textbox {
  position: absolute;
  display: none;
  min-width: 150px;
  min-height: 20px;
  border: 2px dashed #4285f4;
  background: rgba(255,255,255,0.8);
  resize: both;
  outline: none;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}/* End custom CSS */