.map-block-wrap {
    height: 100%;
    display: flex;
    background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(/wp-content/plugins/google-map-block/lang/../google_map.jpg);
    /*border: 1px solid grey;*/
    overflow-y: auto;
    border-radius: 15px;
}

.kb-google-maps-container iframe {
    border-radius: 15px;
}

.dd-map-g-links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 55px;
    bottom: 20px;
}

.dd-map-g-links a {
    display: flex;
    font-size: 14px;
    color: #a3a3a3;
    align-items: center;
    text-decoration: none;
}

.dd-map-g-links img {
    height: 14px;
    width: 14px;
    display: block;
    margin-right: 8px;
}

.map-block-content {
    margin: auto;
    text-align: left;
    max-width: 890px;
    background: #fff;
    padding: 30px 40px 30px;
    bottom: 0;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.kt-modal-container {
    border-radius: 25px !important;
}

.map-block-content p {
    margin: 0 0 20px 0 !important;
    font-size: 14px;
    line-height: 21px;
}

.map-block-content p {
    /*font-weight: 500;*/
    /*font-size: 19px;*/
    /*font-family: Manrope;*/
    /*color: var(--global-palette6, #718096);*/
}

.map-block-content button {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin: auto;
    display: block;
}