.property-search-hero-wrap,
.property-search-hero-wrap .e-con,
.property-search-hero-wrap .e-con-inner,
.elementor-element.property-search-hero-wrap,
.elementor-element.property-search-hero-wrap .e-con {
    overflow: visible !important;
}

.property-search-hero-wrap > .e-con-inner {
    padding: 0 !important;
    max-width: none !important;
}

.property-search-hero-wrap {
    padding: 0 !important;
    margin: 0 !important;
}

.nr-search-hero {
    position: relative;
    min-height: 420px;
    padding: 80px 24px 60px;
    background-image: var(--nr-search-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    z-index: 5;
    width: 80%;
    margin: auto;
    border-radius: 30px;
}

.nr-search-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8, 20, 40, 0.15) 0%,
        rgba(8, 20, 40, 0.55) 45%,
        rgba(8, 20, 40, 0.82) 100%
    );
    pointer-events: none;
}

.nr-search-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.nr-search-hero__title {
    margin: 0 0 28px;
    text-align: center;
    color: #fff !important;
    font-family: Figtree, sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.nr-search-hero__panel {
    position: relative;
    overflow: visible;
    z-index: 10;
}

.nr-search-hero__form {
    position: relative;
    overflow: visible;
    z-index: 10;
}

.nr-search-hero__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 18px;
}

.nr-search-hero__tab {
    display: inline-block;
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    backdrop-filter: blur(6px);
}

.nr-search-hero__tab.is-active {
    background: #0894e1;
}

.nr-search-hero__filters {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    overflow: visible;
    position: relative;
    z-index: 2;
}

.nr-search-hero__field {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 78px;
    padding: 14px 18px;
    border-right: 1px solid #e8edf3;
}

.nr-search-hero__field--type-picker {
    flex: 0 0 160px;
    z-index: 100;
    overflow: visible;
    position: relative;
}

.nr-search-hero__field--location-picker {
    flex: 0 0 160px;
    z-index: 100;
    overflow: visible;
    position: relative;
}

.nr-search-hero__field--area-picker,
.nr-search-hero__field--price-picker {
    flex: 0 0 140px;
    z-index: 100;
    overflow: visible;
    position: relative;
}

.nr-search-hero__field--type-picker.is-open,
.nr-search-hero__field--location-picker.is-open,
.nr-search-hero__field--area-picker.is-open,
.nr-search-hero__field--price-picker.is-open {
    z-index: 200;
}

.nr-search-hero__filters.is-picker-open {
    z-index: 500;
    overflow: visible;
}

.nr-search-hero__picker-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 50px;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #1b2433 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: left;
    cursor: pointer;
}

.nr-search-hero__picker-trigger .fa-house {
    color: #0894e1;
    font-size: 16px;
}

.nr-search-hero__picker-chevron {
    margin-left: auto;
    color: #8b97a8;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.nr-search-hero__field--type-picker.is-open .nr-search-hero__picker-chevron,
.nr-search-hero__field--location-picker.is-open .nr-search-hero__picker-chevron,
.nr-search-hero__field--area-picker.is-open .nr-search-hero__picker-chevron,
.nr-search-hero__field--price-picker.is-open .nr-search-hero__picker-chevron {
    transform: rotate(180deg);
}

.nr-search-hero__picker-panel.is-floating {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999999;
}

.nr-search-hero__picker-panel--location.is-floating {
    width: min(1120px, calc(100vw - 48px)) !important;
}

.nr-search-hero__picker-panel--location.is-floating.is-modal-centered {
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 780px);
    border-radius: 20px;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.24);
    overflow: hidden;
}

.nr-location-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    z-index: 999998;
}

body.nr-location-modal-open {
    overflow: hidden;
}

.nr-search-hero__picker-panel--location .nr-search-hero__picker-layout,
.nr-search-hero__picker-panel--location::before {
    display: none;
}

.nr-search-hero__location-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px 16px;
    border-bottom: 0;
    flex-shrink: 0;
}

.nr-search-hero__location-title {
    margin: 0;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.nr-search-hero__location-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50% !important;
    background: transparent !important;
    color: #56647a !important;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nr-search-hero__location-close:hover {
    background: #f1f4f8;
}

.nr-search-hero__location-search {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 32px 18px;
    padding: 14px 18px;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
    flex-shrink: 0;
}

