.qc-loc-edit {
  cursor: pointer;
  outline: 1px dashed rgba(13, 110, 253, 0.7);
  outline-offset: 2px;
  border-radius: 4px;
}

.qc-loc-edit--missing {
  outline-color: rgba(220, 53, 69, 0.85);
  background: rgba(220, 53, 69, 0.08);
}

.qc-loc-edit--fallback {
  outline-color: rgba(255, 193, 7, 0.9);
  background: rgba(255, 193, 7, 0.12);
}

.qc-loc-toolbar {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2000;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  backdrop-filter: blur(6px);
}

.qc-loc-toolbar__title {
  font-size: 0.85rem;
  line-height: 1;
  white-space: nowrap;
}

