/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/map-search-block/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.map-search-block-container {
  position: relative;
}

.map-search-block-container #map-search {
  z-index: 0;
  margin-top: -107px;
  height: 600px;
  touch-action: none;
  -ms-touch-action: none;
}
@media (max-width: 992px) {
  .map-search-block-container #map-search {
    height: 75vh;
  }
}

.map-filters-container {
  padding: 0 var(--wp--preset--spacing--30);
  max-width: 500px !important;
  margin: 0 auto;
}
.map-filters-container .map-filters {
  display: flex;
  flex-direction: row;
  gap: 16px;
  position: relative;
  width: 100%;
  padding: 8px;
  z-index: 99;
  border-radius: 24px;
  justify-content: center;
  background-color: var(--wp--preset--color--custom-bg-white);
}
.map-filters-container .map-filters .map-filter-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.map-filters-container .map-filters .map-filter-switch.active .map-filter-label {
  color: var(--wp--preset--color--custom-action-primary);
}
.map-filters-container .map-filters .map-filter-switch .map-filter-label {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--wp--preset--color--custom-text-primary);
  margin-right: 12px;
  line-height: normal;
}
.map-filters-container .map-filters .map-filter-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.map-filters-container .map-filters .map-filter-switch .map-filter-slider {
  position: relative;
  width: 32px;
  height: 20px;
  background-color: var(--wp--preset--color--custom-bg-secondary);
  border-radius: 999px;
  transition: background-color 0.2s ease;
}
.map-filters-container .map-filters .map-filter-switch .map-filter-slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  background-color: var(--wp--preset--color--custom-bg-white);
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.map-filters-container .map-filters .map-filter-switch input:checked + .map-filter-slider {
  background-color: var(--wp--preset--color--custom-action-primary);
}
.map-filters-container .map-filters .map-filter-switch input:checked + .map-filter-slider::before {
  transform: translateX(12px);
}

.town-search-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
  max-width: 500px !important;
  margin: 0 auto;
  padding: 16px var(--wp--preset--spacing--30) 10px var(--wp--preset--spacing--30);
  z-index: 100;
}
.town-search-container .town-search-bar {
  background-color: var(--wp--preset--color--custom-bg-white);
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: solid 1px var(--wp--preset--color--custom-stroke-default);
}
.town-search-container .town-search-bar input {
  min-height: 100%;
  width: 100%;
  border: 0;
  font-size: var(--wp--preset--font-size--custom-8);
  color: var(--wp--preset--color--custom-text-secondary);
  background-color: transparent;
}
.town-search-container .town-search-bar input:focus-visible {
  outline: 0;
  color: var(--wp--preset--color--custom-text-secondary);
}
.town-search-container .town-search-bar svg {
  margin: 6px;
}
.town-search-container .town-search-results {
  display: none;
  background-color: var(--wp--preset--color--custom-bg-white);
  border-radius: 24px;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40);
  position: absolute;
  top: 72px;
  left: var(--wp--preset--spacing--30);
  right: var(--wp--preset--spacing--30);
  z-index: 99;
}
.town-search-container .town-search-results .no-results {
  color: var(--wp--preset--color--custom-text-secondary);
}
.town-search-container .town-search-results .city-search-results-list {
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0 0 0 24px;
}
.town-search-container .town-search-results .city-search-results-list .city-search-result-item {
  color: var(--wp--preset--color--custom-text-secondary);
  margin: var(--wp--preset--spacing--20) 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.town-search-container .town-search-results .city-search-results-list .city-search-result-item:hover {
  cursor: pointer;
  color: var(--wp--preset--color--custom-text-action);
}
.town-search-container .town-search-results .city-search-results-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.town-search-container .town-search-results .city-search-results-list::-webkit-scrollbar-track {
  background: var(--wp--preset--color--custom-bg-secondary);
  border-radius: 4px;
}
.town-search-container .town-search-results .city-search-results-list::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--custom-action-primary);
  border-radius: 4px;
}
.town-search-container .town-search-results .city-search-results-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--wp--preset--color--custom-action-hover);
}

/*# sourceMappingURL=style-index.css.map*/