 /* Стилі ТІЛЬКИ для карти, все інше контролює твоя тема WordPress */
    #nyc-map {
        height: 550px;
        width: 100%;
        margin-top: 40px;
        border-radius: 8px;
        z-index: 1;
        border: 1px solid #ccc;
        background-color: #f8f9fa;
    }
    
    /* Робимо так, щоб було зрозуміло, що список клікабельний */
    .services_block_new ul li.service-location {
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    /* Стиль тільки для того елемента, на який клікнули */
    .services_block_new ul li.service-location.active {
        border: 1px solid #7ebb00 !important;
        background-color: #f4f8f0 !important;
        border-radius: 4px;
    }


/* Service block menu */

.new-list-subtitle{
	color:#717171;
	font-weight:500;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

.services_block_new ul{
	list-style:none;
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	    font-size: 18px;
	padding-left:0px !important;
}

.services_block_new li{
	display:flex;
	gap:15px;
	align-items:center;
}