.wtb--map {
  display: block;
  max-width: 1140px;
  max-height: 500px;
}

.wtb--heading {
  display: none;
}

.map-container {
  width: 100%;
  height: 500px;
  border: 1px solid #dedede;
  padding: 1rem;
  text-align: center;
}

.map-container svg {
  width: 100%;
  height: 100%;
}

[data-state] {
  cursor: pointer;
  position: relative;
}

[data-state].active,
[data-state]:hover {
  fill: #f42534 !important;
}

.form-item-region {
  display: none
}
