.points__map {
    /* position: relative; */
}

#customMap {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%; 
}

#userAddress {
    margin: 20px 20px 0;
    width: calc(100% - 40px);
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    border-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-family: 16px;
}