.antx-annotation-bar {
  position: absolute;
  z-index: 2147483003;
  right: -54px;
  top: 0;
  display: none;
  gap: 5px;
  flex-direction: column;
  width: 46px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16), 0 2px 8px rgba(15, 23, 42, 0.06);
}

.antx-annotation-bar.is-open {
  display: flex;
}

.antx-annotation-bar.is-left {
  right: auto;
  left: -54px;
}

.antx-annotation-bar.is-inside {
  right: 8px;
  left: auto;
  top: 8px;
}

.antx-anno-btn.is-active {
  background: #0f172a !important;
  color: #fff !important;
  border-color: #0f172a !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.3) !important;
}

.antx-anno-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #f8fafc !important;
  color: #374151 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.antx-anno-btn:hover,
.antx-anno-btn:focus {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
}

.antx-anno-btn.antx-anno-cancel {
  color: #ef4444 !important;
}

.antx-anno-btn .antx-ic {
  width: 21px;
  height: 21px;
}

