.map {
    z-index: 13;
    height: 95svh;
    overflow: hidden;
    background-color: var(--gray);
    border-radius: var(--border-radius-extra-medium) var(--border-radius-extra-medium) 0 0;
}

.ios-svh{
    height: 115svh !important;
}

.map-info {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    color: var(--white);
    padding: var(--padding-xl);
    overflow: hidden;
    /* background-color: rgba(0, 0, 0, 0.1); */
    z-index: 2;
    backdrop-filter: blur(1px);
}

.map-wrapper {
    width: 100%;
    height: 95svh;
    position: absolute;
    display: flex;
    background-color: rgba(0, 0, 0, 0.1);
}

.point-info {
    display: flex;
    flex-direction: column;
}

.point-info .title {
    font-size: 20px;
    text-transform: uppercase;
}

.point-info .address {
    font-size: 16px;
    margin-top: var(--padding-xs);
}