@use "../../style/var.scss" as variable;

.bgo-map-locate {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;

  &__map-wrapper {
    position: relative;
    height: 30vh;
    min-height: 200px;
  }

  &__locate-btn {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 200;
  }

  &__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-shrink: 0;
  }

  &__list {
    flex: 1 1;
    overflow: auto;

    .is-select .van-cell__title {
      color: variable.$primary-color;
    }
  }
}
