#mediabirds-store-locator-map {
  width: 100%;
  height: 500px;
}

#mediabirds-store-locator__postcode-input.loading {
  background-color: lightblue !important;
}

#mediabirds-store-locator__postcode-input.success {
  background-color: lightgreen;
}

#mediabirds-store-locator__postcode-input.error {
  background-color: red;
}

#mediabirds-store-locator__use-location.loading {
  background-color: lightblue !important;
}
