/* London Baby 2026 — Concierge close X functional fix
   Visual placement is preserved; this ensures the button remains tappable above the panel content. */
.nearby-concierge-panel {
  position: relative !important;
}

.nearby-concierge-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483600 !important;
  pointer-events: auto !important;
}

.nearby-concierge-close,
#nearbyConciergeClose {
  position: relative !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
  cursor: pointer !important;
}

.nearby-concierge-close::before,
#nearbyConciergeClose::before {
  content: "" !important;
  position: absolute !important;
  inset: -12px !important;
  border-radius: 999px !important;
}
