.elementor-385395 .elementor-element.elementor-element-613bb84{--display:flex;}.elementor-385395 .elementor-element.elementor-element-1df9275{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.page-id-340042 .page-header {
	display: none;
}

#neighborhoodSearch { margin-top: 50px; }
#neighborhoodSearch::placeholder {
	font-weight: bold;
}
#neighborhoodList { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 100px));
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
}

#neighborhoodList .hood-link {
    display: block;
    text-decoration: none;
}

#neighborhoodList .hood-item {
    width: 250px;
    height: 100px;
    box-sizing: border-box;
}

.hood-item {
    position: relative;
    width: 100%;
}

.hood-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    transition: filter 0.3s;
}

.hood-item:hover img {
    filter: brightness(100%);
}

p.hood-nam {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-weight: bold;
    transform: translate(-50%, -50%);
    text-align: center;
	filter: brightness(150%) !important;
}/* End custom CSS */