.form-step-7-2 .create-wrapper {
    flex-direction: column;
}

.form-step-7-2 .btns-wrap {
    width: 100%;
    position: relative;
    align-items: center;
    margin: 40px 0;
}

.map-choice-holder {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

#map-choice {
    width: 60%;
    height: auto;
    min-height: 100vh;
}

.locations-holder {
    width: 40%;
    padding: 5vw 0 2vw;
}

.page-template-template-meeting .locations-holder {
    padding: 0 30px 0 0;
}

.locations-frame {
    padding: 26px 0 0;
    margin: 0 60px;
    /*background: url('../images/border-top.png') no-repeat top left;*/
}

.page-template-template-meeting .locations-frame {
    margin: 0;
}

/*.locations-holder h1 {
    font-size: 38px;
    margin: 0 0 16px;
}

.locations-holder h2 {
    color: #AE040B;
    font-size: 26px;
    margin: 0 0 16px;
}

.locations-holder p {
    margin: 0 0 16px;
}*/

.locations {
    background: #F6F6F6;
    padding: 16px;
    margin: 16px 0;
    border-radius: 12px;
}

.page-template-template-meeting .locations {
    padding: 0;
    margin: 0;
}

.locations h3 {
    font-size: 24px;
    margin: 0 0 16px;
}

.info-icon {
    display: none;
    cursor: pointer;
    margin-left: 6px;
}

.popover-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 1000;
}

.popover {
    position: fixed;
    left: 20px;
    right: 20px;
    background: #f6f6f6;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
}

.popover::before {
    content: '';
    position: absolute;
    left: var(--arrow-left, 50%);
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.popover[data-placement="bottom"]::before {
    top: -8px;
    border-bottom: 8px solid #fff;
}

.popover[data-placement="top"]::before {
    bottom: -8px;
    border-top: 8px solid #fff;
}

.popover-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.popover-title {
    color: #c00;
    font-weight: 600;
}

.popover .title-2 {
    font-size: 18px;
    margin: 0 0 14px !important;
}

.popover .title-3 {
    color: #AE040B;
    font-size: 16px;
    margin: 0 0 14px !important;
}

.popover p {
    margin: 0 0 14px !important;
}

.location-item {
    display: flex;
    gap: 14px;
    background-color: #EDEDED;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 6px;
    cursor: pointer;
    transition: 0.2s;
}

.location-item:hover {
    background: #f3eced;
}

.location-item img {
    width: 88px;
    height: 92px;
    object-fit: cover;
    border-radius: 10px;
}

.location-item img[src="null"] {
    display: none;
}

.location-info {
    flex: 1;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-info h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.location-info p {
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 34px;
    position: relative;
}

.location-info p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 26px;
    transform: translateY(-50%);
    background: url('../images/pin.png') no-repeat;
    background-size: cover;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #AE040B;
}

.mapboxgl-popup {
    max-width: 300px !important;
}

.mapboxgl-popup img[src="null"] {
    display: none;
}

.mapboxgl-marker svg {
    display: none;
}

.mapboxgl-marker {
    width: 50px;
    height: 63px;
    background-image: url(https://account.collegii.com/wp-content/themes/collegii_new/assets/images/pin.png);
    background-size: cover;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .info-icon {
        display: inline-block;
    }
    #map-choice {
        min-height: auto;
    }
    .map-choice-holder {
    flex-direction: column;
    }
    #map-choice {
    width: 100%;
    height: 60vh;
    }
    .locations-holder {
    width: 100%;
    padding: 0;
    }

    .locations-frame {
    padding: 0;
    margin: 0;
    background: none;
    }
    .locations-text {
    display: none;
    }
    .locations {
    background: #fff;
    padding: 32px 16px;
    margin: -6px 0 0;
    border-radius: 12px;
    position: relative;
    }
    .locations h3 {
    font-size: 18px;
    }
    .locations h4 {
    font-size: 16px;
    }
    .location-item {
    background: #F6F6F6;
    }
    .location-info p {
    font-size: 12px;
    padding: 0 0 0 30px;
    }
    /*.location-info p::after {
    width: 24px;
    height: 24px;
    }*/
    .location-item img {
    width: 80px;
    height: 64px;
    }
    .form-step-7-2 .btns-wrap {
        margin: 0;
    }
    .page-template-template-meeting .locations-holder {
        padding: 0;
    }
    .page-template-template-meeting .locations {
        padding: 32px 16px 16px;
        margin: -6px 0 14px;
    }
}