.google-map{border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.map-loading{background-color:#f5f5f5;border-radius:8px;color:#666;border:2px dashed #ddd}.map-error,.map-loading{display:flex;align-items:center;justify-content:center;width:100%;height:400px;font-size:16px}.map-error{background-color:#ffe6e6;border-radius:8px;color:#d32f2f;border:2px solid #ffcdd2;text-align:center;padding:20px}.map-loading:before{content:"";width:20px;height:20px;border:2px solid #ddd;border-top-color:#666;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gm-style-iw{border-radius:8px!important}.gm-style-iw-d{padding:12px!important}@media (max-width:768px){.google-map{border-radius:4px}}.custom-marker{background-color:#fff;border:2px solid #333;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.custom-marker.active{background-color:#007bff;border-color:#007bff;color:white}