.leaflet-container{width:100%;height:100%}.leaflet-default-icon-path{background-image:url(https://unpkg.com/leaflet@1.7.1/dist/images/marker-icon.png)}.leaflet-popup-content-wrapper{border-radius:8px;padding:8px}.leaflet-popup-content{margin:8px}.map-container{height:calc(100vh - 4rem);width:100%}@keyframes pulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.2);opacity:.4}to{transform:scale(.95);opacity:.8}}.recent-earthquake{animation:pulse 2s ease-in-out infinite}.earthquake-marker{stroke-width:1;stroke-opacity:.8;fill-opacity:.4;transition:all .3s ease}.earthquake-marker:hover{stroke-width:2;fill-opacity:.6;stroke-opacity:1}.magnitude-high{filter:drop-shadow(0 0 4px rgba(239,68,68,.5))}.magnitude-medium{filter:drop-shadow(0 0 3px rgba(249,115,22,.4))}.magnitude-low{filter:drop-shadow(0 0 2px rgba(234,179,8,.3))}.magnitude-minor{filter:drop-shadow(0 0 1px rgba(34,197,94,.2))}