.map-container{width:100%;height:600px;position:relative}.skeleton-map{background-color:#e0e0e0;width:100%;height:100%;position:relative;overflow:hidden}.skeleton-map:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-marker{background-color:silver;border-radius:50%;width:20px;height:20px;animation:1.5s infinite pulse;position:absolute}.skeleton-info-window{background-color:silver;border-radius:8px;width:300px;height:150px;animation:1.5s infinite pulse;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
