/* Tupelo Neighborhood */
.neighborhood.new-section{
    position: relative;
}

.neighborhood.new-section .nbp-container{
display: flex;

}
.neighborhood.new-section .map-places-container{
    width: 100%;
}
/* .neighborhood.new-section .nbp-filter-wrapper {
    margin-bottom: 0;
} */

/* ====== WRAPPER ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-opt-wrapp {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 258px;
    position: relative;
    justify-content: center;
}
 /* ===== Vertical wrapper ===== */
.neighborhood.new-section .nbp-filter-wrapper .nbp_filter_vertical_wrapp {
  width: 180px;                 /* tweak as needed */
  background: #ffffff;    
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: inherit;
  max-height: 549px;            /* height of visible list */
  height: 100vw;
  padding: 12px 7px;
}
/* Scroll area */
.nbp_filter_vertical_wrapp .nbp-filter-scroll.nbp_vertical_scroll {
height: 100%;
  max-height: 549px;            /* height of visible list */
  overflow-y: auto;
  overflow-x: hidden;
 
   scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE / Edge */
  width: 100%;
}


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

/* ====== FILTER BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 16px 12px;    
    background: #ffffff;
    color: #494949;
    text-decoration: none;
    font-size: .875rem;
    line-height: 1;
    width: 100%;
    font-weight: 400;
    justify-content: left;
    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 {
    background: #ffffff;
    color: #363630;   
    border: 2px solid;
}

/* Rotate existing left/right icons to act as up/down */
.nbp_filter_vertical_wrapp .nbp-nav-up i {
  transform: rotate(90deg);     /* double-angle-left → up */
}
.nbp_filter_vertical_wrapp .nbp-nav-down i {
  transform: rotate(90deg);    /* double-angle-right → down */
}


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

.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn.nbp-nav-down {
    bottom: 0;
    top: auto;
}

.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: 4px;
}

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

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

.neighborhood.new-section .map-list-wrapper .nbp-filter-places {
    width: 30%;
max-width: 320px;
padding: 20px 24px;
   max-height: 549px;
   background-color: #E8EDED;
   border-radius: 4px;
}

.neighborhood.new-section .nbp-heading-wrap{
  margin-bottom: 18px;
 }
.neighborhood.new-section .nbp-heading-wrap span{
 display: none;
 }
.neighborhood.new-section .nbp-filter-places h2.section-title.nbp-places-heading {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    order: 1;
    color: #000000;
}
.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;
    gap: 20px;
}

.neighborhood.new-section .nbp-places-list .nb-places {
    font-weight: 300;
    padding: 0;
    font-size: 1rem;
    border-radius: 8px;    
     color: #494949;
     list-style: none;
     position: relative;
     padding-left: 10px;
}
.neighborhood.new-section .nbp-places-list .nb-places::after {
        content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background-color: #494949;
    border-radius: 50%;

}
.neighborhood.new-section .nbp-places-list .nb-places.active {
    font-weight: 400;
}

/* mobile filter tab styles */
.neighborhood.new-section .nbp-view-toggle {
    align-items: center;
    background: rgba(244, 244, 244, 0.502);
    padding: 4px;
    border-radius: 0;
    gap: 6px;
    border: 1px solid #FFFFFF;
}

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

.neighborhood.new-section .nbp-view-tab.active {
  background: #D1DBDB;
  border: none;
  color: #111111;
}
.neighborhood.new-section .nbp-fliter-dropdown select{
 padding: 12px 17px;
    border: 1px solid #EDEDED;
    background: #F4F4F4;
font-size: .9167rem;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 44px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .neighborhood.new-section .nbp-fliter-dropdown{
    margin-bottom: 10px;
  }
.neighborhood.new-section .nbp-filter-mob-wrap
 {
    padding-top: 4px;
}
@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 .container.nbp-container {
        padding: 0;
    }

    .neighborhood.new-section .map-list-wrapper {
        padding: 12px 0;
    }

    .new-section .nbp-view-panel .nbp-list-view-wrap {
        padding: 0 12px;
    }
     .neighborhood.new-section{
       background: #E8EDED;

    }
    .neighborhood.new-section .nbp-container{
        flex-direction: column;
    }
    .neighborhood.new-section{
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 8px;
    }
    .neighborhood.new-section::before{
        top: 0;
        height: 100%;
    }
    .neighborhood.new-section .map-list-wrapper .nbp-filter-places{
        padding: 0px 24px;
    }
    .neighborhood.new-section .nbp-places-list .nb-places{
         font-size: 1.1667rem;
    }
    .neighborhood.new-section .nbp-places-list .nb-places a{
        text-decoration: underline;
    }
}