.project-map {
  height: 360px;
  min-height: 320px;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.project-map-feedback {
  font-size: 0.875rem;
  color: #57534e;
}

.project-map-feedback[data-tone="positive"] {
  color: #15803d;
}

.project-map-feedback[data-tone="warning"] {
  color: #b45309;
}