/* Homepage map and selected-place sheet. Loaded only on the homepage. */
body.hchg-map-view-active{height:var(--hchg-viewport-height,100vh)!important;overflow:hidden!important}
	body.hchg-map-view-active .hchg-home-search-spacer{display:none!important;height:0!important}
	body.hchg-home-body .hchg-home-panel[data-home-panel="map"]{position:relative!important;height:var(--hchg-home-map-desktop-height,calc(var(--hchg-viewport-height,100vh) - var(--header-h) - 120px))!important;min-height:280px!important;padding:0!important;overflow:hidden!important}
	body.hchg-home-body .hchg-home-map-panel{position:relative!important;display:block!important;width:100%!important;height:100%!important;min-height:280px!important;max-height:none!important;overflow:hidden!important}
	body.hchg-home-body .hchg-home-places-map{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important}
	body.hchg-home-body #hchgHomeMapDrawer{position:absolute!important;z-index:850!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;width:100%!important;height:min(42%,430px);min-height:54px;max-height:100%!important;padding:8px 14px 14px!important;overflow:hidden!important;border:1px solid var(--rule-dark)!important;border-top:4px double var(--gold)!important;border-bottom:0!important;border-radius:12px 12px 0 0!important;background:var(--cream)!important;box-shadow:0 -12px 30px rgba(42,31,20,.24)!important}
	body.hchg-home-body #hchgHomeMapDrawer[hidden]{display:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-home-map-selected{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-home-map-resizer{display:block!important;flex:0 0 14px!important;width:100%!important;height:14px!important;cursor:ns-resize!important;touch-action:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sheet-heading{position:sticky!important;top:0!important;z-index:5!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-height:48px!important;padding:7px 62px!important;background:var(--cream)!important;text-align:center!important;cursor:ns-resize!important;touch-action:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sheet-title{grid-column:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;min-width:0!important;text-align:center!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sheet-title h2{width:100%!important;margin:0!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sheet-notes{order:2!important;width:100%!important;max-width:72ch!important;margin:0!important;color:var(--ink-light)!important;font-size:.88rem!important;line-height:1.35!important;white-space:normal!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sequence-count{order:3!important;margin:1px 0 0!important;color:var(--sepia)!important;font-size:.68rem!important;font-weight:400!important;letter-spacing:.04em!important;line-height:1!important;white-space:nowrap!important;opacity:.68!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sequence-arrow{position:absolute!important;top:50%!important;display:grid!important;width:44px!important;height:44px!important;transform:translateY(-50%)!important;border:1px solid var(--rule-dark)!important;border-radius:50%!important;background:var(--cream)!important;color:var(--gold)!important;font-size:2rem!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sequence-previous{left:6px!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sequence-next{right:6px!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed{display:block!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0!important;overflow:hidden!important;border-radius:10px 10px 0 0!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-home-map-resizer{display:none!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-home-map-selected{display:block!important;width:100%!important;height:54px!important;min-height:54px!important;overflow:hidden!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-collapsed-title{display:none!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-map-collapsed-title{position:absolute!important;z-index:30!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;width:100%!important;height:54px!important;padding:6px 54px!important;overflow:hidden!important;background:var(--cream)!important;color:var(--ink)!important;cursor:ns-resize!important;touch-action:none!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-map-collapsed-title strong{display:block!important;max-width:100%!important;overflow:hidden!important;font:700 clamp(1rem,2vw,1.25rem)/1.2 var(--font-head)!important;text-overflow:ellipsis!important;white-space:nowrap!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-home-map-selected{visibility:hidden!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-map-place-sheet-heading{position:absolute!important;z-index:20!important;inset:0!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;align-items:center!important;box-sizing:border-box!important;width:100%!important;height:54px!important;min-height:54px!important;margin:0!important;padding:5px 8px!important;border:0!important;background:var(--cream)!important;cursor:ns-resize!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-map-place-sheet-title{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-map-place-sheet-title h2{display:block!important;min-width:0!important;margin:0!important;overflow:hidden!important;color:var(--ink)!important;font-size:clamp(1rem,2vw,1.25rem)!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}
	body.hchg-home-body #hchgHomeMapDrawer.is-collapsed .hchg-map-place-sheet-heading~*{display:none!important}
	body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-map-place-relationships{display:flex!important;flex-direction:column!important;gap:10px!important;margin:14px 0 0!important;padding:14px!important;border:1px solid var(--rule)!important;background:var(--parchment)!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationships>h3{margin:0 0 2px!important;font-size:1.15rem!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group,body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places{display:block!important;box-sizing:border-box!important;width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--rule)!important;border-radius:6px!important;background:var(--cream)!important;box-shadow:0 3px 10px rgba(42,31,20,.06)!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>summary,body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places summary{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:10px!important;min-height:48px!important;padding:10px 12px!important;cursor:pointer!important;list-style:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>summary::after,body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places summary::after{content:'+'!important;display:grid!important;place-items:center!important;width:26px!important;height:26px!important;border:1px solid var(--rule-dark)!important;border-radius:50%!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group[open]>summary::after,body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places details[open]>summary::after{content:'−'!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>summary>span,body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places summary>span{display:grid!important;place-items:center!important;min-width:25px!important;height:25px!important;border-radius:50%!important;background:var(--gold)!important;color:var(--cream)!important;font-size:.72rem!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>ul{display:grid!important;gap:0!important;margin:0!important;padding:0 12px 12px!important;list-style:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>ul li{padding:9px 0!important;border-top:1px solid var(--rule)!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>ul a{display:grid!important;gap:3px!important;color:var(--ink)!important;text-decoration:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-relationship-group>ul small{display:block!important;color:var(--sepia)!important;font-size:.76rem!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-photo-group{width:100%!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-photo-carousel{display:flex!important;flex-flow:row nowrap!important;gap:10px!important;width:100%!important;padding:2px 12px 12px!important;overflow-x:auto!important;overflow-y:hidden!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-photo{flex:0 0 132px!important;width:132px!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places{margin-top:10px!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places ol{display:grid!important;gap:0!important;margin:0!important;padding:0 12px 12px!important;list-style:none!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places li{border-top:1px solid var(--rule)!important}
	body.hchg-home-body #hchgHomeMapDrawer .hchg-map-nearby-places button{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;min-height:46px!important;padding:9px 2px!important;border:0!important;background:transparent!important;color:var(--ink)!important;text-align:left!important;cursor:pointer!important}
	body.hchg-map-view-active .hchg-home-search{overflow:visible!important}
	body.hchg-map-view-active .hchg-search-box .hchg-search-icon{right:16px!important;left:auto!important}
	body.hchg-map-view-active .hchg-search-box:has(.hchg-clear-search.is-visible) .hchg-search-icon{right:54px!important}
	body.hchg-map-view-active .hchg-unified-search-input{padding-right:52px!important;padding-left:58px!important}
	body.hchg-map-view-active .hchg-map-results-menu-toggle{display:grid!important;left:8px!important}
	body.hchg-map-view-active .hchg-home-search .hchg-search-tabs-row{position:relative!important;left:50%!important;display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px!important;align-items:center!important;gap:8px!important;box-sizing:border-box!important;width:min(var(--hchg-site-content-max,1180px),calc(100vw - 24px))!important;max-width:none!important;transform:translateX(-50%)!important;overflow:visible!important}
	body.hchg-map-view-active .hchg-home-map-type-chips.is-search-row{position:static!important;grid-column:2!important;display:flex!important;flex-wrap:nowrap!important;justify-content:center!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;padding:0 4px 7px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important}
	body.hchg-map-view-active .hchg-home-map-type-chips.is-search-row.has-overflow{justify-content:flex-start!important}
	body.hchg-map-view-active .hchg-home-map-type-chips.is-search-row button{flex:0 0 auto!important;width:auto!important;min-width:max-content!important;max-width:none!important;white-space:nowrap!important}
	body.hchg-map-view-active .hchg-map-type-scroll{display:grid!important;flex:0 0 38px!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border:1px solid var(--rule-dark)!important;border-radius:5px!important;background:var(--cream)!important;color:var(--ink)!important;font-size:1.35rem!important;cursor:pointer!important}
	body.hchg-map-view-active .hchg-map-type-scroll[hidden]{display:none!important}
	body.hchg-map-view-active #hchgMapTypePrevious{grid-column:1!important}
	body.hchg-map-view-active #hchgMapTypeNext{grid-column:3!important}
	body.hchg-map-view-active #hchgSearchResultTabs:not([hidden]){grid-column:2!important;display:flex!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;overflow-x:auto!important}
	body.hchg-map-view-active .hchg-map-results-menu-toggle{top:6px!important;left:7px!important;width:30px!important;min-width:30px!important;height:30px!important;transform:none!important}
	body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-result-link{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:14px!important;padding:12px!important}
	body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-result-thumb{display:block!important;width:104px!important;min-width:104px!important;max-width:104px!important;height:78px!important;max-height:78px!important;overflow:hidden!important;border:1px solid var(--rule)!important;border-radius:5px!important}
	body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-result-thumb img{display:block!important;width:104px!important;height:78px!important;max-width:104px!important;max-height:78px!important;object-fit:cover!important}
	@media(max-width:700px){body.hchg-home-body .hchg-home-panel[data-home-panel="map"]{position:fixed!important;top:calc(var(--hchg-admin-bar-h,0px) + var(--header-h))!important;right:0!important;bottom:0!important;left:0!important;height:auto!important;min-height:0!important}body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sequence-arrow{display:none!important}body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sheet-heading{grid-template-columns:minmax(0,1fr) auto!important;padding-inline:8px!important;text-align:left!important}body.hchg-home-body #hchgHomeMapDrawer .hchg-map-place-sheet-title{justify-content:flex-start!important}body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-result-link{grid-template-columns:76px minmax(0,1fr)!important}body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-result-thumb,body.hchg-home-body #hchgHomeMapDrawer:not(.is-collapsed) .hchg-result-thumb img{width:76px!important;min-width:76px!important;max-width:76px!important;height:60px!important;max-height:60px!important}}
