diff --git a/src/components/Map/Geocoder.vue b/src/components/Map/Geocoder.vue
index bced98857654bf96357be5d021f22a618423745b..c145be526b255b9ccba2fce3cab86b00a4484337 100644
--- a/src/components/Map/Geocoder.vue
+++ b/src/components/Map/Geocoder.vue
@@ -195,6 +195,15 @@ export default {
 </script>
 
 <style lang="less">
+#marker {
+    width: 20px;
+    height: 20px;
+    border: 1px solid rgb(136, 66, 0);
+    border-radius: 10px;
+    background-color: rgb(201, 114, 15);
+    opacity: 0.7;
+}
+
 #geocoder-container {
   position: absolute;
   right: 6px;
@@ -243,16 +252,6 @@ export default {
       border-radius: 2px 0 0 2px;
     }
   }
-
-  #marker {
-    width: 20px;
-    height: 20px;
-    border: 1px solid rgb(136, 66, 0);
-    border-radius: 10px;
-    background-color: rgb(201, 114, 15);
-    opacity: 0.7;
-  }
-  
   // /* keep placeholder width when opening dropdown */
   .multiselect {
     min-width: 208px;