.document-search-highlight-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}

.document-search-highlight-box {
  position: absolute;
  background: rgba(255, 230, 92, 0.45);
  border: 2px solid rgba(229, 181, 0, 0.95);
  border-radius: 2px;
  box-sizing: border-box;
}

.document-search-highlight-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  max-width: 320px;
  padding: 10px 14px;
  background: rgba(32, 32, 32, 0.9);
  color: #fff;
  font: 13px/1.4 sans-serif;
  border-radius: 8px;
  z-index: 1000;
}
