/*
 * HealingMart map platform shell for the existing LatLng converter.
 * This file deliberately does not restyle the converter itself.
 */
.kmap-blog-header { display: none !important; }

/* Common platform UI lives above the existing map canvas. */
.kmap-main-wrapper > hm-map-header { z-index: 150; }
.kmap-main-wrapper > hm-service-nav { z-index: 120; }

/* Keep the converter's own search panel immediately below the common header. */
@media (min-width: 769px) {
  .kmap-pc-search-panel { top: calc(var(--hm-header-h) + 12px) !important; }
  .kmap-distance-info { top: calc(var(--hm-header-h) + 12px) !important; }
}

/* Narrow desktop: leave space for the shared left service rail. */
@media (min-width: 769px) and (max-width: 980px) {
  .kmap-pc-search-panel {
    left: calc(50% + 38px) !important;
    width: calc(100% - 190px) !important;
  }
}

@media (max-width: 768px) {
  .kmap-search-trigger { top: calc(var(--hm-header-h) + 7px) !important; }
  .kmap-distance-info { top: calc(var(--hm-header-h) + 58px) !important; }
  .kmap-maptype-control { bottom: calc(94px + env(safe-area-inset-bottom, 0px)) !important; }
  .kmap-share-panel { padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important; }
}
