.im-photo-map-wrap{width:100%}
.im-photo-map{width:100%;border-radius:12px;overflow:hidden}

.im-photo-map.leaflet-container .leaflet-popup,
.im-photo-map.leaflet-container .leaflet-popup-content-wrapper,
.im-photo-map.leaflet-container .leaflet-popup-content{
  pointer-events:auto !important;
}

.im-photo-map.leaflet-container .leaflet-popup-content{margin:12px 14px}
.im-photo-map.leaflet-container .leaflet-popup-content-wrapper{border-radius:14px}
.im-photo-map.leaflet-container .leaflet-popup-tip{filter:drop-shadow(0 6px 16px rgba(0,0,0,.15))}

.im-photo-map .im-popup{display:grid;gap:10px;max-width:280px;padding:4px 2px}
.im-photo-map .im-carousel{position:relative}
.im-photo-map .im-frames{position:relative}
.im-photo-map .im-frame{display:none;gap:10px}
.im-photo-map .im-frame.is-active{display:grid}
.im-photo-map .im-frame img{width:100%;height:auto;display:block;border-radius:12px}

.im-photo-map .im-controls{
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;margin-top:2px;
  position:relative;z-index:5;pointer-events:auto;
}
.im-photo-map .im-nav{
  width:36px;height:36px;border-radius:999px;
  border:1px solid rgba(32,110,170,.35);
  background:rgba(32,110,170,.08);
  color:#206EAA;
  cursor:pointer;line-height:36px;font-size:18px;padding:0;
  pointer-events:auto;user-select:none;-webkit-tap-highlight-color: transparent;
}
.im-photo-map .im-nav[disabled]{opacity:.35;cursor:default}

.im-photo-map .im-dots{display:flex;gap:6px;justify-content:center;flex:1;align-items:center}
.im-photo-map .im-dot{width:6px;height:6px;border-radius:999px;background:rgba(0,0,0,.22)}
.im-photo-map .im-dot.is-active{background:rgba(0,0,0,.55)}

.im-photo-map .im-title{font-weight:600;line-height:1.2;margin-top:2px}
.im-photo-map .im-caption{font-size:13px;line-height:1.35;opacity:.85}
