.go-amap {
  &-autocomplete {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    display: flex;

    &-input {
      box-sizing: border-box;
      border: 0;
      padding: 9px 0;
      border-left: 10px solid transparent;
      border-right: 27px solid transparent;
      line-height: 20px;
      font-size: 14px;
      height: 38px;
      color: #333;
      position: relative;
      border-radius: 2px 0 0 2px;
      width: 300px !important;
      outline: none;
    }

    &-button {
      pointer-events: auto;
      width: 57px;
      height: 38px;
      float: left;
      border: 0;
      padding: 0;
      cursor: pointer;
      border-radius: 0 2px 2px 0;
      font-size: 16px;
      color: #fff;
      background-color: #43bbef;
    }
  }
}
