.popup-card {
    padding: 10px 10px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

    .popup-card .popup-card-title {
        color: #223F3B;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }

.popup-info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.popup-info-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    transition: gap 0.4s ease, flex-direction 0.4s ease;
}

    .popup-info-row .popup-text {
        font-size: 14px;
        line-height: 22px;
        flex: 1 1 0;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

.popup-card-svg-icon {
    width: 14px;
    flex: 0 0 auto;
}


.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden
}

.gm-style .gm-style-iw-a {
    position: absolute;
    width: 9999px;
    height: 0
}

.gm-style .gm-style-iw-t {
    position: absolute;
    width: 100%
}

.gm-style .gm-style-iw-tc {
    -webkit-filter: drop-shadow(0 4px 2px rgba(178, 178, 178, .4));
    filter: drop-shadow(0 4px 2px rgba(178, 178, 178, .4));
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px
}

    .gm-style .gm-style-iw-tc::after {
        background: #fff;
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        content: "";
        height: 12px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 25px
    }

.gm-style .gm-style-iw-c {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.gm-style .gm-style-iw-d {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

    .gm-style .gm-style-iw-d::-webkit-scrollbar {
        width: 18px;
        height: 12px;
        -webkit-appearance: none
    }

    .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
    .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
        background: #fff
    }

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .12);
    border: 6px solid transparent;
    border-radius: 9px;
    background-clip: content-box
}

    .gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb:horizontal {
        border: 3px solid transparent
    }

    .gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, .3)
    }

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-corner {
    background: transparent
}

.gm-style .gm-iw {
    color: #2c2c2c
}

    .gm-style .gm-iw b {
        font-weight: 400
    }

    .gm-style .gm-iw a:link,
    .gm-style .gm-iw a:visited {
        color: #4272db;
        text-decoration: none
    }

    .gm-style .gm-iw a:hover {
        color: #4272db;
        text-decoration: underline
    }

    .gm-style .gm-iw .gm-title {
        font-weight: 400;
        margin-bottom: 1px
    }

    .gm-style .gm-iw .gm-basicinfo {
        line-height: 18px;
        padding-bottom: 12px
    }

    .gm-style .gm-iw .gm-website {
        padding-top: 6px
    }

    .gm-style .gm-iw .gm-photos {
        padding-bottom: 8px;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none
    }

    .gm-style .gm-iw .gm-sv,
    .gm-style .gm-iw .gm-ph {
        cursor: pointer;
        height: 50px;
        width: 100px;
        position: relative;
        overflow: hidden
    }

    .gm-style .gm-iw .gm-sv {
        padding-right: 4px
    }

    .gm-style .gm-iw .gm-wsv {
        cursor: pointer;
        position: relative;
        overflow: hidden
    }

    .gm-style .gm-iw .gm-sv-label,
    .gm-style .gm-iw .gm-ph-label {
        cursor: pointer;
        position: absolute;
        bottom: 6px;
        color: #fff;
        font-weight: 400;
        text-shadow: rgba(0, 0, 0, .7) 0 1px 4px;
        font-size: 12px
    }

    .gm-style .gm-iw .gm-stars-b,
    .gm-style .gm-iw .gm-stars-f {
        height: 13px;
        font-size: 0
    }

    .gm-style .gm-iw .gm-stars-b {
        position: relative;
        background-position: 0 0;
        width: 65px;
        top: 3px;
        margin: 0 5px
    }

    .gm-style .gm-iw .gm-rev {
        line-height: 20px;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none
    }

    .gm-style .gm-iw .gm-numeric-rev {
        font-size: 16px;
        color: #dd4b39;
        font-weight: 400
    }

    .gm-style .gm-iw.gm-transit {
        margin-left: 15px
    }

        .gm-style .gm-iw.gm-transit td {
            vertical-align: top
        }

        .gm-style .gm-iw.gm-transit .gm-time {
            white-space: nowrap;
            color: #676767;
            font-weight: bold
        }

        .gm-style .gm-iw.gm-transit img {
            width: 15px;
            height: 15px;
            margin: 1px 5px 0 -20px;
            float: left
        }

.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible
}

.gm-style-iw-ch {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    padding-top: 17px;
    overflow: hidden
}