.nr-search-hero__location-search i {
    color: #8b97a8;
    font-size: 16px;
}

.nr-search-hero__location-search input {
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    color: #1b2433 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    outline: none !important;
}

.nr-search-hero__location-search input::placeholder {
    color: #9aa6b5;
}

.nr-search-hero__location-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0 32px 16px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.nr-search-hero__location-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.nr-search-hero__location-content.has-subway-preview {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.nr-search-hero__location-content.is-subway-only {
    grid-template-columns: 1fr;
}

.nr-search-hero__location-content.is-subway-only .js-nr-location-list {
    display: none;
}

.nr-search-hero__location-content.is-subway-only .nr-search-hero__subway-view {
    border-left: 0;
    padding-top: 0;
}

.nr-search-hero__location-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.nr-search-hero__breadcrumb-link {
    border: 0;
    padding: 0;
    background: transparent !important;
    color: #0894e1 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.nr-search-hero__breadcrumb-sep {
    color: #9aa8bc;
}

.nr-search-hero__breadcrumb-current {
    color: #1b2433;
    font-weight: 600;
}

.nr-search-hero__location-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    padding: 7px 14px;
    background: #eef4ff;
    color: #4b5d79;
    font-family: Figtree, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.nr-search-hero__location-tag--toggle {
    cursor: pointer;
    background: #fff !important;
}

.nr-search-hero__location-tag--toggle.is-active {
    border-color: #0894e1;
    background: #eef7ff !important;
    color: #0894e1;
}

.nr-search-hero__location-body {
    max-height: min(58vh, 560px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 32px 20px;
}

.nr-search-hero__location-body.has-subway-preview {
    max-height: min(58vh, 560px);
    border-right: 1px solid #e8edf3;
}

.nr-search-hero__location-section {
    margin-bottom: 28px;
}

.nr-search-hero__location-state {
    margin: 0 0 14px;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.nr-search-hero__location-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.nr-search-hero__location-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid #d8e0ea;
    border-radius: 12px;
    background: #fff !important;
    color: #1b2433;
    font-family: Figtree, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nr-search-hero__location-option:hover,
.nr-search-hero__location-option.is-selected {
    border-color: #0894e1;
    background: #edf6ff;
    color: #0894e1;
}

.nr-search-hero__location-radio {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 2px solid #c5ced8;
    border-radius: 50%;
    position: relative;
}

.nr-search-hero__location-option.is-selected .nr-search-hero__location-radio {
    border-color: #0894e1;
}

.nr-search-hero__location-option.is-selected .nr-search-hero__location-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0894e1;
    transform: translate(-50%, -50%);
}

.nr-search-hero__picker-panel--location .nr-search-hero__picker-footer {
    padding: 20px 32px 24px;
    border-top: 1px solid #e8edf3;
    flex-shrink: 0;
}

.nr-search-hero__subway-view {
    padding: 4px 32px 20px;
    border-left: 0;
    overflow-y: auto;
    max-height: min(62vh, 580px);
}

.nr-search-hero__location-content.has-subway-preview .nr-search-hero__subway-view {
    border-left: 1px solid #e8edf3;
}

.nr-search-hero__subway-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.nr-search-hero__subway-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.nr-search-hero__subway-times {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nr-search-hero__subway-time {
    border: 1px solid #d8e0ea !important;
    border-radius: 999px !important;
    padding: 9px 14px !important;
    background: #fff !important;
    color: #56647a !important;
    font-family: Figtree, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.nr-search-hero__subway-time.is-active {
    border-color: #0894e1 !important;
    background: #0894e1 !important;
    color: #fff !important;
}

.nr-search-hero__subway-layout {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 28px;
    max-height: min(52vh, 500px);
    margin-bottom: 12px;
}

.nr-search-hero__subway-lines {
    max-height: min(52vh, 500px);
    overflow-y: auto;
    padding-right: 8px;
}

.nr-search-hero__subway-line + .nr-search-hero__subway-line {
    margin-top: 18px;
}

.nr-search-hero__subway-line-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.nr-search-hero__subway-line-dot {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: var(--nr-line-color);
}

.nr-search-hero__subway-stations {
    display: grid;
    gap: 8px;
}

.nr-search-hero__subway-station {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    background: #fff !important;
    color: #1b2433 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: left;
    cursor: pointer;
}

.nr-search-hero__subway-station:hover,
.nr-search-hero__subway-station.is-selected {
    border-color: #0894e1;
    background: #eef7ff !important;
    color: #0894e1 !important;
}

.nr-search-hero__subway-station.is-related {
    border-color: #93c5fd;
    background: #f8fbff !important;
    color: #2563eb !important;
}

.nr-search-hero__subway-station.is-dimmed {
    opacity: 0.35;
}

.nr-search-hero__subway-radio {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 2px solid #c5ced8;
    border-radius: 50%;
    position: relative;
}

.nr-search-hero__subway-station.is-selected .nr-search-hero__subway-radio {
    border-color: #0894e1;
}

.nr-search-hero__subway-station.is-selected .nr-search-hero__subway-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0894e1;
    transform: translate(-50%, -50%);
}

.nr-search-hero__subway-map {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nr-search-hero__subway-map-canvas {
    min-height: 420px;
    border-radius: 20px;
    background: #f7f8fb;
    overflow: hidden;
}

.nr-subway-map-interactive {
    position: relative;
    width: 100%;
    border-radius: 16px;
    background: #f3f4f6;
    overflow: hidden;
    aspect-ratio: 908 / 721;
}

.nr-subway-map-interactive__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    pointer-events: none;
    user-select: none;
}

.nr-subway-map-interactive__overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.nr-subway-hotspot {
    position: absolute;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    padding: 0;
    border: 0;
    background: transparent !important;
    cursor: pointer;
    outline: none;
    pointer-events: none;
}

.nr-subway-hotspot__halo,
.nr-subway-hotspot__ring,
.nr-subway-hotspot__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nr-subway-hotspot__halo {
    width: 30px;
    height: 30px;
    background: rgba(8, 148, 225, 0.18);
    opacity: 0;
}

.nr-subway-hotspot__ring {
    width: 14px;
    height: 14px;
    border: 2.5px solid #fff;
    background: var(--nr-station-color, #e6544f);
    opacity: 0;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.2);
}

.nr-subway-hotspot__dot {
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: 0;
}

.nr-subway-hotspot__tooltip {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 8px;
    background: #1b2433;
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.nr-subway-hotspot:hover .nr-subway-hotspot__halo,
.nr-subway-hotspot.is-related .nr-subway-hotspot__halo {
    opacity: 1;
}

.nr-subway-hotspot:hover .nr-subway-hotspot__ring,
.nr-subway-hotspot.is-related .nr-subway-hotspot__ring,
.nr-subway-hotspot.is-selected .nr-subway-hotspot__ring {
    opacity: 1;
}

.nr-subway-hotspot:hover .nr-subway-hotspot__dot,
.nr-subway-hotspot.is-related .nr-subway-hotspot__dot,
.nr-subway-hotspot.is-selected .nr-subway-hotspot__dot {
    opacity: 1;
}

.nr-subway-hotspot.is-selected .nr-subway-hotspot__halo {
    opacity: 1;
    background: rgba(8, 148, 225, 0.28);
}

.nr-subway-hotspot.is-selected .nr-subway-hotspot__ring {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 4px rgba(8, 148, 225, 0.25);
}

.nr-subway-hotspot.is-selected .nr-subway-hotspot__tooltip {
    opacity: 1;
}

.nr-subway-hotspot.is-hover:not(.is-selected):not(.is-dimmed) .nr-subway-hotspot__halo {
    opacity: 0.85;
}

.nr-subway-hotspot.is-hover:not(.is-selected):not(.is-dimmed) .nr-subway-hotspot__ring,
.nr-subway-hotspot.is-hover:not(.is-selected):not(.is-dimmed) .nr-subway-hotspot__dot {
    opacity: 1;
}

.nr-subway-hotspot.is-dimmed {
    opacity: 0.15;
    pointer-events: none;
}

.nr-search-hero__subway-map-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: contain;
    object-position: center;
}

.nr-search-hero__subway-legend {
    display: flex;
    gap: 18px;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.nr-search-hero__subway-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nr-search-hero__subway-legend-line {
    width: 22px;
    height: 4px;
    border-radius: 999px;
}

.nr-search-hero__subway-legend-line.is-red {
    background: #e6544f;
}

.nr-search-hero__subway-legend-line.is-green {
    background: #37b686;
}

.nr-search-hero__picker-panel--filter {
    overflow: visible;
}

.nr-search-hero__picker-panel--filter .nr-search-hero__picker-layout {
    display: none;
}

.nr-search-hero__filter-body {
    padding: 20px 20px 8px;
}

.nr-search-hero__range-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 18px;
}

.nr-search-hero__range-field {
    position: relative;
    display: block;
}

.nr-search-hero__range-field input {
    width: 75%;
    padding: 12px 42px 12px 14px !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #1b2433 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    outline: none;
}

.nr-search-hero__range-field input:focus {
    border-color: #0894e1;
}

.nr-search-hero__range-field input::placeholder {
    color: #9aa6b5;
}

.nr-search-hero__range-unit {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #8b97a8;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
}

.nr-search-hero__filter-group {
    margin-top: 4px;
}

.nr-search-hero__filter-title {
    margin: 0 0 12px;
    color: #1b2433;
    font-family: Figtree, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.nr-search-hero__chip-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nr-search-hero__chip-option {
    min-width: 44px;
    padding: 10px 14px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    background: #f1f2f3 !important;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nr-search-hero__chip-option:hover,
.nr-search-hero__chip-option.is-selected {
    border-color: #0894e1;
    background: #0894e1;
    color: #fff;
}

.nr-search-hero__price-type-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 16px;
}

.nr-search-hero__radio-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.nr-search-hero__radio-option input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #0894e1;
}

.nr-search-hero__picker-panel--filter .nr-search-hero__picker-footer {
    padding: 14px 20px 18px;
    border-top: 1px solid #e8edf3;
}

.nr-search-hero__picker-panel {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: min(560px, calc(100vw - 48px));
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    overflow: visible;
    z-index: 600;
}

.nr-search-hero__picker-panel::before {
    content: '';
    position: absolute;
    top: -7px;
    left: var(--nr-picker-arrow-left, 28px);
    width: 14px;
    height: 14px;
    background: #fafbfd;
    border-top: 1px solid #e8edf3;
    border-left: 1px solid #e8edf3;
    transform: rotate(45deg);
    z-index: 2;
    pointer-events: none;
}

.nr-search-hero__picker-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: stretch;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.nr-search-hero__picker-types {
    padding: 12px 0;
    border-right: 1px solid #e8edf3;
    background: #fafbfd;
    border-radius: 16px 0 0 16px;
}

.nr-search-hero__type-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border: 0;
    background: transparent;
    color: #1b2433;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: left;
    cursor: pointer;
}

.nr-search-hero__type-option.is-selected {
    background: #edf6ff;
    color: #0894e1;
}

.nr-search-hero__type-option .fa-house {
    width: 18px !important;
    height: 18px !important;
    color: #0894e1 !important;
}

.nr-search-hero__type-option:hover {
    background: #edf6ff !important;
    color: #0894e1 !important;
}

.nr-search-hero__type-check {
    margin-left: auto;
    font-size: 13px;
}

.nr-search-hero__picker-status {
    display: flex;
    flex-direction: column;
    padding: 22px 24px 20px;
    min-height: 100%;
    border-radius: 0 16px 16px 0;
}

.nr-search-hero__picker-status-title {
    margin: 0 0 16px;
    color: #1b2433;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.nr-search-hero__status-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nr-search-hero__status-option {
    border: 1px solid #d8e0ea !important;
    border-radius: 999px !important;
    padding: 10px 16px !important;
    background: #f1f2f3 !important;
    color: #1b2433 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nr-search-hero__status-option:hover,
.nr-search-hero__status-option.is-selected {
    border-color: #0894e1 !important;
    background: #0894e1 !important;
    color: #fff !important;
}

.nr-search-hero__picker-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    padding-top: 24px;
}

.nr-search-hero__picker-clear {
    border: 0;
    background: transparent !important;
    color: #56647a !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}

.nr-search-hero__picker-apply {
    border: 0;
    border-radius: 12px !important;
    padding: 12px 28px;
    background: #0894e1 !important;
    color: #fff !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nr-search-hero__picker-apply:hover {
    background: #0a4f95;
}

.nr-search-hero__field--dropdown {
    flex: 0 0 150px;
}

.nr-search-hero__field--keyword {
    flex: 1 1 auto;
    min-width: 220px;
    border-right: 0;
}

.nr-search-hero__field-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: #0894e1;
    font-family: Figtree, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.nr-search-hero__field-label i {
    font-size: 14px;
}

.nr-search-hero__select,
.nr-search-hero__input {
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    color: #1b2433 !important;
    font-family: Figtree, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    outline: none;
    appearance: none;
}

.nr-search-hero__select {
    padding-right: 22px;
    cursor: pointer;
}

.nr-search-hero__chevron {
    position: absolute;
    right: 16px;
    bottom: 18px;
    color: #8b97a8;
    font-size: 12px;
    pointer-events: none;
}

.nr-search-hero__input::placeholder {
    color: #1b2433;
}

.nr-search-hero__actions {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
}

.nr-search-hero__submit {
    min-width: 200px;
    border: 0;
    border-radius: 0 18px 18px 0;
    background: #0894e1 !important;
    color: #fff !important;
    font-family: Figtree, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s ease;
}

.nr-search-hero__submit:hover {
    background: #0a4f95;
}

@media (max-width: 1100px) {
    .nr-search-hero {
        margin-top: -120px;
        padding-top: 60px;
    }

    .nr-search-hero__filters {
        flex-wrap: wrap;
    }

    .nr-search-hero__field--dropdown {
        flex: 1 1 calc(50% - 1px);
        border-bottom: 1px solid #e8edf3;
    }

    .nr-search-hero__field--type-picker,
    .nr-search-hero__field--location-picker,
    .nr-search-hero__field--area-picker,
    .nr-search-hero__field--price-picker {
        flex: 1 1 100%;
        border-bottom: 1px solid #e8edf3;
    }

    .nr-search-hero__location-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nr-search-hero__location-content.has-subway-preview {
        grid-template-columns: 1fr;
    }

    .nr-search-hero__location-content {
        grid-template-columns: 1fr;
    }

    .nr-search-hero__subway-view {
        border-left: 0;
        border-top: 1px solid #e8edf3;
    }

    .nr-search-hero__subway-layout {
        grid-template-columns: 1fr;
        max-height: none;
    }

    .nr-subway-map-interactive {
        aspect-ratio: 908 / 721;
    }

    .nr-search-hero__subway-map-canvas {
        min-height: 360px;
    }

    .nr-search-hero__picker-layout {
        grid-template-columns: 1fr;
    }

    .nr-search-hero__picker-types {
        border-right: 0;
        border-bottom: 1px solid #e8edf3;
    }

    .nr-search-hero__field--keyword {
        flex: 1 1 100%;
        border-bottom: 1px solid #e8edf3;
    }

    .nr-search-hero__actions {
        flex: 1 1 100%;
    }

    .nr-search-hero__submit {
        flex: 1;
        border-radius: 0 0 18px 18px;
    }
}

@media (max-width: 767px) {
    .nr-search-hero {
        margin-top: 0;
        min-height: auto;
        padding: 40px 16px;
    }

    .nr-search-hero__picker-panel--location.is-floating.is-modal-centered {
        width: calc(100vw - 16px) !important;
        max-height: calc(100vh - 16px);
    }

    .nr-search-hero__location-header,
    .nr-search-hero__location-search,
    .nr-search-hero__location-tags,
    .nr-search-hero__location-body,
    .nr-search-hero__picker-panel--location .nr-search-hero__picker-footer,
    .nr-search-hero__subway-view {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nr-search-hero__location-search {
        margin-left: 20px;
        margin-right: 20px;
    }

    .nr-search-hero__tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .nr-search-hero__tab {
        flex: 0 0 auto;
    }

    .nr-search-hero__field--dropdown,
    .nr-search-hero__field--keyword {
        flex: 1 1 100%;
    }

    .nr-search-hero__location-options {
        grid-template-columns: 1fr;
    }

    .nr-search-hero__subway-toolbar,
    .nr-search-hero__subway-times,
    .nr-search-hero__subway-legend {
        flex-direction: column;
        align-items: flex-start;
    }

    .nr-subway-map-interactive {
        aspect-ratio: 908 / 721;
    }

    .nr-search-hero__subway-map-canvas {
        min-height: 300px;
    }
}
