/* Collective Neighborhood */
.neighborhood.new-section{
    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: 16px 20px;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 0.875rem;
    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: #CA7F0B;
} */

.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter.active {
   /*  border-color: #CA7F0B; */
    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: 12px;
}

.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: 550px;
  
}
.neighborhood.new-section .map-list-wrapper .nbp-filter-places .nbp-list-view-wrap{
   
    padding: 24px;
   border: 1px solid #CCCCCC
}

.neighborhood.new-section .nbp-heading-wrap{
  margin-bottom: 24px;
 }
.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-ul{
    list-style: inside disc;
    margin-left: 0;
}

.neighborhood.new-section .nbp-places-list .nb-places {
    font-weight: 400;    
    border-radius: 100px;
    background-color: #ECECEC;
    padding: 10px 20px;
    font-size: .889rem;

}

.neighborhood.new-section .nbp-places-list .nb-places.active {
    color: #CA7F0B;
    border: 1px solid rgba(0, 0, 0, 0.102);
    background-color: transparent;
}
/* mobile filter tab styles */
.neighborhood.new-section .nbp-view-toggle {
    align-items: center;
    background: transparent;
    padding: 2px;
    border-radius: 0;
    gap: 4px;
    border-bottom: 0.5px solid #CCCCCC;
}

.neighborhood.new-section .nbp-view-tab {
  border: none;
  background: transparent;
  padding: 16px 18px;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #494949;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.neighborhood.new-section .nbp-view-tab.active {
  background: #F4E5CE;
  border: 1px solid #EDEDED ;
  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-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  color: #111111;
}
.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) {
    .neighborhood.new-section .map-list-wrapper .nbp-filter-places {
       padding: 16px 8px;
    }
    .neighborhood.new-section .nbp-places-list .nb-places-ul{
        list-style: none;
    }
    .neighborhood.new-section .nbp-places-list .nb-places{
        background-color: transparent;
        border: none ;
        padding: 0;
        font-size: 1.167rem;
    }
    .neighborhood.new-section .nbp-places-list .nb-places a{
        text-decoration: underline;
    }
    .neighborhood.new-section .nbp-places-list .nb-places.active{
        border: none;
    }
     .neighborhood.new-section .nbp-heading-wrap{
        margin-bottom: 16px;
    }
    .new-section .container.nbp-container {
        padding: 0;
    }
    .neighborhood.new-section .map-list-wrapper .nbp-filter-places .nbp-list-view-wrap {
        padding: 12px;
    }
}