/* BGone-specific tweaks on top of blizlab-ui.css */

/* Slight spacing tweaks for the tools card */
.tools-card .card-row {
  margin-bottom: 8px;
}

.tools-card .primary-btn {
  margin-bottom: 4px;
}

/* Original BGone brush look (kept scoped here) */
.brush-preview {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 153, 204, 0.9);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(0, 153, 204, 0.9);
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
  mix-blend-mode: screen;
}

.brush-preview.restore {
  border-color: rgba(255, 204, 51, 0.95);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(255, 204, 51, 0.9);
}