.maps-module{display:flex;flex-direction:column;align-items:center;background-color:var(--background, transparent);padding-top:var(--mod-pt-desktop, 72px);padding-bottom:var(--mod-pb-desktop, 72px)}.maps-module .maps-layout{display:flex;gap:34px;align-items:stretch;flex-direction:row;width:100%}.maps-module .maps-layout--list-left{flex-direction:row-reverse}.maps-module .maps-canvas-wrapper{flex:1;min-width:0;position:relative;z-index:1}.maps-module .maps-canvas-frame{position:relative;width:100%;height:var(--maps-frame-height, 500px)}.maps-module .maps-canvas-map{width:100%;height:var(--maps-frame-height, 500px)}.maps-module .maps-canvas-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;overflow:hidden}.maps-module .maps-canvas-state{width:100%;height:var(--maps-frame-height, 500px);display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}.maps-module .maps-canvas-state--empty{background-color:#e5e7eb;color:#6b7280}.maps-module .maps-canvas-state--error{background-color:#fef2f2;color:#dc2626}.maps-module .maps-canvas-wrapper div{border-radius:0!important}.maps-module .maps-sidebar{flex:0 0 40%;height:var(--maps-frame-height, 500px);position:relative;overflow:visible;display:flex;flex-direction:column}.maps-module .maps-sidebar__search{display:block;width:100%;margin-bottom:16px;padding:.5rem .75rem;font:inherit;font-size:.875rem;border:1px solid #d1d5db;background-color:#fff;color:#1f2937;outline:none;box-sizing:border-box}.maps-module .maps-sidebar__search:focus{border-color:var(--maps-active-bg, #2563eb);box-shadow:0 0 0 2px color-mix(in srgb,var(--maps-active-bg, #2563eb) 20%,transparent)}.maps-module .maps-sidebar__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.maps-module .maps-sidebar__scroll::-webkit-scrollbar{width:4px}.maps-module .maps-sidebar__scroll::-webkit-scrollbar-track{background:transparent}.maps-module .maps-sidebar__scroll::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:99px}.maps-module .maps-sidebar__no-results{font-size:.875rem;color:#6b7280;padding:.5rem 0}.maps-module .maps-sidebar__item{position:relative;padding:1.25rem 1.5rem;transition:background-color .25s ease,color .25s ease;background-color:#f5f5f5;color:#1f2937;border:none;width:100%;flex-shrink:0;text-align:left;font:inherit;cursor:pointer}.maps-module .maps-sidebar__item:hover:not(.maps-sidebar__item--active){background-color:var(--maps-active-bg, #2563eb);color:var(--maps-active-text, #ffffff)}.maps-module .maps-sidebar__item:hover:not(.maps-sidebar__item--active) .maps-sidebar__address{color:var(--maps-active-text, #ffffff);opacity:.85}.maps-module .maps-sidebar__item--active{background-color:var(--maps-active-bg, #2563eb);color:var(--maps-active-text, #ffffff)}.maps-module .maps-sidebar__item--active .maps-sidebar__address{color:var(--maps-active-text, #ffffff);opacity:.85}.maps-module .maps-sidebar__item--active:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;left:-14px;border-right:14px solid var(--maps-active-bg, #2563eb);z-index:2}.maps-module .maps-layout--list-left .maps-sidebar__item--active:after{left:auto;right:-14px;border-right:0;border-left:14px solid var(--maps-active-bg, #2563eb)}.maps-module .maps-sidebar__title{display:block;font-size:1rem;font-weight:700;margin-bottom:.375rem}.maps-module .maps-sidebar__address{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;line-height:1.4}.maps-module .maps-sidebar__buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem}.maps-module .maps-sidebar__buttons .btn{min-width:0}.maps-module .maps-detail-box{padding:1.25rem 1.5rem;background-color:#f5f5f5;color:#1f2937}@media (max-width: 991.98px){.maps-module{padding-top:var(--mod-pt-tablet, 60px);padding-bottom:var(--mod-pb-tablet, 60px)}.maps-module .maps-layout{flex-direction:column}.maps-module .maps-sidebar{flex:none;height:280px;order:1}.maps-module .maps-canvas-wrapper{order:2}.maps-module .maps-sidebar__item--active:after{display:none}}@media (max-width: 575.98px){.maps-module{padding-top:var(--mod-pt-mobile, 42px);padding-bottom:var(--mod-pb-mobile, 42px)}}
