.esmap-widget { display:flex; flex-wrap:wrap; margin:20px 0; }
.esmap-list { flex:1; max-height:400px; overflow-y:auto; padding:10px; border:1px solid #ddd; border-radius:5px; }
.esmap-item { margin-bottom:10px; }
.esmap-search-container { display:flex; align-items:center; margin-bottom:10px; gap:10px; }
.esmap-search-title { font-weight:bold; }
.esmap-search { padding:6px; flex:1; }
.esmap-radius { margin-left:10px; }
.esmap-map { flex:2; min-width:300px; height:400px; }
.esmap-go { display:inline-block; margin-top:5px; color:#0073aa; text-decoration:underline; }
.esmap-go:hover { color:#005177; }
