.incident-editor {
  max-width: none !important;
}
.incident-editor .form-label {
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.address-results {
  position: absolute;
  z-index: 1080;
  left: 0;
  right: 0;
  top: calc(100% - 1.2rem);
  max-height: 240px;
  overflow: auto;
  box-shadow: 0 8px 25px #1113;
}
.coordinates-row {
  background: #eef2f5;
  border-radius: 0.6rem;
  padding: 0.35rem 0.5rem;
  margin: 0 0 0.75rem;
}
.coordinates-row .mb-3 {
  margin-bottom: 0.35rem !important;
}
.coordinates-row .form-control {
  background: #fff;
}
