.jobs-map-filter {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 24px auto;
}

#map-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.selected-states-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.selected-state-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #d7dce3;
  border-radius: 999px;
  background: #f7f9fc;
}

.selected-state-chip-remove {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
