.editor-styles-wrapper {
    user-select: auto;
}
.map-location-inner-con-box {
    display: grid;
    grid-template-columns: 25% 72%;
    gap: 30px;
}
.map-location-inner-con-box .left-box br {
    display: none;
}
.map-location-inner-con-box p:empty {
    display: none;
}
.map-location-inner-con .tab-pane {
    display: none;
}
.map-location-inner-con .tab-pane.active.show {
    display: block;
}
.map-location-inner-con .nav-pills .nav-link {
    border-radius: 0;
    text-align: left;
    border: 0;
    cursor: pointer;
    background: rgb(0 0 0 / 6%);
    margin-bottom: 10px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    width: 100%;
    font-family: "Playfair Display", serif;
}
.map-location-inner-con .nav-pills .nav-link i{
    width: 23px;
    height: 23px;
    font-size: 16px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000000;
    position: relative;
}
.map-location-inner-con .nav-pills .nav-link i::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.map-location-inner-con .nav-pills .nav-link:focus{
    outline: none;
}
.map-location-inner-con .nav-pills .nav-link.active,
.map-location-inner-con .nav-pills .nav-link:hover{
    color: #ffffff;
    background: #000000;
}
.map-location-inner-con .nav-pills .nav-link:hover i,
.map-location-inner-con .nav-pills .nav-link.active i{
    background: transparent;
    color: #ffffff;
}
.map-and-content-con {
    padding: 40px 30px;
    background: #000000;
    border-radius: 0;
}
.map-and-content-con {
    padding: 30px 20px;
    background: #f0d9c3;
    border-radius: 0;
}
.country-details {
    margin-bottom: 24px;
}
.country-details ul {
    padding: 0;
    margin: 0;
}
.country-details ul li {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
    list-style: none;
    color: #000000;
}
.country-details ul li i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 7px;
}
.country-details ul li a:hover{
    color: #000000;
    text-decoration: underline !important;
}
.map-and-content-con {
    height: 290px;
    overflow: hidden;
    position: relative;
}
.map-img-con {
    width: 56%;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.map-img-con figure {
    margin: 0;
    padding-right: 20px;
}
.map-content-details-con {
    height: 100%;
    overflow-y: auto;
    padding: 0 60px;
}
.map-content-details-con::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 0;
}
.map-content-details-con::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}
.map-content-details-con::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #000000;
}
.country-details h6{
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: .5rem;
}


@media (max-width: 1199px) {
    .map-img-con figure img{
        width: 100%;
    }
    .map-content-details-con {
        padding: 0 30px;
    }
    .map-location-inner-con .nav-pills .nav-link {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .map-location-inner-con-box {
        grid-template-columns: 25% 71%;
    }
    .map-img-con {
        width: 47%;
        border: 0;
        padding-right: 8px;
    }
    .map-and-content-con {
        padding: 30px 10px;
    }
    .map-content-details-con {
        padding: 0 9px;
    }
    .country-details h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .map-img-con figure {
        padding: 0;
    }
    .country-details ul li {
        padding-left: 22px;
        line-height: 22px;
    }
    .country-details ul li i {
        font-size: 12px;
        top: 6px;
    }
    .country-details {
        margin-bottom: 18px;
    }
}
@media (max-width: 767px) {
    .map-location-inner-con-box {
        grid-template-columns: 100%;
        gap: 20px;
    }
    .map-img-con {
        width: 53%;
        padding-right: 18px;
    }
    .map-location-inner-con .nav-pills .nav-link i {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .map-location-inner-con .nav-pills .nav-link{
        padding: 12px 16px;
    }
    .map-img-con {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 0;
    }
    .map-content-details-con {
        width: 100%;
        padding: 0;
        height: 220px;
    }
    .map-and-content-con {
        height: 450px;
        padding: 30px 25px 25px;
    }
}