/*!***********************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./css/locations/locations.css ***!
  \***********************************************************************************************************************************************************************************/
/* ============================================
   LOCATIONS - AUTOCOMPLETE DROPDOWN STYLES
   Optimized for search suggestions and keyboard navigation
   ============================================ */

.gh-autocomplete-dropdown {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  overflow-y: auto;
  background: white;
  border: 1px solid #1b2d59;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}

@media (max-width: 768px) {
  .gh-autocomplete-dropdown {
    max-width: calc(100vw - 60px);
  }
}

.gh-autocomplete-item {
  padding: 12px 16px;
  cursor: pointer;
  color: #14213d;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.gh-autocomplete-item:last-child {
  border-bottom: none;
}

.gh-autocomplete-item:hover,
.gh-autocomplete-item.active {
  background-color: #e8f0fe;
  color: #1b2d59;
}

.gh-autocomplete-item.active {
  font-weight: 600;
}

.gh-autocomplete-no-match {
  padding: 16px;
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
}

.gh-autocomplete-suggestion-header {
  padding: 12px 16px 8px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}

/* Scrollbar styling for dropdown */
.gh-autocomplete-dropdown::-webkit-scrollbar {
  width: 8px;
}

.gh-autocomplete-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 0 12px 0;
}

.gh-autocomplete-dropdown::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 4px;
}

.gh-autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/* Focus state for accessibility */
.gh-autocomplete-dropdown:focus-within {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Loading state (optional for future enhancement) */
.gh-autocomplete-loading {
  padding: 16px;
  text-align: center;
  color: #999;
  font-size: 14px;
  font-style: italic;
}

/* Empty state (when truly no locations exist) */
.gh-autocomplete-empty {
  padding: 24px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

/* ============================================
   LOCATIONS
   ============================================ */

.filter-state #LocationList_HDR0_State {
    width: 268px;
    height: 40px
}

.gh-btn-brush {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    cursor: pointer;
}
.gh-btn-brush::after {
    content: "";
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: translateX(0);
    transition: opacity .25s ease, transform .25s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<?xml%20version=%221.0%22%20encoding=%22UTF-8%22?%3E%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20fill=%22%231C315D%22%20stroke=%22%231C315D%22%3E%3Cpath%20d=%22M23.884%206.821L21.97%209.422a0.552%200.552%200%200%201-0.654%200.188L20.454%2010.778a0.811%200.811%200%200%201-0.959%200.242c-0.039-0.016-3.688-1.591-4.005-1.722a0.24%200.24%200%200%200-0.309%200.084L14.376%2010.477a0.107%200.107%200%200%200%200.019%200.161l0.232%200.181A0.987%200.987%200%200%201%2015.907%2010.603l0.357%200.254l1.081%200.772l1.081%200.772l1.081%200.772l1.081%200.772l0.376%200.268a1.013%201.013%200%200%201%200.132%201.415a1.013%201.013%200%200%201-1.381%200.336l-0.376-0.268l-1.081-0.772l-1.081-0.772l-1.081-0.772l-1.081-0.772l-0.357-0.254A0.987%200.987%200%200%201%2014.452%2011.066l-0.243-0.189a0.411%200.411%200%200%201-0.077-0.581L14.93%209.213a0.54%200.54%200%200%201%200.674-0.193c0.32%200.132%203.859%201.658%204.008%201.724a0.518%200.518%200%200%200%200.596-0.142l0.869-1.178a0.592%200.592%200%200%201%200-0.695L22.995%206.126A0.551%200.551%200%200%201%2023.778%206.01A0.589%200.589%200%200%201%2023.884%206.821M17.882%2015.378l-1.035-0.749l-1.081-0.78l-1.068-0.772l-0.959-0.695l-1.658%202.165C9.315%2017.956%200%2018.104%200%2018.104H16.054c3.319%200%203.742-1.339%203.742-1.339L18.858%2016.083Z%22/%3E%3C/g%3E%3C/svg%3E");
}
.gh-btn-brush:hover::after,
.gh-btn-brush:focus-visible::after {
    opacity: 1;
    transform: translateX(10px);
}
    /* SEARCH button: no-gap default, icon reveals on the far right, slight width grow */
.gh-btn-brush.search-button {
	position: relative;
	padding-left: 22px;
	padding-right: 20px;
	transition: padding .25s ease;
}

.gh-btn-brush.search-button::after {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) translateX(16px);
	opacity: 0;
	margin-left: 0;
}

/* Hover/focus: text nudges left, space opens for the icon, button grows a bit */
.gh-btn-brush.search-button:hover,
.gh-btn-brush.search-button:focus-visible {
	padding-left: 18px;
	padding-right: 56px;
}

.gh-btn-brush.search-button:hover::after,
.gh-btn-brush.search-button:focus-visible::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	.gh-btn-brush.search-button,
	.gh-btn-brush.search-button::after {
		transition: none;
	}
}
/* Desktop layout: full-height panel + map, sticky search, scrolling cards */
@media (min-width: 1024px) {
	
	#DisplayedMapSection {
		min-height: calc(100vh - 150px);
	}

	
	#DisplayedMapSection [data-advmap="mapArea"] [data-map] {
		height: calc(100vh - 150px);
	}

	#DisplayedMapSection .results-bar {
		height: calc(100vh - 150px);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	#DisplayedMapSection .results-top {
		position: sticky;
		top: 0;
		z-index: 10;
        background: #fff;
	}

	#DisplayedMapSection .results-list {
		padding-bottom: 1rem;
	}

    .filter-state {
        justify-content: space-between;
    }
}



/*# sourceMappingURL=locations.min.css.map*/