/* Acacia Neighborhood */
.neighborhood.new-section{
    /* margin-top: 60px; */
    position: relative;
}
.neighborhood.new-section .nbp-filter-wrapper {
    margin-bottom: 20px;
}

/* ====== WRAPPER ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-opt-wrapp {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

/* ====== SCROLL AREA ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-scroll.nbp_horizontal_scroll {
    flex: 1;
    overflow: hidden;
}

.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-options {
    display: flex;
    gap: 10px;
}

/* ====== FILTER BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 18px;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 0.778rem;
    line-height: 1;
    min-width: 170px;
    font-weight: 500;
    justify-content: center;
    border-radius: 0;
}

.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter i {
    font-size: 10px;
}

/* hover / active look */
/* .neighborhood.new-section .nbp-filter-wrapper .nb-map-filter:hover {
    border-color: #64B3A5;
} */

.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter.active {
/*     border-color: #64B3A5; */
    background: #ffffff;
    color: #000000;
    border-width: 2px;
}

/* ====== ARROW BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn {
    width: 48px;
    height: 48px;
    border: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 17px;
    position: absolute;
}

.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn.nbp-nav-right {
    right: 0;
}

.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn i {
    font-size: 14px;
}

/* hidden state for arrows */
.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

.neighborhood.new-section .map-list-wrapper {
    display: flex;
    gap: 28px;
}

.neighborhood.new-section .map-list-wrapper .map-canvas {
    flex-grow: 1;
}

.neighborhood.new-section .map-canvas {
    height: 100vw;
    max-height: 549px;
}

.neighborhood.new-section .map-list-wrapper .nbp-filter-places {
    width: 30%;
    max-width: 350px;
}
.neighborhood.new-section .nbp-filter-places .nbp-heading-wrap{
  margin-bottom: 16px;
  padding-top: 20px;
 }
.neighborhood.new-section .nbp-filter-places h2.section-title.nbp-places-heading {
    font-size: 1.334rem;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
.neighborhood.new-section .nbp-heading-wrap span i{
font-size: 1.334rem;
}

.neighborhood.new-section .nbp-places-list .nb-places {
    font-weight: 500;
    font-size: 0.889rem;
    line-height: 1.2;
    text-transform: capitalize;
}

.neighborhood.new-section .nbp-places-list .nb-places.active {
    color: #64B3A5;
}

/* mobile filter tab styles */
.neighborhood.new-section .nbp-view-toggle {
    align-items: center;
    background: #f3f5f5;
    padding: 4px;
    border-radius: 12px;
    gap: 6px;
}

.neighborhood.new-section .nbp-view-tab {
  border: none;
  background: transparent;
  padding: 10px 18px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #494949;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
}

.neighborhood.new-section .nbp-view-tab.active {
  background: #E0F0ED;
  border: 1px solid #CCCCCC;
  color: #111111;
}
.neighborhood.new-section .nbp-fliter-dropdown select{
    padding: 12px 17px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
  font-size: 1rem;
  font-weight: 500;
}
.neighborhood.new-section .nbp-fliter-dropdown .nbp-select-arrow {
    color: #111111;
}
@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}
@media screen and (max-width: 767px) {
    .new-section .nbp-container{
        padding: 0;
    }
    .new-section .nbp-view-panel .nbp-list-view-wrap{
        padding: 0 12px;
    }
    .neighborhood.new-section .nbp-places-list .nb-places{
        font-size: 1rem;
    }
}