/* Localsewa v32.8.47 — Emergency page custom sort + heading consistency */
.ls-emergency-sort-control {
  flex: 0 0 auto;
}

.ui-dropdown-layer[aria-label="Sort available providers"] {
  border-color: #d8e0e7 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  padding: 6px !important;
  box-shadow: 0 18px 48px rgba(15,23,42,.16) !important;
}

.ui-dropdown-layer[aria-label="Sort available providers"] [role="option"] {
  min-height: 40px !important;
  border-radius: 11px !important;
  color: #334155 !important;
  font-weight: 500 !important;
}

.ui-dropdown-layer[aria-label="Sort available providers"] [role="option"][aria-selected="true"] {
  background: #f1f5f9 !important;
  color: #166534 !important;
  font-weight: 600 !important;
}

.ui-dropdown-layer[aria-label="Sort available providers"] [role="option"]:hover {
  background: #f8fafc !important;
}
