.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:grid;grid-template-columns:1fr;row-gap:20px;align-items:flex-start}.maps-module .maps-col{min-width:0}.maps-module .maps-col--map{order:2}.maps-module .maps-col--sidebar{order:1}.maps-module .maps-sidebar{min-width:0;position:relative}.maps-module .maps-detail-stack{display:flex;flex-direction:column;gap:20px}.maps-module .maps-detail-main{background-color:var(--maps-detail-surface, #f5f5f5);padding:var(--maps-detail-box-padding, 40px);display:flex;flex-direction:column;gap:0}.maps-module .maps-detail-block{min-width:0}.maps-module .maps-detail-heading{margin:0;color:var(--maps-detail-text, #111827);line-height:1.08}.maps-module .maps-detail-richtext{color:var(--maps-detail-muted-text, #4b5563);line-height:1.68;font-size:1rem}.maps-module .maps-detail-richtext p{margin:0 0 .65rem}.maps-module .maps-detail-richtext p:last-child{margin-bottom:0}.maps-module .maps-detail-icon-list{display:flex;flex-direction:column;gap:.9rem;padding-top:.125rem}.maps-module .maps-detail-icon-list__item{display:inline-flex;align-items:flex-start;gap:.8rem;width:-moz-fit-content;width:fit-content;color:var(--maps-detail-text, #111827);text-decoration:none;line-height:1.45;transition:color .2s ease}.maps-module .maps-detail-icon-list__item--link:hover{color:var(--maps-detail-accent, var(--atlas-primary, #3e7673))}.maps-module .maps-detail-icon-list__icon{flex-shrink:0;margin-top:.2rem;color:var(--maps-detail-accent, var(--atlas-primary, #3e7673))}.maps-module .maps-detail-icon-list__text{color:inherit;font-size:1rem}.maps-module .maps-detail-button-wrap{display:flex}.maps-module .maps-detail-button{display:inline-flex;align-items:center;padding:.95rem 1.35rem;border-radius:0;max-width:100%}.maps-module .maps-detail-button__content{display:inline-flex;align-items:center;gap:.75rem;line-height:1}.maps-module .maps-detail-button__icon{flex-shrink:0}.maps-module .maps-detail-button__image{flex-shrink:0;display:block;width:auto;height:18px;max-width:32px;-o-object-fit:contain;object-fit:contain}.maps-module .maps-detail-button__label{line-height:1.2}.maps-module .maps-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}.maps-module .maps-footer__text{min-width:0;color:var(--maps-detail-text, #111827);line-height:1.5}.maps-module .maps-footer__text p{margin:0}.maps-module .maps-footer__button{flex-shrink:0}.maps-module .maps-canvas-wrapper{min-width:0;position:relative;height:var(--maps-frame-height, 500px);overflow:hidden}.maps-module .maps-canvas-frame{position:relative;width:100%;height:var(--maps-frame-height, 500px);overflow:hidden}.maps-module .maps-canvas-state{width:100%}.maps-module .maps-canvas-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;overflow:hidden}.maps-module .maps-canvas-skeleton{height:100%;border-radius:var(--maps-frame-radius, 0)}.maps-module .maps-canvas-spinner-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;background:linear-gradient(180deg,#ffffff2e,#ffffff14)}.maps-module .maps-canvas-spinner{width:52px;height:52px;border-radius:999px;border:4px solid rgb(255 255 255 / .55);border-top-color:var(--maps-active-bg, var(--atlas-accent, #2563eb));border-right-color:var(--maps-active-bg, var(--atlas-accent, #2563eb));animation:atlas-maps-spin .85s linear infinite;box-shadow:0 10px 24px #11182714}.maps-module .maps-canvas-wrapper div{border-radius:0!important}@keyframes atlas-maps-spin{to{transform:rotate(360deg)}}@media (min-width: 992px){.maps-module .maps-layout--split{grid-template-columns:var(--maps-grid-template, 6fr 1fr 5fr);row-gap:0}.maps-module .maps-layout--split .maps-col--map{grid-column:var(--maps-map-grid-col, 1);grid-row:1}.maps-module .maps-layout--split .maps-col--sidebar{grid-column:var(--maps-sidebar-grid-col, 3);grid-row:1}}@media (max-width: 991.98px){.maps-module{padding-top:var(--mod-pt-tablet, 60px);padding-bottom:var(--mod-pb-tablet, 60px)}.maps-module .maps-canvas-wrapper,.maps-module .maps-canvas-frame{height:var(--maps-frame-height-tablet, var(--maps-frame-height, 500px))}}@media (max-width: 575.98px){.maps-module{padding-top:var(--mod-pt-mobile, 42px);padding-bottom:var(--mod-pb-mobile, 42px)}.maps-module .maps-col--map{order:0}.maps-module .maps-col--sidebar{order:1}.maps-module .maps-canvas-wrapper,.maps-module .maps-canvas-frame{height:auto!important;aspect-ratio:1 / 1;overflow:hidden}.maps-module .maps-canvas-state,.maps-module .maps-canvas-map{height:100%!important}.maps-module .maps-footer{flex-direction:column;align-items:flex-start}}
