.ggm-container { display: flex; }
.ggm-map { width: 70%; height: 450px; }
.ggm-list { width: 30%; list-style: none; padding: 0; margin: 0 0 0 1rem; }
.ggm-list li { cursor: pointer; padding: 0.5rem; border-bottom: 1px solid #ddd; }
.ggm-list li:hover { background: #f0f0f0; }
.ggm-editor .ggm-locations-list { list-style: none; padding: 0; }
.ggm-editor {position: relative;}
.ggm-editor .ggm-locations-list li { margin-bottom: 0.5rem; }