#contactblockwithmap .prefix {
    font-weight: bold;
}

#contactblockwithmap .contactblockwithmap-container {
    gap: 100px;
    padding-bottom: 2%;
}

#contactblockwithmap .text .text-highlighted {
    font-weight: 500; 
    color:var(--clColorGreen);
}

#contactblockwithmap .contactblockwithmap-text {
    text-align: end;
}

#contactblockwithmap .contactblockwithmap-text>div {
    display: flex;
    flex-direction: column; 
    line-height: 140%;
    padding-left: 3%;
    padding-right: 3%;
}

#contactblockwithmap .contactblockwithmap-text>div:not(:last-of-type) {
    padding-bottom: 3%;
    border-bottom: 1px solid var(--clColorVeryLightGray);
}
/*
#contactblockwithmap .contactblockwithmap-google-map {
    background-image: url('/wp-content/uploads/2025/01/tablet_frame.png');
    background-repeat: no-repeat;
    background-size: contain;
}*/

#contactblockwithmap .contactblockwithmap-google-map:before {
    content:'🔘';
    font-size: xx-small;
    height: 10px;
    width: 10px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: -6px;
    z-index: 1;
    position: relative;
    opacity: 0.5;
}
#contactblockwithmap .contactblockwithmap-google-map iframe {
    /*width: 37.6%;
    height: calc(93% - 66px);
    margin-top: 55px;
    margin-left: 53px;*/
    border-radius: 20px;
    border: 20px solid var(--clColorDarkGray)!important;
    outline: 1px solid var(--clColorVeryLightGray);
    height: 90%;
    width: 95%;
    box-shadow: var(--clBoxShadowStrong);
}