.domox-image-editor {
  --die-surface: #101820;
  --die-border: rgba(0, 172, 210, 0.24);
  --die-brand: #00acd2;
  --die-text-dark: #111827;
  --die-muted-dark: #4b5563;
  color: var(--die-text-dark);
}

.domox-image-editor .BR-rootHolder {
  width: 100%;
  min-width: 790px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.domox-image-editor .BR-commandHolder1,
.domox-image-editor .BR-commandHolder2 {
  height: 48px;
  padding: 7px 8px;
  background: linear-gradient(180deg, #324b5c 0%, #243c4c 52%, #182c3a 100%);
  border: 1px solid var(--die-border);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 6px;
  overflow: visible;
}

.domox-image-editor .BR-commandHolder2 {
  margin-bottom: 8px;
}

.domox-image-editor .BR-commandHolder2Left,
.domox-image-editor .BR-commandHolder2Right {
  top: 7px;
  height: 32px;
  overflow: visible;
  display: flex;
  align-items: center;
}

.domox-image-editor .BR-commandBtn,
.domox-image-editor .BR-commandInfoBtn,
.domox-image-editor .BR-commandBtnArrow,
.domox-image-editor .BR-commandAutoCrop,
.domox-image-editor .BR-commandManualCrop {
  width: 32px;
  height: 32px;
  margin-left: 6px;
  border: 1px solid rgba(0, 172, 210, 0.28);
  border-radius: 7px;
  background-color: #e8eef4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.domox-image-editor .BR-commandBtnArrow {
  width: 18px;
  border-left: 1px solid rgba(0, 172, 210, 0.28);
  background-size: 12px 12px;
}

.domox-image-editor .BR-commandBtn:hover,
.domox-image-editor .BR-commandBtnArrow:hover {
  border-color: var(--die-brand);
  box-shadow: 0 0 0 2px rgba(0, 172, 210, 0.16);
  transform: translateY(-1px);
}

.domox-image-editor .BR-commandBtn:active,
.domox-image-editor .BR-commandBtnArrow:active {
  background-position: center center;
  transform: translateY(0);
}

.domox-image-editor .BR-commandText {
  width: auto;
  min-width: 0;
  height: 32px;
  padding: 0 12px;
  color: #0f1720 !important;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
}

.domox-image-editor .BR-commandSelectImage,
.domox-image-editor .BR-commandDownloadImage {
  display: none !important;
}

.domox-image-editor .BR-commandConvert {
  margin-left: 12px;
  background: linear-gradient(180deg, #52616b 0%, #34424b 100%);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

.domox-image-editor .BR-imagesHolder {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
}

.domox-image-editor .BR-leftImageHolder,
.domox-image-editor .BR-rightImageHolder {
  border: 1px solid rgba(0, 172, 210, 0.26);
  border-radius: 8px;
  background-color: #101820;
  box-sizing: border-box;
  overflow: hidden;
}

.domox-image-editor .BR-rightImageHolder {
  background-color: #f8fafc;
}

.domox-image-editor .BR-commandMagicWandPropsHolder,
.domox-image-editor .BR-commandManualCropPropsHolder,
.domox-image-editor .BR-commandEdgeHolder {
  border-color: rgba(0, 172, 210, 0.28);
  background: #e8eef4;
  border-radius: 7px;
  color: var(--die-text-dark);
}

.domox-image-editor .BR-commandMagicWandPropTolerance,
.domox-image-editor .BR-commandMagicWandPropBorderWidth,
.domox-image-editor .BR-commandManualCropPropX,
.domox-image-editor .BR-commandManualCropPropY,
.domox-image-editor .BR-commandManualCropPropW,
.domox-image-editor .BR-commandManualCropPropH,
.domox-image-editor .BR-commandFeatherSelect,
.domox-image-editor .BR-commandEdgeSelect {
  border-radius: 4px !important;
  background: #fff !important;
  color: #111827 !important;
}

.domox-image-editor .BR-edgeLabel,
.domox-image-editor .BR-commandInfoLabel {
  color: var(--die-muted-dark) !important;
}

.domox-image-editor .BR-disabledBtn {
  opacity: 0.36;
  filter: grayscale(0.6);
}

.domox-image-editor .BR-commandYellowMarker,
.domox-image-editor .BR-commandYellowMarkerHorizontal,
.domox-image-editor .BR-commandYellowMarkerVertical,
.domox-image-editor .BR-commandMagicWand {
  background-color: #0d2b3a;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: rgba(0, 172, 210, 0.42);
}

.domox-image-editor .BR-commandYellowMarkerFree {
  background-image: url(editor/css/images/circel.svg);
  background-size: 24px 24px;
}

.domox-image-editor .BR-commandYellowMarkerHorizontal {
  background-image: url(editor/css/images/line_horizontal.svg);
  background-size: 24px 24px;
}

.domox-image-editor .BR-commandYellowMarkerVertical {
  background-image: url(editor/css/images/line_vertical.svg);
  background-size: 24px 24px;
}

.domox-image-editor .BR-commandMagicWand {
  background-image: url(editor/css/images/wand.svg);
  background-size: 22px 22px;
}

.domox-image-editor .BR-commandYellowMarker.BR-commandActive,
.domox-image-editor .BR-commandYellowMarkerHorizontal.BR-commandActive,
.domox-image-editor .BR-commandYellowMarkerVertical.BR-commandActive,
.domox-image-editor .BR-commandMagicWand.BR-commandActive {
  background-color: #123f53;
  border-color: rgba(0, 172, 210, 0.82);
}

/* Domox yellow SVG tool masks: color is controlled by CSS, not by the SVG file fill. */
.domox-image-editor .BR-commandYellowMarker,
.domox-image-editor .BR-commandYellowMarkerHorizontal,
.domox-image-editor .BR-commandYellowMarkerVertical,
.domox-image-editor .BR-commandMagicWand {
  position: relative;
  background-image: none !important;
  background-color: #0a2634 !important;
  border-color: rgba(0, 172, 210, 0.42) !important;
}

.domox-image-editor .BR-commandYellowMarker::after,
.domox-image-editor .BR-commandYellowMarkerHorizontal::after,
.domox-image-editor .BR-commandYellowMarkerVertical::after,
.domox-image-editor .BR-commandMagicWand::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #ffe000;
  pointer-events: none;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
}

.domox-image-editor .BR-commandYellowMarker::after {
  -webkit-mask-image: url(editor/css/images/circel.svg);
  mask-image: url(editor/css/images/circel.svg);
}

.domox-image-editor .BR-commandYellowMarkerHorizontal::after {
  -webkit-mask-image: url(editor/css/images/line_horizontal.svg);
  mask-image: url(editor/css/images/line_horizontal.svg);
}

.domox-image-editor .BR-commandYellowMarkerVertical::after {
  -webkit-mask-image: url(editor/css/images/line_vertical.svg);
  mask-image: url(editor/css/images/line_vertical.svg);
}

.domox-image-editor .BR-commandMagicWand::after {
  -webkit-mask-image: url(editor/css/images/wand.svg);
  mask-image: url(editor/css/images/wand.svg);
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
}

.domox-image-editor .BR-commandYellowMarker.BR-commandActive,
.domox-image-editor .BR-commandYellowMarkerHorizontal.BR-commandActive,
.domox-image-editor .BR-commandYellowMarkerVertical.BR-commandActive,
.domox-image-editor .BR-commandMagicWand.BR-commandActive {
  background-color: #103b50 !important;
  border-color: rgba(0, 172, 210, 0.82) !important;
}

/* Domox move tool icon */
.domox-image-editor .BR-commandMove {
  position: relative;
  background-image: none !important;
}

.domox-image-editor .BR-commandMove::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #00acd2;
  pointer-events: none;
  -webkit-mask-image: url(editor/css/images/move.svg);
  mask-image: url(editor/css/images/move.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
}

.domox-image-editor .BR-commandMove.BR-commandActive::after {
  background: #7bdff2;
}

/* Domox dark tool hover states */
.domox-image-editor .BR-commandYellowMarker:hover,
.domox-image-editor .BR-commandYellowMarker:focus,
.domox-image-editor .BR-commandYellowMarker:active,
.domox-image-editor .BR-commandYellowMarkerHorizontal:hover,
.domox-image-editor .BR-commandYellowMarkerHorizontal:focus,
.domox-image-editor .BR-commandYellowMarkerHorizontal:active,
.domox-image-editor .BR-commandYellowMarkerVertical:hover,
.domox-image-editor .BR-commandYellowMarkerVertical:focus,
.domox-image-editor .BR-commandYellowMarkerVertical:active,
.domox-image-editor .BR-commandMagicWand:hover,
.domox-image-editor .BR-commandMagicWand:focus,
.domox-image-editor .BR-commandMagicWand:active,
.domox-image-editor .BR-commandMove:hover,
.domox-image-editor .BR-commandMove:focus,
.domox-image-editor .BR-commandMove:active {
  background-image: none !important;
  background-color: #0f3344 !important;
  border-color: rgba(0, 172, 210, 0.82) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 172, 210, 0.5), 0 0 0 2px rgba(0, 172, 210, 0.12) !important;
}

.domox-image-editor .BR-commandYellowMarker.BR-commandActive:hover,
.domox-image-editor .BR-commandYellowMarkerHorizontal.BR-commandActive:hover,
.domox-image-editor .BR-commandYellowMarkerVertical.BR-commandActive:hover,
.domox-image-editor .BR-commandMagicWand.BR-commandActive:hover,
.domox-image-editor .BR-commandMove.BR-commandActive:hover {
  background-color: #103b50 !important;
}

/* Domox convert readiness */
.domox-image-editor .BR-commandConvert.BR-commandConvertDisabled {
  opacity: 0.42;
  filter: grayscale(0.45);
  cursor: not-allowed;
  background: linear-gradient(180deg, #52616b 0%, #34424b 100%) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
}

.domox-image-editor .BR-commandConvert.BR-commandConvertReady {
  opacity: 1;
  filter: none;
  cursor: pointer;
  background: linear-gradient(180deg, #20d36b 0%, #11964a 100%) !important;
  border-color: rgba(64, 255, 142, 0.72) !important;
  color: #062011 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
  animation: domoxConvertBreath 1.95s ease-in-out infinite;
}

@keyframes domoxConvertBreath {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(32, 211, 107, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(64, 255, 142, 0.56);
    filter: saturate(0.94) brightness(0.96);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(32, 211, 107, 0.18), 0 0 14px rgba(32, 211, 107, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    border-color: rgba(64, 255, 142, 0.95);
    filter: saturate(1.08) brightness(1.04);
  }
}

/* Domox dark utility tool buttons */
.domox-image-editor .BR-commandRemoveDrawing,
.domox-image-editor .BR-commandMove,
.domox-image-editor .BR-commandZoomIn,
.domox-image-editor .BR-commandZoomOut {
  position: relative;
  background-image: none !important;
  background-color: #0a2634 !important;
  border-color: rgba(0, 172, 210, 0.42) !important;
}

.domox-image-editor .BR-commandRemoveDrawing::after,
.domox-image-editor .BR-commandMove::after,
.domox-image-editor .BR-commandZoomIn::after,
.domox-image-editor .BR-commandZoomOut::after {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
}

.domox-image-editor .BR-commandRemoveDrawing::after {
  background: #ff3030;
  -webkit-mask-image: url(editor/css/images/removeDrawing.svg);
  mask-image: url(editor/css/images/removeDrawing.svg);
}

.domox-image-editor .BR-commandMove::after {
  background: #7bdff2;
  -webkit-mask-image: url(editor/css/images/move.svg);
  mask-image: url(editor/css/images/move.svg);
}

.domox-image-editor .BR-commandZoomIn::after {
  background: #7bdff2;
  -webkit-mask-image: url(editor/css/images/zoom-in.svg);
  mask-image: url(editor/css/images/zoom-in.svg);
}

.domox-image-editor .BR-commandZoomOut::after {
  background: #7bdff2;
  -webkit-mask-image: url(editor/css/images/zoom-out.svg);
  mask-image: url(editor/css/images/zoom-out.svg);
}

.domox-image-editor .BR-commandRemoveDrawing:hover,
.domox-image-editor .BR-commandMove:hover,
.domox-image-editor .BR-commandZoomIn:hover,
.domox-image-editor .BR-commandZoomOut:hover,
.domox-image-editor .BR-commandRemoveDrawing:focus,
.domox-image-editor .BR-commandMove:focus,
.domox-image-editor .BR-commandZoomIn:focus,
.domox-image-editor .BR-commandZoomOut:focus,
.domox-image-editor .BR-commandRemoveDrawing:active,
.domox-image-editor .BR-commandMove:active,
.domox-image-editor .BR-commandZoomIn:active,
.domox-image-editor .BR-commandZoomOut:active {
  background-image: none !important;
  background-color: #0f3344 !important;
  border-color: rgba(0, 172, 210, 0.82) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 172, 210, 0.5), 0 0 0 2px rgba(0, 172, 210, 0.12) !important;
}





/* Domox unified dark toolbar buttons */
.domox-image-editor .BR-commandHolder2 .BR-commandBtn:not(.BR-commandConvert),
.domox-image-editor .BR-commandHolder2 .BR-commandBtnArrow {
  background-color: #0a2634 !important;
  background-image: none !important;
  border-color: rgba(0, 172, 210, 0.42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.26) !important;
}

.domox-image-editor .BR-commandHolder2 .BR-commandBtn:not(.BR-commandConvert):hover,
.domox-image-editor .BR-commandHolder2 .BR-commandBtn:not(.BR-commandConvert):focus,
.domox-image-editor .BR-commandHolder2 .BR-commandBtn:not(.BR-commandConvert):active,
.domox-image-editor .BR-commandHolder2 .BR-commandBtnArrow:hover,
.domox-image-editor .BR-commandHolder2 .BR-commandBtnArrow:focus,
.domox-image-editor .BR-commandHolder2 .BR-commandBtnArrow:active {
  background-color: #0f3344 !important;
  border-color: rgba(0, 172, 210, 0.82) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 172, 210, 0.45), 0 0 0 2px rgba(0, 172, 210, 0.12) !important;
}

.domox-image-editor .BR-commandHolder2 .BR-commandActive {
  background-color: #103b50 !important;
  border-color: rgba(0, 172, 210, 0.82) !important;
}

.domox-image-editor .BR-commandHolder2 .BR-commandText:not(.BR-commandConvert) {
  color: #7bdff2 !important;
}

.domox-image-editor .BR-commandHolder2 .BR-disabledBtn:not(.BR-commandConvert) {
  opacity: 0.42;
  filter: grayscale(0.45);
  background-color: #263540 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.domox-image-editor .BR-commandSelectForegroundLine,
.domox-image-editor .BR-commandSelectBackgroundLine,
.domox-image-editor .BR-commandEraser,
.domox-image-editor .BR-commandUndo,
.domox-image-editor .BR-commandRedo,
.domox-image-editor .BR-commandEraserSub {
  position: relative;
  background-image: none !important;
}

.domox-image-editor .BR-commandSelectForegroundLine::after,
.domox-image-editor .BR-commandSelectBackgroundLine::after,
.domox-image-editor .BR-commandEraser::after,
.domox-image-editor .BR-commandUndo::after,
.domox-image-editor .BR-commandRedo::after,
.domox-image-editor .BR-commandEraserSub::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.domox-image-editor .BR-commandSelectForegroundLine::after,
.domox-image-editor .BR-commandSelectBackgroundLine::after {
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.domox-image-editor .BR-commandSelectForegroundLine::after {
  background: #00d018;
}

.domox-image-editor .BR-commandSelectBackgroundLine::after {
  background: #ff3030;
}

.domox-image-editor .BR-commandEraser::after,
.domox-image-editor .BR-commandUndo::after,
.domox-image-editor .BR-commandRedo::after,
.domox-image-editor .BR-commandEraserSub::after {
  inset: 5px;
  background: #7bdff2;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
}

.domox-image-editor .BR-commandEraser::after {
  -webkit-mask-image: url(editor/css/images/eraser.svg);
  mask-image: url(editor/css/images/eraser.svg);
}

.domox-image-editor .BR-commandUndo::after {
  -webkit-mask-image: url(editor/css/images/undo.png);
  mask-image: url(editor/css/images/undo.png);
}

.domox-image-editor .BR-commandRedo::after {
  -webkit-mask-image: url(editor/css/images/redo.png);
  mask-image: url(editor/css/images/redo.png);
}

.domox-image-editor .BR-commandEraserSub::after {
  inset: 7px 4px;
  background: #7bdff2;
  -webkit-mask-image: url(editor/css/images/cbarrow.png);
  mask-image: url(editor/css/images/cbarrow.png);
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}

.domox-image-editor .BR-commandEraserSub {
  width: 18px;
}

.domox-image-editor .BR-commandMagicWandPropControl {
  display: none !important;
  background: linear-gradient(180deg, #e9f3fb 0%, #dbe8f2 100%) !important;
  border-color: rgba(0, 172, 210, 0.38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Domox help button and dialog */
.domox-image-editor .BR-commandHelp {
  min-width: 32px;
  margin-left: 12px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0d2b3a 0%, #071b26 100%) !important;
  border-color: rgba(0, 172, 210, 0.55) !important;
  color: #7bdff2 !important;
  font-size: 19px;
  line-height: 30px;
  font-weight: 800;
}

.domox-image-editor .BR-commandHelp:hover,
.domox-image-editor .BR-commandHelp:focus,
.domox-image-editor .BR-commandHelp:active {
  background: linear-gradient(180deg, #123f53 0%, #0b2635 100%) !important;
  border-color: rgba(0, 172, 210, 0.9) !important;
  color: #ffffff !important;
}

.domox-image-editor .BR-helpOverlay {
  position: absolute;
  inset: 48px 12px 12px 12px;
  z-index: 5000;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 12, 18, 0.66);
  box-sizing: border-box;
}

.domox-image-editor .BR-helpDialog {
  width: min(860px, 100%);
  max-height: 100%;
  overflow: auto;
  border: 1px solid rgba(0, 172, 210, 0.36);
  border-radius: 10px;
  background: linear-gradient(180deg, #13212c 0%, #0f1922 100%);
  color: #e8eef4;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.42);
}

.domox-image-editor .BR-helpHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.domox-image-editor .BR-helpHeader h2 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
}

.domox-image-editor .BR-helpClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(0, 172, 210, 0.42);
  border-radius: 7px;
  background: #0a2634;
  color: #7bdff2;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.domox-image-editor .BR-helpClose:hover,
.domox-image-editor .BR-helpClose:focus {
  background: #103b50;
  color: #ffffff;
}

.domox-image-editor .BR-helpIntro {
  margin: 0;
  padding: 16px 22px;
  color: #c9d6df;
  font-size: 15px;
  line-height: 1.45;
}

.domox-image-editor .BR-helpSteps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 22px 18px;
}

.domox-image-editor .BR-helpStep {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 13px 14px;
}

.domox-image-editor .BR-helpStep h3,
.domox-image-editor .BR-helpCallout h3,
.domox-image-editor .BR-helpTips h3 {
  margin: 0 0 7px;
  color: #7bdff2;
  font-size: 15px;
  line-height: 1.3;
}

.domox-image-editor .BR-helpStep p,
.domox-image-editor .BR-helpCallout p,
.domox-image-editor .BR-helpTips p,
.domox-image-editor .BR-helpTips li {
  margin: 0;
  color: #d9e2e8;
  font-size: 14px;
  line-height: 1.42;
}


.domox-image-editor .BR-helpCallout {
  margin: 0 22px 14px;
  border: 1px solid rgba(123, 223, 242, 0.22);
  border-radius: 8px;
  background: rgba(0, 172, 210, 0.055);
  padding: 13px 14px;
}

.domox-image-editor .BR-helpTipBox {
  border-color: rgba(255, 222, 0, 0.22);
  background: rgba(255, 222, 0, 0.045);
}

.domox-image-editor .BR-helpTipBox h3 {
  color: #ffe260;
}

.domox-image-editor .BR-helpCallout p + p {
  margin-top: 9px;
}

.domox-image-editor .BR-helpTips {
  margin: 0 22px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.domox-image-editor .BR-helpTips ul {
  margin: 0;
  padding-left: 20px;
}

.domox-image-editor .BR-helpTips li + li {
  margin-top: 7px;
}

.domox-image-editor .BR-helpFooter {
  display: none;
  justify-content: flex-end;
  padding: 0 22px 20px;
}

.domox-image-editor .BR-helpCloseButton {
  width: auto;
  min-width: 108px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 30px;
}

@media (max-width: 900px) {
  .domox-image-editor .BR-helpOverlay {
    inset: 48px 6px 6px 6px;
    padding: 12px;
  }

  .domox-image-editor .BR-helpSteps {
    grid-template-columns: 1fr;
  }
}


.domox-image-editor .BR-commandEraser,
.domox-image-editor .BR-commandRemoveDrawing,
.domox-image-editor .BR-commandEraserSub {
  display: none !important;
}


/* Domox toolbar breathing room */
.domox-image-editor .BR-commandHolder2 {
  padding-left: 12px;
}

.domox-image-editor .BR-commandHolder2Left {
  left: 12px !important;
}

/* Domox canvas split: keep the divider visually light. */
.domox-image-editor .BR-imagesHolder {
  background: rgba(255, 255, 255, 0.78) !important;
}

.domox-image-editor .BR-leftImageHolder {
  border-right-color: rgba(255, 255, 255, 0.82) !important;
}

.domox-image-editor .BR-rightImageHolder {
  border-left-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.82);
}
