/* Deferred non-critical hotsheet/search styles. Loaded after first paint by SearchExperience. */


.search-map-panel {
  position: sticky;
  top: 92px;
}

.search-map-panel--loading {
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #e9eff1;
}

.map-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.map-canvas-shell {
  position: relative;
  min-height: 560px;
  background: #eef3f4;
}

.oh-google-search-map {
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #eef3f4;
}

.oh-google-search-map.is-drawing {
  cursor: crosshair;
  touch-action: none;
  user-select: none;
}

.oh-google-search-map.is-lassoing {
  cursor: crosshair;
}

.map-draw-overlay {
  position: absolute;
  inset: 0;
  z-index: 680;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.map-draw-overlay__fill {
  fill: rgba(8, 122, 69, 0.22);
  stroke: none;
}

.map-draw-overlay__line {
  fill: none;
  stroke: #065f38;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  paint-order: stroke;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.map-draw-overlay__point {
  fill: #087a45;
  stroke: #ffffff;
  stroke-width: 3px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}

.map-draw-overlay__point--start {
  fill: #111111;
}

.map-canvas-shell [data-oh-google-marker] {
  transition: opacity 120ms ease;
}

.map-canvas-shell.is-draw-mode [data-oh-google-marker] {
  opacity: 0.16;
  pointer-events: none;
}

.map-canvas-shell.is-map-updating [data-oh-google-marker] {
  opacity: 0;
}

.map-draw-status {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 790;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(420px, calc(100% - 236px));
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 7px;
  padding: 5px 6px 5px 14px;
  background: rgba(17, 17, 17, 0.88);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
}

.map-draw-status__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.map-draw-status .button {
  min-height: 32px;
  border-radius: 5px;
}

.map-draw-status .button.ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.map-loading-layer {
  position: absolute;
  inset: 0;
  z-index: 650;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px) 0 0 / 92px 92px,
    #e9eff1;
  pointer-events: none;
}

.map-loading-layer__tile,
.map-loading-layer__pin {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, rgba(205, 216, 220, 0.8), rgba(247, 250, 251, 0.95), rgba(205, 216, 220, 0.8));
  background-size: 220% 100%;
  animation: shimmer 1.2s ease infinite;
}

.map-loading-layer__tile {
  border: 1px solid rgba(133, 152, 159, 0.18);
  border-radius: 8px;
}

.map-loading-layer__tile--large {
  top: 18%;
  left: 18%;
  width: 38%;
  height: 24%;
}

.map-loading-layer__tile--medium {
  right: 16%;
  bottom: 18%;
  width: 34%;
  height: 20%;
}

.map-loading-layer__pin {
  width: 74px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(17, 24, 28, 0.12);
}

.map-loading-layer__pin--one {
  top: 34%;
  left: 54%;
}

.map-loading-layer__pin--two {
  top: 54%;
  left: 32%;
}

.map-loading-layer__pin--three {
  right: 18%;
  bottom: 34%;
}

.oh-map-marker {
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 999px;
  background: var(--clay);
  color: white;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(17, 21, 24, 0.22);
}

.oh-map-marker.selected {
  background: var(--evergreen);
  transform: scale(1.14);
}

.oh-map-marker span {
  line-height: 1;
}

.oh-map-price-marker,
.oh-map-dot-marker {
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.oh-map-price-marker {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.oh-map-price-marker span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  padding: 0 8px;
  background: #087a45;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
  white-space: nowrap;
}

.oh-map-price-marker.selected span {
  background: #d92235;
  transform: translateY(-1px);
}

.oh-map-price-marker.selected span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #d92235;
  transform: translateX(-50%);
}

.oh-map-dot-marker span {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #087a45;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
}

.oh-map-dot-marker.selected span {
  background: #d92235;
  transform: scale(1.22);
}

.map-listing-preview {
  position: absolute;
  z-index: 560;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: calc(100% - 24px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
}

.map-preview-media {
  position: relative;
  flex: 0 0 162px;
  height: 162px;
  background: #e8ecee;
}

.map-preview-image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
  font-size: 13px;
  font-weight: 800;
}

.map-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-preview-close,
.map-preview-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.66);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.map-preview-close:hover,
.map-preview-nav:hover {
  background: rgba(17, 17, 17, 0.82);
}

.map-preview-close {
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
}

.map-preview-nav {
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

.map-preview-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.map-preview-nav--prev {
  left: 10px;
}

.map-preview-nav--next {
  right: 10px;
}

.map-preview-body {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-height: 92px;
  padding: 10px 12px 12px;
  background: #ffffff;
}

.map-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.map-preview-price {
  color: #111111;
  font-family: var(--oh-editorial-display, Georgia, serif);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.map-preview-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.map-preview-action {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111111;
  cursor: pointer;
}

.map-preview-action:hover {
  background: #f1f1f1;
}

.map-preview-action--saved {
  color: #d92235;
}

.map-preview-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 7px;
  color: #171717;
  font-size: 12px;
  line-height: 1.2;
}

.map-preview-address {
  display: block;
  margin-top: 6px;
  color: #171717;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-preview-summary {
  display: none;
  margin: 5px 0 0;
  overflow: hidden;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.map-result-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 10px 12px;
  background: white;
  color: var(--muted);
  font-size: 13px;
}

.map-result-strip strong {
  color: var(--evergreen);
}

.map-bottom-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.map-outline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  padding: 0 16px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.map-outline-action:hover {
  border-color: #111111;
}

.map-panel-surface {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 56, 47, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(18, 56, 47, 0.08) 1px, transparent 1px),
    #edf4f1;
  background-size: 38px 38px;
}

.map-marker {
  position: absolute;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 999px;
  background: var(--clay);
  color: white;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(17, 21, 24, 0.22);
  transform: translate(-50%, -50%);
}

.map-empty {
  position: absolute;
  inset: auto 18px 18px;
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
}

#oh-hotsheet-root.oh-view-split .oh-auto-market-stats .cms-market-grid,
#oh-hotsheet-root.oh-view-table .oh-auto-market-stats .cms-market-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#oh-hotsheet-root.oh-view-split .oh-auto-market-stats .cms-market-stat,
#oh-hotsheet-root.oh-view-table .oh-auto-market-stats .cms-market-stat {
  min-height: 56px;
  padding: 10px 12px;
}

#oh-hotsheet-root.oh-view-split .oh-auto-market-stats .cms-market-stat + .cms-market-stat,
#oh-hotsheet-root.oh-view-table .oh-auto-market-stats .cms-market-stat + .cms-market-stat {
  border-left: 0;
}

#oh-hotsheet-root.oh-view-split .oh-auto-market-stats .cms-market-stat:nth-child(even),
#oh-hotsheet-root.oh-view-table .oh-auto-market-stats .cms-market-stat:nth-child(even) {
  border-left: 1px solid #ece6dd;
}

#oh-hotsheet-root.oh-view-split .oh-auto-market-stats .cms-market-stat:nth-child(n+3),
#oh-hotsheet-root.oh-view-table .oh-auto-market-stats .cms-market-stat:nth-child(n+3) {
  border-top: 1px solid #ece6dd;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-intro,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-intro {
  width: 100%;
  margin: 0 0 18px;
  padding: 12px 0 18px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-intro--with-stats,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-intro--with-stats {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-intro .cms-block--with-media,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-intro .cms-block--with-media {
  grid-template-columns: 1fr;
  gap: 16px;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer {
  width: min(1180px, calc(100vw - 48px));
  margin: 34px auto 0;
  padding-top: 34px;
  border-top: 1px solid #e8e2d8;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block-group {
  width: 100%;
  max-width: none;
  margin: 0;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block:not(.cms-block--listings) {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block h2 {
  margin: 35px 0 30px;
  color: #363636;
  font-family: "Libre Franklin", "Libre Franklin Fallback", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(28px, 2.1vw, 30px);
  font-weight: 300;
  line-height: 1.2;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block h2:first-child {
  margin-top: 0;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block h3 {
  margin: 35px 0 30px;
  color: #363636;
  font-family: "Libre Franklin", "Libre Franklin Fallback", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 1.75vw, 24px);
  font-weight: 400;
  line-height: 1.22;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block p,
#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block li {
  color: #363636;
  font-size: 17px;
  line-height: 1.65;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block p {
  margin: 0 0 30px;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block ul,
#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block ol {
  margin: 0 0 30px;
  padding-left: 28px;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block ul {
  list-style: disc;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block ol {
  list-style: decimal;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block li {
  margin: 0;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer .cms-block li::marker {
  color: #d57a2a;
  font-size: 0.82em;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-footer,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-footer {
  width: 100%;
  margin: 28px 0 0;
  padding-top: 26px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-footer .cms-block-group,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-footer .cms-block-group {
  gap: 28px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-footer .cms-block h2,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-footer .cms-block h2 {
  font-size: clamp(28px, 2.1vw, 30px);
}

@media (max-width: 700px) {
  #oh-hotsheet-root .oh-hotsheet-cms-intro,
  #oh-hotsheet-root .oh-hotsheet-cms-footer {
    box-sizing: border-box;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 640px) {

  #oh-hotsheet-root.oh-view-split .oh-auto-market-stats .cms-market-grid,
  #oh-hotsheet-root.oh-view-table .oh-auto-market-stats .cms-market-grid,
  #oh-hotsheet-root .oh-auto-market-stats .cms-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.filter-popover__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1510;
  display: grid;
  gap: 14px;
  width: 300px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.filter-popover.align-end .filter-popover__panel {
  right: 0;
  left: auto;
}

.filter-popover__panel label {
  display: grid;
  gap: 6px;
}

.filter-popover__panel label > span,
.filter-popover__panel .toggle-line {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  color: #333333;
  font-size: 12px;
  font-weight: 850;
  white-space: normal;
}

.filter-popover__panel .toggle-line {
  display: inline-flex !important;
  justify-content: flex-start;
}

.choice-pill {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  padding: 0 12px;
  background: #ffffff;
  color: #222222;
  font-weight: 750;
  cursor: pointer;
}

.choice-pill.active {
  border-color: #111111;
  box-shadow: inset 0 0 0 1px #111111;
}

.oh-filter-sale-panel {
  width: 330px;
}

.oh-filter-price-panel {
  width: 500px;
}

.oh-filter-beds-panel {
  width: 540px;
}

.oh-filter-home-type-panel {
  width: 400px;
}

.oh-filter-panel-title,
.drawer-section-heading h3,
.filter-segment-row__label {
  margin: 0;
  color: #151515;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.oh-filter-underlined-tabs {
  display: inline-flex;
  align-items: flex-end;
  gap: 28px;
  min-height: 38px;
  border-bottom: 1px solid #d9d9d9;
}

.oh-filter-underlined-tabs button {
  min-height: 38px;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 9px;
  background: transparent;
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.oh-filter-underlined-tabs button.active {
  border-bottom-color: #111111;
  color: #111111;
  font-weight: 850;
}

.oh-filter-underlined-tabs button:disabled {
  color: #8a8a8a;
  cursor: not-allowed;
}

.oh-filter-segmented {
  display: grid;
  border: 1px solid #d3d7d8;
  border-radius: 7px;
  background: #ffffff;
  overflow: hidden;
}

.oh-filter-segmented--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oh-filter-segmented--range {
  grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
}

.oh-filter-segmented--bedbath {
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
}

.oh-filter-segment {
  min-height: 42px;
  border: 0;
  border-right: 1px solid #e1e1e1;
  background: #ffffff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.oh-filter-segment:last-child {
  border-right: 0;
}

.oh-filter-segment.active {
  background: #e8fbfd;
  color: #06717a;
  box-shadow: inset 0 0 0 2px #07838e;
}

.oh-filter-segmented--three .oh-filter-segment.active {
  background: #07838e;
  color: #ffffff;
  box-shadow: none;
}

.oh-filter-segmented--range .oh-filter-segment.active {
  background: #e8fbfd;
  color: #06717a;
  box-shadow: inset 0 0 0 2px #07838e;
}

.oh-filter-segment:focus-visible,
.home-type-choice:focus-visible,
.filter-drawer-trigger:focus-visible,
.drawer-reset-button:focus-visible,
.drawer-apply-button:focus-visible,
.idx-filter-drawer__close:focus-visible {
  outline: 3px solid rgba(7, 131, 142, 0.28);
  outline-offset: 2px;
}

.oh-filter-beds-panel {
  gap: 18px;
}

.oh-filter-beds-panel .oh-filter-bedbath-control {
  display: grid;
  gap: 18px;
}

.oh-filter-beds-panel .oh-filter-bedbath-row {
  display: grid;
  gap: 10px;
}

.oh-filter-beds-panel .oh-filter-bedbath-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.oh-filter-beds-panel .oh-filter-bedbath-hint {
  color: #555f66;
  font-size: 13px;
  font-weight: 500;
}

.oh-filter-range-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.oh-filter-range-inputs .field {
  min-height: 44px;
  border-color: #cfd7da;
  font-size: 15px;
}

.oh-filter-range-inputs > span {
  color: #747474;
  font-weight: 800;
}

.price-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.oh-filter-panel-actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 10px;
  padding-top: 4px;
}

.oh-filter-panel-actions .button {
  min-width: 108px;
}

.home-type-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-type-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 0 12px;
  background: #ffffff;
  color: #202020;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.home-type-choice.active {
  border-color: #07838e;
  background: #e8fbfd;
  color: #06717a;
  box-shadow: inset 0 0 0 1px #07838e;
}

.idx-filter-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.46);
}

.idx-filter-drawer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(720px, 100vw);
  height: 100vh;
  background: #ffffff;
  color: #151515;
  box-shadow: -18px 0 36px rgba(0, 0, 0, 0.22);
}

.drawer-filter-section {
  display: grid;
  gap: 18px;
  border-bottom: 1px solid #dedede;
  padding: 26px 28px;
}

.drawer-filter-section--top {
  padding-top: 22px;
  padding-bottom: 22px;
}

.drawer-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.drawer-section-heading--price {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.drawer-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.drawer-field-grid label {
  position: static;
  display: grid;
  gap: 7px;
}

.drawer-field-grid label > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  color: #333333;
  font-size: 12px;
  font-weight: 850;
  white-space: normal;
}

.drawer-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.drawer-reset-button,
.drawer-apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 7px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.drawer-reset-button {
  border: 0;
  background: transparent;
  color: #06717a;
}

.drawer-apply-button {
  min-width: 210px;
  border: 1px solid #d92235;
  background: #d92235;
  color: #ffffff;
}

.drawer-apply-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.search-experience--split .search-map-panel {
  position: sticky;
  top: var(--idx-split-header-height);
  height: calc(100vh - var(--idx-split-header-height));
  min-height: 0;
  margin-top: calc(-1 * var(--idx-split-filter-height));
  background: #edf2f5;
}

.search-experience--split .oh-google-search-map {
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.search-experience--split .map-canvas-shell {
  height: 100%;
  min-height: 100%;
}

.search-experience--split .map-toolbar {
  position: absolute;
  top: 14px;
  right: 16px;
  left: 16px;
  z-index: 760;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  pointer-events: none;
}

.search-experience--split .map-toolbar .button {
  min-height: 40px;
  border-color: rgba(0, 0, 0, 0.16);
  background: #ffffff;
  color: #111111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
}

.map-search-button {
  min-width: 158px;
}

.map-search-button--floating {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 780;
  display: inline-flex;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: auto;
  box-shadow: 0 3px 10px rgba(17, 17, 17, 0.2);
}

.map-control-stack {
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: auto;
}

.map-zoom-stack {
  display: grid;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.map-options-menu {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  pointer-events: auto;
}

.map-options-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 920;
  display: grid;
  min-width: 176px;
  padding: 7px;
  border: 1px solid #d9d4cb;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.16);
  pointer-events: auto;
}

.map-options-popover::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #d9d4cb;
  border-top: 1px solid #d9d4cb;
  background: #fffdfa;
  transform: rotate(45deg);
}

.map-options-popover button {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 0;
  border-radius: 5px;
  padding: 0 11px;
  background: transparent;
  color: #151515;
  font-family: var(--oh-editorial-body), Arial, sans-serif;
  font-size: 13px;
  font-weight: 560;
  text-align: left;
  cursor: pointer;
}

.map-options-popover button:hover,
.map-options-popover button.is-active {
  background: #f3efe8;
}

.map-options-popover button.is-active {
  box-shadow: inset 2px 0 0 #006f73;
  color: #006f73;
}

.map-square-control {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.map-zoom-stack .map-square-control {
  border-radius: 0;
  box-shadow: none;
}

.map-zoom-stack .map-square-control + .map-square-control {
  border-top: 0;
}

.map-stack-control {
  min-width: 94px;
  justify-content: center;
  border-radius: 6px;
}

.map-stack-control--wide {
  min-width: 124px;
}

.map-square-control:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.map-mobile-tools {
  display: none;
}

.search-experience--split .map-bottom-actions {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: auto;
  z-index: 760;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.search-experience--split .map-bottom-actions > * {
  pointer-events: auto;
}

.search-experience--split .map-result-strip {
  position: static;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1100px) {

  .filter-popover__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    width: auto;
    max-height: min(420px, calc(100vh - 292px));
    overflow-y: auto;
  }
}

@media (max-width: 1100px) {

  .oh-filter-sale-panel,
  .oh-filter-price-panel,
  .oh-filter-beds-panel,
  .oh-filter-home-type-panel {
    width: auto;
  }
}

@media (max-width: 1100px) {

  .oh-filter-range-inputs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {

  .oh-filter-range-inputs > span {
    display: none;
  }
}

@media (max-width: 1100px) {

  .price-quick-grid,
  .home-type-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {

  .idx-filter-drawer {
    width: 100vw;
  }
}

@media (max-width: 1100px) {

  .idx-filter-drawer__header,
  .drawer-filter-section,
  .idx-filter-drawer__footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 1100px) {

  .drawer-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 1100px) {

  .drawer-field-grid,
  .drawer-toggle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {

  .drawer-reset-button,
  .drawer-apply-button {
    width: 100%;
  }
}

@media (max-width: 1100px) {

  .search-experience--split .search-map-panel {
    order: -1;
    position: relative;
    top: 0;
    height: clamp(280px, calc(100vh - 286px), 430px);
    min-height: 280px;
    margin-top: 0;
    border-bottom: 1px solid #d7d7d7;
  }
}

@media (max-width: 1100px) {

  .search-experience--split .map-toolbar {
    top: 12px;
    right: 12px;
    left: 12px;
  }
}

@media (max-width: 1100px) {

  .map-control-stack {
    gap: 8px;
  }
}

@media (max-width: 1100px) {

  .search-experience--split .map-toolbar .button {
    min-height: 38px;
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {

  .map-draw-status {
    top: 58px;
    right: 12px;
    left: 12px;
    justify-content: space-between;
    max-width: none;
  }
}

@media (max-width: 1100px) {

  .map-listing-preview {
    right: 12px;
    bottom: 12px;
    left: 12px !important;
    top: auto !important;
    width: auto !important;
    max-width: none;
    max-height: min(330px, calc(100% - 24px));
    transform: none;
  }
}

@media (max-width: 1100px) {

  .map-preview-close {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 1100px) {

  .map-preview-nav {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 1100px) {

  .map-preview-body {
    padding: 11px 13px 13px;
  }
}

@media (max-width: 1100px) {

  .map-preview-price {
    font-size: 21px;
  }
}

@media (max-width: 1100px) {

  .map-preview-stats {
    gap: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {

  .map-preview-address,
  .map-preview-summary {
    font-size: 13px;
  }
}

#oh-hotsheet-root .oh-inline-map-tile {
  display: flex;
}

#oh-hotsheet-root .oh-inline-map-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
  background: #dfe8ef;
  isolation: isolate;
}

#oh-hotsheet-root .oh-inline-map-card::before,
#oh-hotsheet-root .oh-inline-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#oh-hotsheet-root .oh-inline-map-card::before {
  background: linear-gradient(180deg, rgba(16, 18, 20, 0.18) 0%, rgba(16, 18, 20, 0.02) 34%);
}

#oh-hotsheet-root .oh-inline-map-card::after {
  background: linear-gradient(180deg, rgba(16, 18, 20, 0) 38%, rgba(16, 18, 20, 0.42) 100%);
}

#oh-hotsheet-root .oh-inline-map-canvas {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(53, 78, 92, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(53, 78, 92, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 35% 44%, rgba(255, 255, 255, 0.85) 0 7px, transparent 8px),
    radial-gradient(circle at 63% 58%, rgba(255, 255, 255, 0.9) 0 6px, transparent 7px),
    #dfe8ef;
  background-size: 38px 38px, 38px 38px, 100% 100%, 100% 100%, auto;
}

#oh-hotsheet-root .oh-inline-map-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 36px);
  pointer-events: none;
}

#oh-hotsheet-root .oh-inline-map-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #1c2126;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

#oh-hotsheet-root .oh-inline-map-badge-count {
  letter-spacing: 0;
  text-transform: none;
}

#oh-hotsheet-root .oh-inline-map-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  max-width: calc(100% - 48px);
  border: 1px solid var(--oh-hs-line);
  border-radius: 999px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.97);
  color: #171a1d;
  box-shadow: 0 14px 28px rgba(17, 20, 24, 0.1);
  font-family: var(--oh-hs-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

#oh-hotsheet-root .oh-inline-map-icon {
  width: 20px;
  height: 20px;
}

#oh-hotsheet-root.oh-view-list .oh-inline-map-tile {
  display: none;
}

#oh-hotsheet-root .sidx-map-container {
  position: relative;
  width: var(--oh-hs-shell);
  height: min(82vh, 820px);
  min-height: 600px;
  margin: 0 auto 16px;
  border: 1px solid var(--oh-hs-soft-line);
  overflow: hidden;
  background: #edf2f5;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.05);
}

#oh-hotsheet-root .sidx-map-container .search-map-panel {
  position: relative;
  top: 0;
  height: 100%;
  min-height: 100%;
}

#oh-hotsheet-root .sidx-map-container .oh-google-search-map {
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

#oh-hotsheet-root .sidx-map-container .map-canvas-shell {
  height: 100%;
  min-height: 100%;
}

#oh-hotsheet-root .sidx-map-container .map-result-strip {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: auto;
  z-index: 760;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

#oh-hotsheet-root .oh-map-return-btn {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 760;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.95);
  color: #15171a;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.16);
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}

#oh-hotsheet-root .sidx-map-container .map-toolbar {
  position: absolute;
  top: 24px;
  right: 24px;
  left: auto;
  z-index: 760;
  align-items: flex-start;
  margin: 0;
  pointer-events: none;
}

#oh-hotsheet-root .sidx-map-container .map-toolbar .button,
#oh-hotsheet-root .sidx-map-container .map-square-control {
  pointer-events: auto;
}

#oh-hotsheet-root .oh-hotsheet-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 40px auto;
  padding: 0 0 40px;
  color: var(--oh-hs-pager-text);
  font-family: var(--oh-hs-body);
}

#oh-hotsheet-root .oh-hs-page-mobile-primary,
#oh-hotsheet-root .oh-hs-page-nav,
#oh-hotsheet-root .oh-hs-page-number {
  cursor: pointer;
}

#oh-hotsheet-root .oh-hs-page-mobile-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 350px;
  max-width: 100%;
  min-height: 50px;
  margin-bottom: 32px;
  border: 1px solid #d4d8de;
  border-radius: 100px;
  background: #ffffff;
  color: #151515;
  font-size: 16px;
  font-weight: 500;
}

#oh-hotsheet-root .oh-hs-pagination-row,
#oh-hotsheet-root .oh-hs-page-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#oh-hotsheet-root .oh-hs-page-nav,
#oh-hotsheet-root .oh-hs-page-number,
#oh-hotsheet-root .oh-hs-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #606060;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#oh-hotsheet-root .oh-hs-page-prev {
  display: none;
}

#oh-hotsheet-root .oh-hs-page-next .oh-hs-page-word {
  display: none;
}

#oh-hotsheet-root .oh-hs-page-number.is-current {
  border: 1px solid #e0e0e0;
}

#oh-hotsheet-root .oh-hs-page-chevron {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

#oh-hotsheet-root .oh-hs-page-summary {
  margin-top: 32px;
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

#oh-hotsheet-root .oh-hs-pagination-loading,
#oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-results,
#oh-hotsheet-root.oh-hs-page-transitioning .oh-toolbar-count {
  opacity: 0.68;
  pointer-events: none;
}

#oh-hotsheet-root .oh-hs-empty {
  width: var(--oh-hs-shell);
  margin: 0 auto;
}

#oh-hotsheet-root .oh-hs-empty-panel {
  display: grid;
  place-items: center;
  gap: 12px;
  border: 1px solid var(--oh-hs-soft-line);
  padding: 42px 20px;
  background: #fbfaf8;
  text-align: center;
}

#oh-hotsheet-root .oh-hs-empty-title {
  margin: 0;
  color: #15171a;
  font-size: 24px;
}

#oh-hotsheet-root .oh-hs-empty-body {
  margin: 0;
  color: #697079;
}

#oh-hotsheet-root .oh-hs-empty-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #15171a;
  color: #ffffff;
  font-family: var(--oh-hs-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

#oh-hotsheet-root .oh-hs-similar {
  width: var(--oh-hs-shell);
  margin: 30px auto 0;
}

#oh-hotsheet-root .oh-hs-similar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

#oh-hotsheet-root .oh-hs-similar-header h2 {
  margin: 0;
  color: #24282d;
  font-family: var(--oh-hs-font);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
}

#oh-hotsheet-root .oh-hs-similar-header p {
  max-width: 430px;
  margin: 0;
  color: #697079;
  font-family: var(--oh-hs-body);
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}

#oh-hotsheet-root .oh-hs-similar-results {
  width: 100%;
  margin: 0;
}

#oh-hotsheet-root .oh-hs-similar-loading {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid #e2ddd5;
  border-radius: 6px;
  padding: 0 14px;
  background: #fffdfa;
  color: #5f6871;
  font-family: var(--oh-hs-body);
  font-size: 13px;
  font-weight: 650;
}

#oh-hotsheet-root .oh-hs-similar-loading svg {
  animation: oh-spin 0.8s linear infinite;
}

#oh-hotsheet-root .oh-hotsheet-split-list > .oh-hs-empty,
#oh-hotsheet-root.oh-view-split .oh-hs-empty,
#oh-hotsheet-root.oh-view-table .oh-hs-empty {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#oh-hotsheet-root.oh-view-split .oh-hs-empty-panel,
#oh-hotsheet-root.oh-view-table .oh-hs-empty-panel {
  min-height: 260px;
  margin: 0;
  border-right: 0;
  border-left: 0;
  background: #fffdfa;
}

#oh-hotsheet-root.oh-view-grid .oh-hs-empty {
  width: var(--oh-hs-grid-shell);
  max-width: var(--oh-hs-grid-shell);
  margin: 0 auto;
}

#oh-hotsheet-root.oh-view-grid .oh-hs-similar {
  width: var(--oh-hs-grid-shell);
  max-width: var(--oh-hs-grid-shell);
}

#oh-hotsheet-root.oh-view-split .oh-hs-similar,
#oh-hotsheet-root.oh-view-table .oh-hs-similar {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 767px) {
  #oh-hotsheet-root .oh-hs-similar-header {
    display: block;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .oh-hs-similar-header p {
    margin-top: 6px;
    text-align: left;
  }
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-map-shell > .oh-hs-empty {
  width: min(520px, calc(100% - 48px));
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

#oh-hotsheet-root.oh-view-map .oh-hs-empty-panel {
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.14);
}

@media (max-width: 767px) {

  #oh-hotsheet-root .sidx-map-container {
    width: 100%;
    height: 520px;
    min-height: 520px;
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .oh-map-return-btn {
    top: 16px;
    left: 16px;
    min-height: 46px;
    padding: 0 16px;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .sidx-map-container .map-toolbar {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .sidx-map-container .map-toolbar .map-search-button {
    display: none;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .oh-inline-map-cta {
    width: calc(100% - 32px);
    max-width: none;
    padding: 0 18px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .oh-hotsheet-pagination {
    width: min(100%, 520px);
    margin: 38px auto 36px;
    padding: 0 6px 40px;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .oh-hs-page-mobile-primary {
    width: 100%;
  }
}

@media (max-width: 767px) {

  #oh-hotsheet-root .oh-hs-page-number:nth-of-type(n + 6) {
    display: none;
  }
}

#oh-hotsheet-root .oh-layout-menu__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1810;
  display: grid;
  width: 206px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

#oh-hotsheet-root .oh-layout-menu__panel button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  padding: 0 14px;
  background: transparent;
  color: #1f1f1f;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

#oh-hotsheet-root .oh-layout-menu__panel button svg {
  flex: 0 0 auto;
  color: #111111;
  stroke-width: 2.1;
}

#oh-hotsheet-root .oh-layout-menu__panel button:hover,
#oh-hotsheet-root .oh-layout-menu__panel button.is-active {
  background: #dbeaec;
  color: #08656d;
}

#oh-hotsheet-root .oh-layout-menu__panel button:hover svg,
#oh-hotsheet-root .oh-layout-menu__panel button.is-active svg {
  color: #08656d;
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-title-row {
  min-height: 72px;
  border-bottom: 0;
  padding-top: 14px;
  padding-bottom: 12px;
}

#oh-hotsheet-root .sidx-map-container {
  width: 100%;
  height: calc(100vh - 210px);
  min-height: 620px;
  margin: 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none;
}

#oh-hotsheet-root .oh-map-return-btn {
  top: 14px;
  left: 24px;
  min-height: 38px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 0 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#oh-hotsheet-root .sidx-map-container .map-toolbar {
  top: 14px;
  right: 24px;
}

#oh-hotsheet-root .sidx-map-container .map-result-strip {
  right: 24px;
  bottom: 20px;
  max-width: min(420px, calc(100vw - 48px));
}

#oh-hotsheet-root .oh-hotsheet-pagination {
  width: var(--oh-hs-shell);
  max-width: none;
  margin: 34px auto 0;
  padding: 0 0 48px;
}

#oh-hotsheet-root .oh-hs-page-mobile-primary {
  display: none;
}

#oh-hotsheet-root .oh-hs-pagination-row,
#oh-hotsheet-root .oh-hs-page-list {
  gap: 6px;
}

#oh-hotsheet-root .oh-hs-page-prev {
  display: inline-flex;
}

#oh-hotsheet-root .oh-hs-page-next .oh-hs-page-word {
  display: inline;
}

#oh-hotsheet-root .oh-hs-page-nav {
  width: auto;
  min-width: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 0 11px;
}

#oh-hotsheet-root .oh-hs-page-number,
#oh-hotsheet-root .oh-hs-page-ellipsis {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 4px;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#oh-hotsheet-root .oh-hs-page-number.is-current {
  border: 1px solid #111111;
  color: #111111;
  font-weight: 700;
}

#oh-hotsheet-root .oh-hs-page-chevron {
  width: 18px;
  height: 18px;
}

#oh-hotsheet-root .oh-hs-page-summary {
  margin-top: 18px;
}

#oh-hotsheet-root .oh-hs-pagination-loading,
#oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-results,
#oh-hotsheet-root.oh-hs-page-transitioning .oh-hotsheet-title-row {
  opacity: 0.68;
  pointer-events: none;
}

@media (max-width: 980px) {

  #oh-hotsheet-root .oh-layout-menu__panel {
    right: 0;
    left: 0;
    width: auto;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root .sidx-map-container {
    height: calc(100vh - 286px);
    min-height: 520px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .sidx-map-container {
    height: 560px;
    min-height: 560px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .oh-map-return-btn {
    left: 12px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .sidx-map-container .map-toolbar {
    right: 12px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .oh-hotsheet-pagination {
    width: var(--oh-hs-shell);
    padding-bottom: 36px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .oh-hs-pagination-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 880px) {

  .search-map-panel {
    position: static;
  }
}

body:has(#oh-hotsheet-root.oh-view-split),
body:has(#oh-hotsheet-root.oh-view-table),
body:has(#oh-hotsheet-root.oh-view-map) {
  overflow: hidden;
}

body:has(#oh-hotsheet-root.oh-view-map.oh-has-cms-footer) {
  overflow: hidden;
}

body:has(#oh-hotsheet-root.oh-view-split) .site-header,
body:has(#oh-hotsheet-root.oh-view-table) .site-header,
body:has(#oh-hotsheet-root.oh-view-map) .site-header {
  position: sticky;
  top: 0;
  z-index: 1600;
  background: #ffffff;
}

#oh-hotsheet-root.oh-view-split,
#oh-hotsheet-root.oh-view-table,
#oh-hotsheet-root.oh-view-map {
  position: relative;
}

#oh-hotsheet-root.oh-view-map > .oh-hotsheet-cms-footer {
  display: none;
}

#oh-hotsheet-root.oh-view-grid .filter-popover__panel {
  top: calc(100% + 8px);
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar:has(.oh-layout-menu[open]),
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar:has(.oh-layout-menu[open]) {
  position: absolute;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 720;
  width: var(--oh-hs-split-list);
  min-width: 0;
  min-height: 58px;
  height: 58px;
  align-items: center;
  border-right: 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.92);
  background: #ffffff;
  padding: 10px 24px;
  gap: 8px;
  overflow: visible;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-reset-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-reset-chip {
  display: none !important;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .idx-filter-spacer,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .idx-filter-spacer {
  display: none;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .ai-search-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .ai-search-chip,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-table .oh-layout-menu > summary,
#oh-hotsheet-root.oh-view-split .oh-layout-menu > summary {
  min-height: 42px;
  height: 42px;
  border-radius: 6px;
  white-space: nowrap;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .ai-search-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .ai-search-chip {
  width: 103px;
  min-width: 103px;
  padding-right: 10px;
  padding-left: 10px;
  gap: 6px;
  font-size: 14px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-drawer-trigger {
  width: 94px;
  min-width: 94px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .save-search-chip {
  min-width: 116px;
  padding-right: 18px;
  padding-left: 18px;
}

#oh-hotsheet-root.oh-view-split .oh-layout-menu,
#oh-hotsheet-root.oh-view-table .oh-layout-menu {
  margin-left: auto;
}

#oh-hotsheet-root.oh-view-split .oh-layout-menu > summary,
#oh-hotsheet-root.oh-view-table .oh-layout-menu > summary {
  width: 46px;
  min-width: 46px;
  padding: 4px 3px 3px;
  flex-direction: column;
  gap: 1px;
  border-color: #d5d5d5;
  background: #ffffff;
  color: #333333;
  font-size: 10px;
  line-height: 1.05;
}

#oh-hotsheet-root .oh-hotsheet-split-shell {
  position: relative;
  display: grid;
  grid-template-columns: var(--oh-hs-split-list) minmax(360px, 1fr);
  height: calc(100vh - 61px);
  margin-top: 0;
  overflow: hidden;
  border-top: 0;
  background: #ffffff;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-grid-shell {
  display: block;
  height: auto;
  overflow: visible;
}

#oh-hotsheet-root .oh-hotsheet-split-list {
  min-width: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-right: 1px solid #d8d8d8;
  padding: 66px 24px 32px;
  background: #ffffff;
  scrollbar-gutter: stable;
}

#oh-hotsheet-root .oh-hotsheet-split-map {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  background: #edf2f5;
  box-shadow: none;
}

#oh-hotsheet-root .oh-hotsheet-split-map .search-map-panel {
  position: relative;
  top: 0;
  height: 100%;
  min-height: 100%;
  background: #edf2f5;
}

#oh-hotsheet-root .oh-hotsheet-split-map .map-canvas-shell,
#oh-hotsheet-root .oh-hotsheet-split-map .oh-google-search-map {
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

#oh-hotsheet-root .oh-hotsheet-grid-shell .oh-hotsheet-split-list {
  width: 100%;
  overflow: visible;
  padding: 0;
  border-right: 0;
}

#oh-hotsheet-root .oh-hotsheet-grid-shell .oh-hotsheet-persistent-map {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#oh-hotsheet-root .oh-hotsheet-map-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  height: calc(100vh - 119px);
  overflow: hidden;
}

#oh-hotsheet-root .oh-hotsheet-map-shell .oh-hotsheet-split-list {
  display: none;
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-map-shell > .oh-hs-empty {
  grid-row: 2;
  grid-column: 1;
  z-index: 2;
  align-self: start;
  justify-self: center;
  margin-top: 74px;
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-map-shell > .oh-hotsheet-persistent-map {
  grid-row: 2;
  grid-column: 1;
  width: 100%;
  height: 100%;
  max-width: none;
}

#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar {
  position: absolute;
  top: 14px;
  right: 16px;
  left: 16px;
  z-index: 760;
  justify-content: flex-end;
  margin: 0;
  pointer-events: none;
}

#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar .button,
#oh-hotsheet-root .sidx-map-container .map-toolbar .button {
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  color: #111111;
  pointer-events: auto;
}

#oh-hotsheet-root .oh-hotsheet-split-map .map-result-strip {
  right: 16px;
  bottom: 18px;
  left: auto;
  max-width: min(420px, calc(100% - 32px));
}

#oh-hotsheet-root .sidx-map-container .map-bottom-actions,
#oh-hotsheet-root .oh-hotsheet-split-map .map-bottom-actions {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: auto;
  z-index: 760;
  pointer-events: none;
}

#oh-hotsheet-root .sidx-map-container .map-bottom-actions > *,
#oh-hotsheet-root .oh-hotsheet-split-map .map-bottom-actions > * {
  pointer-events: auto;
}

#oh-hotsheet-root .sidx-map-container .map-result-strip,
#oh-hotsheet-root .oh-hotsheet-split-map .map-result-strip {
  display: none;
}

#oh-hotsheet-root.oh-view-split .sidx-grid {
  display: grid;
  grid-template-columns: repeat(var(--oh-hs-split-card-columns), minmax(0, 1fr));
  gap: 14px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-row,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-row,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-message,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-message,
#oh-hotsheet-root.oh-view-split .sidx-search-results,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-pagination,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-breadcrumbs {
  width: 100%;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-row,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-row {
  display: block;
  min-height: 72px;
  margin: 0;
  padding: 10px 0 0;
  border-bottom: 0;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-copy h1,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-copy h1 {
  max-width: none;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: 0;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-actions,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-actions {
  justify-content: flex-start;
  gap: 18px;
  margin-top: 16px;
}

#oh-hotsheet-root.oh-view-table .oh-toolbar-sort,
#oh-hotsheet-root.oh-view-split .oh-toolbar-sort {
  font-size: 16px;
  line-height: 1.2;
}

#oh-hotsheet-root.oh-view-split .oh-toolbar-sort span,
#oh-hotsheet-root.oh-view-table .oh-toolbar-sort span {
  color: #111111;
  font-weight: 700;
}

#oh-hotsheet-root.oh-view-split .oh-sort-select,
#oh-hotsheet-root.oh-view-table .oh-sort-select {
  font-size: 16px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-message,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-message,
#oh-hotsheet-root.oh-view-split .sidx-search-results {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

#oh-hotsheet-root.oh-view-table .oh-hotsheet-pagination {
  width: calc(100% - 24px);
  margin-right: 0;
  margin-left: 12px;
}

#oh-hotsheet-root.oh-view-table .oh-hotsheet-table-results,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-pagination,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-breadcrumbs {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

#oh-hotsheet-root .oh-hotsheet-breadcrumbs {
  width: var(--oh-hs-grid-shell);
  max-width: var(--oh-hs-grid-shell);
  margin: 30px auto 10px;
  padding: 0 12px;
}

#oh-hotsheet-root .oh-hotsheet-breadcrumbs ol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#oh-hotsheet-root .oh-hotsheet-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #5d6872;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#oh-hotsheet-root .oh-hotsheet-breadcrumbs a,
#oh-hotsheet-root .oh-hotsheet-breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: #006c75;
  text-decoration: none;
}

#oh-hotsheet-root .oh-hotsheet-breadcrumbs a:hover,
#oh-hotsheet-root .oh-hotsheet-breadcrumbs a:focus-visible {
  color: #004f56;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-breadcrumbs,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-breadcrumbs {
  width: 100%;
  max-width: none;
  margin: 24px 0 8px;
  padding: 0;
}

#oh-hotsheet-root .oh-hotsheet-market-stats-section {
  width: var(--oh-hs-grid-shell);
  max-width: var(--oh-hs-grid-shell);
  margin: 20px auto 0;
  padding: 0;
}

#oh-hotsheet-root .oh-hotsheet-market-stats-section h2 {
  margin: 0 0 22px;
  color: #363636;
  font-family: "Libre Franklin", "Libre Franklin Fallback", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(28px, 2.1vw, 30px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hotsheet-market-stats-section,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-market-stats-section,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-market-stats-section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

#oh-hotsheet-root.oh-view-map .sidx-map-container {
  position: relative;
  height: 100%;
  min-height: 0;
  border: 0;
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
  position: relative;
  top: 0;
  z-index: 720;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  height: 58px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.92);
  background: #ffffff;
  padding: 10px 24px;
  gap: 8px;
  overflow: visible;
  box-shadow: none;
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .idx-filter-spacer,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-reset-chip {
  display: none !important;
}

#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .ai-search-chip,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-popover > summary,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-map .oh-layout-menu > summary {
  min-height: 42px;
  height: 42px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
}

#oh-hotsheet-root.oh-view-map .oh-layout-menu {
  margin-left: auto;
}

#oh-hotsheet-root.oh-view-map .oh-layout-menu > summary {
  width: 46px;
  min-width: 46px;
  padding: 4px 3px 3px;
  flex-direction: column;
  gap: 1px;
  border-color: #d5d5d5;
  background: #ffffff;
  color: #333333;
  font-size: 10px;
  line-height: 1.05;
}

#oh-hotsheet-root.oh-view-map .search-map-panel,
#oh-hotsheet-root.oh-view-map .map-canvas-shell,
#oh-hotsheet-root.oh-view-map .oh-google-search-map {
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

#oh-hotsheet-root.oh-view-map .map-toolbar {
  position: absolute;
  top: 14px;
  right: 16px;
  left: 16px;
  z-index: 760;
  justify-content: flex-end;
  margin: 0;
  pointer-events: none;
}

#oh-hotsheet-root.oh-view-map .map-toolbar .button {
  pointer-events: auto;
}

#oh-hotsheet-root .oh-map-count-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 760;
  border-radius: 4px;
  padding: 8px 18px;
  background: rgba(42, 57, 52, 0.9);
  color: #ffffff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

#oh-hotsheet-root .sidx-map-container:has(.map-search-button:not(.map-search-button--floating)) .oh-map-count-pill {
  top: 68px;
}

#oh-hotsheet-root .oh-hotsheet-table-results {
  width: 100%;
  margin: 0;
}

#oh-hotsheet-root .oh-table-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  min-height: 226px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e3e3;
}

#oh-hotsheet-root .oh-table-feature__image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 224px;
  border-radius: 7px;
  background: #ececec;
  color: #ffffff;
  text-decoration: none;
}

#oh-hotsheet-root .oh-table-feature__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  pointer-events: none;
}

#oh-hotsheet-root .oh-table-feature__image img {
  width: 100%;
  height: 100%;
  min-height: 224px;
  object-fit: cover;
}

#oh-hotsheet-root .oh-table-feature__price,
#oh-hotsheet-root .oh-table-feature__stats,
#oh-hotsheet-root .oh-table-feature__address {
  position: absolute;
  right: 16px;
  left: 16px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#oh-hotsheet-root .oh-table-feature__price {
  bottom: 58px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

#oh-hotsheet-root .oh-table-feature__stats {
  bottom: 34px;
  font-size: 14px;
  line-height: 1.2;
}

#oh-hotsheet-root .oh-table-feature__address {
  bottom: 14px;
  font-size: 14px;
  line-height: 1.2;
}

#oh-hotsheet-root .oh-table-feature__details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 0;
}

#oh-hotsheet-root .oh-table-feature__details p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#oh-hotsheet-root .oh-table-feature__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}

#oh-hotsheet-root .oh-table-feature__fact {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  font-size: 13px;
  line-height: 1.2;
}

#oh-hotsheet-root .oh-table-feature__fact strong {
  overflow: hidden;
  color: #111111;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#oh-hotsheet-root .oh-table-feature__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

#oh-hotsheet-root .oh-table-feature__cta {
  margin-left: auto;
  border-radius: 6px;
  padding: 12px 20px;
  background: #222222;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

#oh-hotsheet-root .oh-table-scroll {
  overflow-x: auto;
  border-top: 0;
  scrollbar-width: thin;
}

#oh-hotsheet-root .oh-table-address {
  vertical-align: middle;
}

#oh-hotsheet-root .oh-table-address a {
  display: inline-block;
  overflow: hidden;
  max-width: calc(100% - 28px);
  vertical-align: middle;
  color: #111111;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#oh-hotsheet-root .oh-table-status-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  vertical-align: -3px;
  border-radius: 3px;
  background: #07804f;
  color: #ffffff;
}

#oh-hotsheet-root .oh-table-status-icon--new {
  background: #df263f;
}

#oh-hotsheet-root .oh-table-save-cell {
  text-align: center;
}

#oh-hotsheet-root .oh-table-save {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #333333;
  cursor: pointer;
}

#oh-hotsheet-root .oh-table-save:hover,
#oh-hotsheet-root .oh-table-save.is-saved {
  color: #df263f;
}

#oh-hotsheet-root .oh-hotsheet-pagination {
  width: var(--oh-hs-grid-shell);
  max-width: none;
}

#oh-hotsheet-root .oh-hs-page-summary {
  margin-top: 16px;
  color: #333333;
  font-size: 14px;
}

#oh-hotsheet-root .oh-hs-page-range {
  margin-top: 5px;
  color: #666666;
  font-size: 13px;
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover {
    display: block !important;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover > summary,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover > summary {
    min-height: 42px;
    height: 42px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-title-row,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-title-row {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 0;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-title-copy,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-title-copy {
    min-width: 0;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-title-copy h1,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-title-copy h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-title-actions,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-title-actions {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (max-width: 980px) {

  body:has(#oh-hotsheet-root.oh-view-split),
  body:has(#oh-hotsheet-root.oh-view-table) {
    overflow: auto;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 66px;
    height: auto;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
    background: #ffffff;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root .oh-hotsheet-split-shell {
    display: block;
    height: auto;
    margin-top: 0;
    overflow: visible;
    border-top: 0;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root .oh-hotsheet-split-list {
    overflow: visible;
    border-right: 0;
    padding: 0 16px 32px;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root .oh-hotsheet-split-map {
    display: none;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    height: 54px;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root.oh-view-map .oh-hotsheet-split-shell.oh-hotsheet-map-shell {
    display: grid;
    height: calc(100svh - 117px);
    min-height: 520px;
    overflow: hidden;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root.oh-view-map .oh-hotsheet-map-shell > .oh-hotsheet-persistent-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root.oh-view-map .search-map-panel,
  #oh-hotsheet-root.oh-view-map .map-canvas-shell,
  #oh-hotsheet-root.oh-view-map .oh-google-search-map {
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-title-row,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-title-row,
  #oh-hotsheet-root.oh-view-split .sidx-search-results,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-table-results,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-pagination,
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-pagination {
    width: var(--oh-hs-grid-shell);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root .oh-table-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {

  #oh-hotsheet-root .oh-table-feature__details {
    display: none;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 62px;
    padding: 10px 12px;
    border-right: 0;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .oh-layout-menu__panel {
    position: fixed;
    top: 112px;
    right: 0;
    left: auto;
    z-index: 2500;
    width: 176px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .oh-hotsheet-title-row,
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-title-row {
    width: var(--oh-hs-shell);
    gap: 10px;
    margin: 0 auto;
    padding: 16px 0 14px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root .sidx-grid,
  #oh-hotsheet-root.oh-view-grid .sidx-grid,
  #oh-hotsheet-root.oh-view-split .sidx-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root.oh-view-table .sidx-content > .oh-search-card {
    display: flex;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root.oh-view-table .sidx-thumbnail {
    min-height: 0;
    aspect-ratio: 1.5 / 1;
  }
}

#oh-hotsheet-root.oh-view-split .oh-sort-select,
#oh-hotsheet-root.oh-view-table .oh-sort-select,
#oh-hotsheet-root.oh-view-map .oh-sort-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  font: 650 14px/1 var(--oh-editorial-body) !important;
  font-size: 14px !important;
}

.idx-filter-drawer {
  --drawer-ink: #171a1c;
  --drawer-muted: #666d73;
  --drawer-line: #dde3e7;
  --drawer-soft: #f7f9fa;
  --drawer-teal: #006c70;
  --drawer-teal-soft: #e9f7f8;
  font-family: var(--oh-editorial-body);
}

.drawer-filter-section {
  gap: 18px;
  padding: 28px 32px;
  border-bottom-color: var(--drawer-line);
}

.drawer-filter-section:first-child {
  padding-top: 24px;
}

.drawer-section-heading h3,
.filter-segment-row__label,
.drawer-range-select-label,
.oh-filter-select-label > span {
  margin: 0;
  color: var(--drawer-ink);
  font-family: var(--oh-editorial-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.drawer-section-heading h3 {
  font-family: var(--oh-editorial-display);
  font-size: 16px;
  font-weight: 500;
}

.idx-filter-drawer .oh-filter-segmented {
  border-color: var(--drawer-line);
  border-radius: 8px;
  overflow: hidden;
}

.idx-filter-drawer .oh-filter-segmented--bedbath,
.idx-filter-drawer .oh-filter-segmented--feature {
  grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
}

.idx-filter-drawer .oh-filter-segment {
  min-height: 42px;
  color: var(--drawer-ink);
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 600;
}

.idx-filter-drawer .oh-filter-segment.active {
  background: var(--drawer-teal-soft);
  color: var(--drawer-teal);
  box-shadow: inset 0 0 0 2px var(--drawer-teal);
}

.idx-filter-drawer .oh-filter-range-inputs {
  gap: 12px;
}

.idx-filter-drawer .oh-filter-range-inputs .field,
.idx-filter-drawer .oh-filter-text-input,
.idx-filter-drawer .oh-filter-select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ccd4d9;
  border-radius: 7px;
  padding: 0 12px;
  background: #ffffff;
  color: var(--drawer-ink);
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.idx-filter-drawer .oh-filter-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, #5f686f 50%), linear-gradient(135deg, #5f686f 50%, transparent 50%);
  background-position: calc(100% - 17px) 17px, calc(100% - 12px) 17px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.idx-filter-drawer .oh-filter-range-inputs > span,
.drawer-range-selects > span {
  display: grid;
  place-items: center;
  color: #8a9298;
  font-weight: 600;
}

.idx-filter-drawer .home-type-choice-grid,
.idx-filter-drawer .drawer-toggle-grid {
  gap: 10px;
}

.idx-filter-drawer .home-type-choice {
  min-height: 44px;
  border-color: #d5dce0;
  border-radius: 7px;
  color: var(--drawer-ink);
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 650;
}

.idx-filter-drawer .home-type-choice.active {
  border-color: var(--drawer-teal);
  background: var(--drawer-teal-soft);
  color: var(--drawer-teal);
  box-shadow: inset 0 0 0 1px var(--drawer-teal);
}

.drawer-status-grid,
.home-feature-top-grid,
.property-detail-grid {
  display: grid;
  gap: 18px;
}

.drawer-checkbox-stack,
.home-feature-grid {
  display: grid;
  gap: 12px;
}

.home-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oh-filter-select-label,
.drawer-range-select-group {
  display: grid;
  gap: 8px;
}

.drawer-range-selects {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.oh-filter-mls-field {
  max-width: 320px;
}

.idx-filter-drawer .drawer-reset-button,
.idx-filter-drawer .drawer-apply-button {
  min-height: 52px;
  border-radius: 8px;
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 700;
}

.idx-filter-drawer .drawer-reset-button {
  color: var(--drawer-teal);
}

.idx-filter-drawer .drawer-apply-button {
  min-width: 220px;
  border-color: #d91f32;
  background: #d91f32;
}

@media (min-width: 760px) {
  .drawer-status-grid,
  .home-feature-top-grid,
  .property-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

#oh-hotsheet-root .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-split .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-table .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-map .oh-layout-menu > summary.layout-chip {
  box-sizing: border-box;
  display: inline-flex;
  width: 46px;
  min-width: 46px;
  height: 46px !important;
  min-height: 46px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px 4px 4px !important;
  border-radius: 6px;
  line-height: 1;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip {
  height: 46px !important;
  min-height: 46px !important;
  gap: 2px !important;
  padding: 5px 4px 4px !important;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-popover > summary,
#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root .oh-hotsheet-filter-bar .button.secondary.compact,
#oh-hotsheet-root .oh-filter-panel-actions .button,
#oh-hotsheet-root .sidx-map-container .map-toolbar .button,
#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar .button,
#oh-hotsheet-root .map-search-button,
.idx-filter-drawer .home-type-choice,
.idx-filter-drawer .oh-filter-segment,
.idx-filter-drawer .drawer-reset-button,
.idx-filter-drawer .drawer-apply-button {
  font-family: var(--oh-editorial-body);
  letter-spacing: 0;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-popover > summary,
#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root .oh-filter-panel-actions .button.ghost.compact,
#oh-hotsheet-root .sidx-map-container .map-toolbar .button,
#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar .button,
#oh-hotsheet-root .map-search-button,
.idx-filter-drawer .drawer-reset-button {
  border: 1px solid var(--oh-editorial-button-teal);
  border-radius: 100px;
  background: #ffffff;
  color: var(--oh-editorial-button-teal);
  box-shadow: none;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-popover > summary:hover,
#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger:hover,
#oh-hotsheet-root .oh-filter-panel-actions .button.ghost.compact:hover,
#oh-hotsheet-root .sidx-map-container .map-toolbar .button:hover,
#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar .button:hover,
#oh-hotsheet-root .map-search-button:hover,
.idx-filter-drawer .drawer-reset-button:hover {
  border-color: var(--oh-editorial-button-teal-hover);
  background: var(--oh-editorial-button-soft);
  color: var(--oh-editorial-button-teal-hover);
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger.has-value,
#oh-hotsheet-root .oh-filter-panel-actions .button.compact:not(.ghost) {
  border-color: var(--oh-editorial-button-ink);
  background: var(--oh-editorial-button-ink);
  color: #ffffff;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger:hover,
#oh-hotsheet-root .oh-hotsheet-filter-bar .filter-drawer-trigger.has-value:hover,
#oh-hotsheet-root .oh-filter-panel-actions .button.compact:not(.ghost):hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .save-search-chip,
.idx-filter-drawer .drawer-apply-button {
  border-color: var(--oh-editorial-button-teal);
  border-radius: 0;
  background: var(--oh-editorial-button-teal);
  color: #ffffff;
  box-shadow: none;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .save-search-chip:hover,
.idx-filter-drawer .drawer-apply-button:hover {
  border-color: var(--oh-editorial-button-teal-hover);
  background: var(--oh-editorial-button-teal-hover);
  color: #ffffff;
}

.idx-filter-drawer .home-type-choice,
.idx-filter-drawer .oh-filter-segment {
  border: 1px solid var(--oh-editorial-button-line);
  border-radius: 0;
  background: #ffffff;
  color: var(--oh-editorial-button-ink);
  box-shadow: none;
}

.idx-filter-drawer .home-type-choice.active,
.idx-filter-drawer .oh-filter-segment.active {
  border-color: var(--oh-editorial-button-teal);
  background: var(--oh-editorial-button-soft);
  color: var(--oh-editorial-button-teal);
  box-shadow: inset 0 0 0 1px var(--oh-editorial-button-teal);
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover > summary,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover > summary,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-popover > summary,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-drawer-trigger,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .save-search-chip {
  border-radius: var(--oh-je-pill-radius, 999px);
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .save-search-chip,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .save-search-chip {
  border-color: var(--oh-editorial-button-teal);
  border-radius: var(--oh-je-pill-radius, 999px) !important;
  background: var(--oh-je-pill-bg, #fffdfa);
  color: var(--oh-editorial-button-teal);
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .save-search-chip:hover,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip:hover,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .save-search-chip:hover,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .save-search-chip:hover {
  border-color: var(--oh-editorial-button-teal-hover);
  background: var(--oh-editorial-button-soft);
  color: var(--oh-editorial-button-teal-hover);
}

#oh-hotsheet-root .oh-filter-segmented,
.idx-filter-drawer .oh-filter-segmented {
  isolation: isolate;
}

#oh-hotsheet-root .oh-filter-segment,
.idx-filter-drawer .oh-filter-segment {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border: 1px solid transparent !important;
  border-right-color: var(--oh-editorial-button-line) !important;
  box-shadow: none;
}

#oh-hotsheet-root .oh-filter-segment:last-child,
.idx-filter-drawer .oh-filter-segment:last-child {
  border-right-color: transparent !important;
}

#oh-hotsheet-root .oh-filter-segment.active,
.idx-filter-drawer .oh-filter-segment.active {
  z-index: 1;
  border-color: var(--oh-editorial-button-teal) !important;
  outline: 1px solid var(--oh-editorial-button-teal) !important;
  outline-offset: -1px;
  background: var(--oh-editorial-button-soft);
  color: var(--oh-editorial-button-teal);
  box-shadow: none;
}

#oh-hotsheet-root .filter-popover__panel {
  gap: 18px;
  border-color: #dedede;
  border-radius: 4px;
  padding: 18px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
}

#oh-hotsheet-root .oh-filter-price-panel {
  width: 500px;
}

#oh-hotsheet-root .oh-filter-beds-panel {
  width: 540px;
}

#oh-hotsheet-root .oh-filter-beds-panel .oh-filter-segmented--bedbath {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

#oh-hotsheet-root .oh-filter-panel-title,
#oh-hotsheet-root .filter-segment-row__label,
#oh-hotsheet-root .filter-popover__panel label > span,
.idx-filter-drawer .drawer-section-heading h3,
.idx-filter-drawer .filter-segment-row__label,
.idx-filter-drawer .drawer-range-select-label,
.idx-filter-drawer .oh-filter-select-label > span {
  color: #151515;
  font-family: var(--oh-editorial-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

#oh-hotsheet-root .oh-filter-panel-title {
  font-size: 15px;
}

#oh-hotsheet-root .oh-filter-underlined-tabs {
  min-height: 34px;
  border-bottom-color: #d8d8d8;
}

#oh-hotsheet-root .oh-filter-underlined-tabs button {
  min-height: 34px;
  border-bottom-width: 1px;
  padding-bottom: 8px;
  color: #60676b;
  font-size: 13px;
  font-weight: 500;
}

#oh-hotsheet-root .oh-filter-underlined-tabs button.active {
  border-bottom-color: #151515;
  color: #151515;
  font-weight: 600;
}

#oh-hotsheet-root .oh-filter-range-inputs .field,
.idx-filter-drawer .oh-filter-range-inputs .field,
.idx-filter-drawer .oh-filter-text-input,
.idx-filter-drawer .oh-filter-select {
  min-height: 42px;
  border-color: #d7d7d7;
  border-radius: 2px;
  color: #151515;
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 400;
}

#oh-hotsheet-root .oh-filter-range-inputs .field::placeholder,
.idx-filter-drawer .oh-filter-range-inputs .field::placeholder,
.idx-filter-drawer .oh-filter-text-input::placeholder {
  color: #8b9296;
}

#oh-hotsheet-root .oh-filter-range-inputs > span,
.idx-filter-drawer .oh-filter-range-inputs > span {
  color: #6a7074;
  font-size: 13px;
  font-weight: 500;
}

#oh-hotsheet-root .price-quick-grid {
  gap: 8px;
}

#oh-hotsheet-root .price-quick-grid .button,
#oh-hotsheet-root .price-quick-grid .choice-pill,
#oh-hotsheet-root .choice-pill,
#oh-hotsheet-root .oh-filter-panel-actions .button,
#oh-hotsheet-root .oh-filter-segment,
.idx-filter-drawer .oh-filter-segment,
.idx-filter-drawer .home-type-choice {
  min-height: 38px;
  border-color: #d8d8d8;
  border-radius: 2px;
  background: #ffffff;
  color: #151515;
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

#oh-hotsheet-root .price-quick-grid .button:hover,
#oh-hotsheet-root .price-quick-grid .choice-pill:hover,
#oh-hotsheet-root .choice-pill:hover,
#oh-hotsheet-root .oh-filter-segment:hover,
.idx-filter-drawer .oh-filter-segment:hover,
.idx-filter-drawer .home-type-choice:hover {
  border-color: #006c75;
  background: #f5f9f9;
  color: #006c75;
}

#oh-hotsheet-root .oh-filter-segment.active,
.idx-filter-drawer .oh-filter-segment.active,
.idx-filter-drawer .home-type-choice.active {
  border-color: #006c75 !important;
  outline: 1px solid #006c75 !important;
  outline-offset: -1px;
  background: #f2f8f8;
  color: #006c75;
  font-weight: 600;
  box-shadow: none;
}

#oh-hotsheet-root .oh-filter-panel-actions {
  padding-top: 0;
}

#oh-hotsheet-root .oh-filter-panel-actions .button.ghost.compact,
.idx-filter-drawer .drawer-reset-button {
  border-color: #006c75;
  border-radius: 999px;
  background: #ffffff;
  color: #006c75;
  font-weight: 500;
}

#oh-hotsheet-root .oh-filter-panel-actions .button.compact:not(.ghost),
.idx-filter-drawer .drawer-apply-button {
  border-color: #151515;
  border-radius: 2px;
  background: #151515;
  color: #ffffff;
  font-weight: 600;
}

.idx-filter-drawer {
  --drawer-line: #dedede;
  --drawer-soft: #fafafa;
  --drawer-teal-soft: #f2f8f8;
}

.idx-filter-drawer-overlay {
  z-index: 5000;
  background: rgba(21, 21, 21, 0.38);
  backdrop-filter: blur(2px);
}

.idx-filter-drawer {
  --drawer-ink: #151515;
  --drawer-muted: #686d70;
  --drawer-line: #d9d4cb;
  --drawer-line-soft: #ebe6dc;
  --drawer-soft: #f7f3ee;
  --drawer-surface: #fffdfa;
  --drawer-panel: #ffffff;
  --drawer-teal: #006c75;
  --drawer-teal-hover: #005a61;
  --drawer-teal-soft: #eef7f6;
  position: relative;
  z-index: 1;
  width: min(650px, 100vw);
  background: var(--drawer-surface);
  color: var(--drawer-ink);
  font-family: var(--oh-editorial-body);
  box-shadow: -18px 0 44px rgba(17, 17, 17, 0.18);
}

.drawer-filter-section {
  gap: 14px;
  padding: 20px 26px;
  border-bottom-color: var(--drawer-line-soft);
  background: var(--drawer-surface);
}

.drawer-filter-section:first-child {
  padding-top: 18px;
}

.drawer-section-heading {
  gap: 14px;
}

.drawer-section-heading--price {
  gap: 8px;
}

.idx-filter-drawer .drawer-section-heading h3,
.idx-filter-drawer .filter-segment-row__label,
.idx-filter-drawer .drawer-range-select-label,
.idx-filter-drawer .oh-filter-select-label > span {
  color: var(--drawer-ink);
  font-family: var(--oh-editorial-body);
  font-size: 13px;
  font-weight: 640;
  line-height: 1.2;
  letter-spacing: 0;
}

.idx-filter-drawer .oh-filter-underlined-tabs {
  min-height: 30px;
  border-bottom-color: var(--drawer-line);
}

.idx-filter-drawer .oh-filter-underlined-tabs button {
  min-height: 30px;
  padding-bottom: 7px;
  color: var(--drawer-muted);
  font-size: 13px;
  font-weight: 520;
}

.idx-filter-drawer .oh-filter-underlined-tabs button.active {
  border-bottom-color: var(--drawer-ink);
  color: var(--drawer-ink);
  font-weight: 600;
}

.idx-filter-drawer .price-slider-control {
  gap: 5px;
  padding-top: 2px;
}

.idx-filter-drawer .price-bars {
  height: 58px;
  gap: 5px;
  padding: 0 10px;
}

.idx-filter-drawer .price-bars span {
  min-width: 3px;
  background: rgba(0, 108, 117, 0.88);
}

.idx-filter-drawer .price-slider-track {
  height: 26px;
  margin-top: -4px;
}

.idx-filter-drawer .price-slider-base,
.idx-filter-drawer .price-slider-selected {
  top: 12px;
  height: 2px;
}

.idx-filter-drawer .price-slider-base {
  background: #c7dedf;
}

.idx-filter-drawer .price-slider-selected {
  background: var(--drawer-teal);
}

.idx-filter-drawer .price-slider-handle {
  width: 22px;
  height: 22px;
  border-color: var(--drawer-teal);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.idx-filter-drawer .price-slider-handle:hover,
.idx-filter-drawer .price-slider-handle:focus-visible,
.idx-filter-drawer .price-slider-handle.active {
  border-width: 1px;
  box-shadow: 0 0 0 5px rgba(0, 108, 117, 0.1), 0 4px 12px rgba(15, 23, 42, 0.14);
}

.idx-filter-drawer .price-range-labels {
  color: var(--drawer-muted);
  font-size: 12px;
  font-weight: 600;
}

.idx-filter-drawer .oh-filter-bedbath-control {
  gap: 18px;
}

.idx-filter-drawer .oh-filter-bedbath-row {
  gap: 9px;
}

.idx-filter-drawer .oh-filter-bedbath-heading {
  flex-wrap: wrap;
  gap: 6px 16px;
}

.idx-filter-drawer .oh-filter-bedbath-hint {
  color: var(--drawer-muted);
  font-size: 12px;
  font-weight: 450;
}

.idx-filter-drawer .oh-filter-segmented {
  border-color: var(--drawer-line);
  border-radius: 6px;
  background: var(--drawer-panel);
}

.idx-filter-drawer .oh-filter-segmented--bedbath,
.idx-filter-drawer .oh-filter-segmented--feature {
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
}

.idx-filter-drawer .oh-filter-segmented--feature[data-drawer-options="garage"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.idx-filter-drawer .oh-filter-segment,
.idx-filter-drawer .home-type-choice {
  min-height: 38px;
  border-color: var(--drawer-line) !important;
  border-radius: 4px;
  background: var(--drawer-panel);
  color: var(--drawer-ink);
  font-size: 13px;
  font-weight: 520;
}

.idx-filter-drawer .oh-filter-segment {
  border-radius: 0;
}

.idx-filter-drawer .oh-filter-segment:hover,
.idx-filter-drawer .home-type-choice:hover {
  border-color: var(--drawer-teal) !important;
  background: #f7f3ee;
  color: var(--drawer-teal);
}

.idx-filter-drawer .oh-filter-segment.active,
.idx-filter-drawer .home-type-choice.active {
  border-color: var(--drawer-teal) !important;
  outline: 1px solid var(--drawer-teal) !important;
  outline-offset: -1px;
  background: var(--drawer-teal-soft);
  color: var(--drawer-teal);
  font-weight: 600;
  box-shadow: none;
}

#oh-hotsheet-root .home-type-choice,
.idx-filter-drawer .home-type-choice {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  gap: 11px;
  border-color: var(--drawer-line, #d9d4cb) !important;
  border-radius: 6px;
  padding: 8px 13px;
  background: #ffffff;
  color: var(--drawer-ink, #151515);
  text-align: left;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

#oh-hotsheet-root .home-type-choice__icon,
.idx-filter-drawer .home-type-choice__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 108, 117, 0.18);
  border-radius: 999px;
  background: #f6f1ea;
  color: #006c75;
}

#oh-hotsheet-root .home-type-choice__icon svg,
.idx-filter-drawer .home-type-choice__icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

#oh-hotsheet-root .home-type-choice__label,
.idx-filter-drawer .home-type-choice__label {
  min-width: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}

#oh-hotsheet-root .oh-filter-home-type-panel > .home-type-choice,
.idx-filter-drawer [data-filter-section="home-type"] > .home-type-choice {
  width: 100%;
  min-height: 50px;
  justify-content: center;
}

#oh-hotsheet-root .home-type-choice:hover,
.idx-filter-drawer .home-type-choice:hover {
  border-color: rgba(0, 108, 117, 0.58) !important;
  background: #f7f3ee;
  color: #006c75;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.07);
}

#oh-hotsheet-root .home-type-choice.active,
.idx-filter-drawer .home-type-choice.active {
  border-color: #006c75 !important;
  outline: 1px solid #006c75 !important;
  outline-offset: -1px;
  background: #eef8f8;
  color: #006c75;
  box-shadow: none;
}

#oh-hotsheet-root .home-type-choice.active .home-type-choice__icon,
.idx-filter-drawer .home-type-choice.active .home-type-choice__icon {
  border-color: #006c75;
  background: #006c75;
  color: #fffdfa;
}

.idx-filter-drawer .oh-filter-range-inputs {
  gap: 10px;
}

.idx-filter-drawer .oh-filter-range-inputs .field,
.idx-filter-drawer .oh-filter-text-input,
.idx-filter-drawer .oh-filter-select {
  min-height: 38px;
  border-color: var(--drawer-line);
  border-radius: 4px;
  background-color: var(--drawer-panel);
  color: var(--drawer-ink);
  font-size: 14px;
  font-weight: 400;
}

.idx-filter-drawer .oh-filter-range-inputs .field:focus-visible,
.idx-filter-drawer .oh-filter-text-input:focus-visible,
.idx-filter-drawer .oh-filter-select:focus-visible {
  border-color: var(--drawer-teal);
  outline: 3px solid rgba(0, 108, 117, 0.14);
  outline-offset: 1px;
}

.idx-filter-drawer .oh-filter-checkbox {
  display: flex;
  align-items: center;
  min-height: 24px;
  gap: 9px;
  color: var(--drawer-ink);
  font-size: 13px;
  font-weight: 450;
  line-height: 1.25;
}

.idx-filter-drawer .oh-filter-checkbox input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--drawer-teal);
}

.idx-filter-drawer .drawer-status-grid,
.idx-filter-drawer .home-feature-top-grid,
.idx-filter-drawer .property-detail-grid {
  gap: 18px 16px;
}

.idx-filter-drawer .drawer-checkbox-stack,
.idx-filter-drawer .home-feature-grid {
  gap: 9px 18px;
}

.idx-filter-drawer .home-type-choice-grid,
.idx-filter-drawer .drawer-toggle-grid {
  gap: 10px;
}

.idx-filter-drawer .drawer-range-select-group,
.idx-filter-drawer .feature-segment-row,
.idx-filter-drawer .oh-filter-select-label {
  display: grid;
  gap: 8px;
}

.idx-filter-drawer .drawer-range-selects {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}

.idx-filter-drawer .drawer-range-selects > span,
.idx-filter-drawer .oh-filter-range-inputs > span {
  color: #8a8580;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.idx-filter-drawer .property-detail-grid,
.idx-filter-drawer .home-feature-top-grid {
  align-items: start;
}

.idx-filter-drawer .oh-filter-mls-field {
  max-width: 310px;
}

.idx-filter-drawer [data-filter-section="home-features"] .drawer-toggle-grid {
  padding-top: 2px;
}

.idx-filter-drawer .drawer-reset-button,
.idx-filter-drawer .drawer-apply-button {
  min-height: 46px;
  padding: 0 24px;
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.idx-filter-drawer .drawer-reset-button {
  border-color: var(--drawer-teal);
  border-radius: 999px;
  background: var(--drawer-surface);
  color: var(--drawer-teal);
}

.idx-filter-drawer .drawer-reset-button:hover {
  border-color: var(--drawer-teal-hover);
  background: var(--drawer-teal-soft);
  color: var(--drawer-teal-hover);
}

.idx-filter-drawer .drawer-apply-button {
  min-width: 220px;
  border-color: var(--drawer-ink);
  border-radius: 5px;
  background: var(--drawer-ink);
  color: #ffffff;
}

.idx-filter-drawer .drawer-apply-button:hover {
  border-color: #000000;
  background: #000000;
}

.idx-filter-drawer .drawer-apply-button:disabled {
  opacity: 0.72;
}

@media (max-width: 1100px) {
  .idx-filter-drawer {
    width: 100vw;
  }
}

@media (max-width: 680px) {

  .drawer-filter-section {
    gap: 15px;
    padding: 20px 18px;
  }
}

@media (max-width: 680px) {

  .idx-filter-drawer .price-bars {
    height: 52px;
    gap: 4px;
  }
}

@media (max-width: 680px) {

  .idx-filter-drawer .home-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {

  .idx-filter-drawer .drawer-reset-button,
  .idx-filter-drawer .drawer-apply-button {
    width: 100%;
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
}

#oh-hotsheet-root .oh-hotsheet-grid-shell > .oh-hotsheet-persistent-map {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#oh-hotsheet-root .oh-hotsheet-pagination {
  width: min(var(--oh-hs-grid-shell), 960px);
  margin: 42px auto 0;
  padding: 0 0 46px;
  color: #151515;
  font-family: var(--oh-editorial-body);
}

#oh-hotsheet-root .oh-hs-pagination-row {
  gap: 12px;
}

#oh-hotsheet-root .oh-hs-page-list {
  gap: 4px;
}

#oh-hotsheet-root .oh-hs-page-nav,
#oh-hotsheet-root .oh-hs-page-number,
#oh-hotsheet-root .oh-hs-page-ellipsis {
  height: 34px;
  min-width: 34px;
  border-radius: 4px;
  font-family: var(--oh-editorial-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

#oh-hotsheet-root .oh-hs-page-nav {
  gap: 5px;
  padding: 0 13px;
  border: 1px solid #d9d6d0;
  background: #ffffff;
  color: #303538;
}

#oh-hotsheet-root .oh-hs-page-nav:not(:disabled):hover,
#oh-hotsheet-root .oh-hs-page-number:not(:disabled):hover {
  border-color: #151515;
  color: #151515;
}

#oh-hotsheet-root .oh-hs-page-number {
  width: 34px;
  border: 1px solid transparent;
  background: transparent;
  color: #303538;
}

#oh-hotsheet-root .oh-hs-page-number.is-current {
  border-color: #151515;
  background: #151515;
  color: #ffffff;
  font-weight: 600;
}

#oh-hotsheet-root .oh-hs-page-ellipsis {
  color: #85817a;
}

#oh-hotsheet-root .oh-hs-page-chevron {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
}

#oh-hotsheet-root .oh-hs-page-summary {
  margin-top: 18px;
  color: #303538;
  font-family: var(--oh-editorial-display);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.25;
}

#oh-hotsheet-root .oh-hs-page-range {
  margin-top: 6px;
  color: #77736c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-tile {
  display: flex;
  min-height: 100%;
}

#oh-hotsheet-root.oh-view-grid .sidx-search-result-grid-item.oh-inline-map-tile {
  aspect-ratio: 1.04 / 1;
  min-height: 320px;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #e9eef1;
  isolation: isolate;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card::before,
#oh-hotsheet-root.oh-view-grid .oh-inline-map-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card::before {
  background:
    linear-gradient(116deg, transparent 0 38%, rgba(255, 255, 255, 0.58) 38.3% 41.5%, transparent 41.8% 100%),
    linear-gradient(28deg, transparent 0 43%, rgba(255, 255, 255, 0.66) 43.3% 46%, transparent 46.4% 100%),
    linear-gradient(90deg, rgba(72, 96, 104, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(72, 96, 104, 0.12) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 42px 42px, 42px 42px;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card::after {
  background: linear-gradient(180deg, rgba(12, 18, 22, 0.05) 0%, rgba(12, 18, 22, 0.2) 100%);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-canvas {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 28%, rgba(164, 197, 182, 0.92) 0 72px, transparent 73px),
    radial-gradient(circle at 74% 66%, rgba(184, 204, 184, 0.88) 0 88px, transparent 89px),
    linear-gradient(135deg, #dce7ea 0%, #eef2f4 52%, #d7e2df 100%);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-road {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 1px rgba(135, 151, 154, 0.12);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-road--one {
  top: 22%;
  left: -10%;
  width: 122%;
  height: 18px;
  transform: rotate(17deg);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-road--two {
  top: 52%;
  left: -12%;
  width: 124%;
  height: 16px;
  transform: rotate(-31deg);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-road--three {
  top: -8%;
  left: 52%;
  width: 17px;
  height: 120%;
  transform: rotate(9deg);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-pin {
  position: absolute;
  z-index: 3;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--oh-editorial-button-teal, #006c75);
  box-shadow: 0 3px 10px rgba(17, 24, 28, 0.22);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-pin--one {
  top: 26%;
  left: 32%;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-pin--two {
  top: 58%;
  left: 62%;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-pin--three {
  top: 44%;
  left: 78%;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-badges {
  z-index: 4;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-badge {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: #2d3538;
  font-family: var(--oh-editorial-body);
  letter-spacing: 0.04em;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-cta {
  z-index: 5;
  min-height: 42px;
  border: 0;
  border-radius: 43px;
  padding: 0 21px;
  background: #ffffff;
  color: #151515;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  font-family: var(--oh-editorial-body);
  font-size: 14px;
  font-weight: 400;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-cta:hover {
  background: #f8fbfb;
  color: var(--oh-editorial-button-teal, #006c75);
}

@media (max-width: 1180px) {

  #oh-hotsheet-root.oh-view-grid .oh-inline-map-tile {
    display: none;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root.oh-view-grid .oh-inline-map-tile {
    min-height: 320px;
  }
}

@media (max-width: 680px) {

  #oh-hotsheet-root.oh-view-grid .oh-inline-map-cta {
    width: calc(100% - 48px);
    max-width: 320px;
    padding: 0 16px;
  }
}

.oh-map-price-marker span {
  min-width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  padding: 0;
  background: #151515;
  color: transparent;
  box-shadow: 0 3px 10px rgba(17, 17, 17, 0.22);
}

.oh-map-price-marker span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}

.oh-map-price-marker.selected span {
  background: #006c70;
  transform: translateY(-1px) scale(1.1);
}

.oh-map-price-marker.selected span::after {
  display: none;
}

.oh-map-dot-marker span,
.oh-je-map-dot-marker span {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #151515;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.24);
}

.oh-map-dot-marker.selected span {
  background: #006c70;
  transform: scale(1.2);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card {
  overflow: hidden;
  border: 1px solid #d8d3ca;
  border-radius: 2px;
  background: #eef1ec;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card::before,
#oh-hotsheet-root.oh-view-grid .oh-inline-map-card::after {
  display: none;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-badges {
  top: 16px;
  left: 16px;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-badge {
  border: 1px solid rgba(216, 211, 202, 0.9);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.92);
  color: #151515;
  font-family: var(--oh-editorial-body);
  font-size: 12px;
  font-weight: 650;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.1);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-cta {
  right: 50%;
  bottom: 50%;
  min-height: 44px;
  border: 1px solid #d8d3ca;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 253, 250, 0.96);
  color: #151515;
  font-family: var(--oh-editorial-body);
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.18);
  transform: translate(50%, 50%);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-cta:hover {
  border-color: #151515;
  background: #ffffff;
  color: #151515;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card .oh-inline-map-cta {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 800;
  width: max-content;
  min-height: 42px;
  max-width: calc(100% - 42px);
  border: 1px solid #d8d3ca;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 253, 250, 0.97);
  color: #151515;
  font-family: var(--oh-editorial-body);
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.2);
  transform: translate(-50%, -50%);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card .oh-inline-map-cta:hover {
  border-color: #151515;
  background: #ffffff;
  color: #151515;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card {
  border-color: #ded9d1;
  border-radius: 2px;
  background: #eef1ec;
  box-shadow: var(--oh-hs-card-shadow);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-badges {
  top: 14px;
  left: 14px;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-badge {
  min-height: 26px;
  border-color: rgba(216, 211, 202, 0.92);
  background: rgba(255, 253, 250, 0.94);
  color: #151515;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.03em;
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card .oh-inline-map-cta {
  min-height: 46px;
  border-color: rgba(21, 21, 21, 0.16);
  padding: 0 22px;
  background: #ffffff;
  color: #151515;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.16);
}

#oh-hotsheet-root.oh-view-grid .oh-inline-map-card .oh-inline-map-cta:hover {
  border-color: rgba(21, 21, 21, 0.28);
  background: #ffffff;
  color: #151515;
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.18);
}

@media (max-width: 680px) {
  #oh-hotsheet-root.oh-view-grid .oh-inline-map-card .oh-inline-map-cta {
    min-height: 44px;
    max-width: calc(100% - 40px);
    padding: 0 18px;
    font-size: 14px;
  }
}

.oh-google-search-map .oh-map-price-marker {
  width: auto !important;
  height: auto !important;
}

.oh-google-search-map .oh-map-price-marker span {
  display: inline-flex;
  width: auto;
  min-width: 40px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  padding: 0 8px;
  background: #087a45;
  color: #ffffff;
  font-family: var(--oh-editorial-body);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 3px 10px rgba(17, 17, 17, 0.22);
  white-space: nowrap;
}

.oh-google-search-map .oh-map-price-marker span::before {
  display: none;
}

.oh-google-search-map .oh-map-price-marker.hovered span {
  background: #066b3c;
  transform: translateY(-1px);
}

.oh-google-search-map .oh-map-price-marker.selected span {
  background: #d92235;
  transform: translateY(-1px);
}

.oh-google-search-map .oh-map-price-marker.selected span::after {
  display: none;
}

.oh-google-search-map .oh-map-dot-marker span {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #087a45;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.24);
}

.oh-google-search-map .oh-map-dot-marker.hovered span {
  background: #066b3c;
  transform: scale(1.22);
}

.oh-google-search-map .oh-map-dot-marker.selected span {
  background: #d92235;
  transform: scale(1.24);
}

.oh-google-search-map [data-oh-google-marker]:focus-visible span {
  outline: 3px solid rgba(0, 108, 117, 0.38);
  outline-offset: 2px;
}

#oh-hotsheet-root .sidx-map-container .map-toolbar .button.map-stack-control,
#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar .button.map-stack-control,
.search-experience--split .map-toolbar .button.map-stack-control {
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 6px;
  background: #ffffff;
  color: #151515;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

#oh-hotsheet-root .sidx-map-container .map-toolbar .button.map-stack-control:hover,
#oh-hotsheet-root .oh-hotsheet-split-map .map-toolbar .button.map-stack-control:hover,
.search-experience--split .map-toolbar .button.map-stack-control:hover {
  border-color: rgba(17, 17, 17, 0.26);
  background: #f7f9f8;
  color: #151515;
}

#oh-hotsheet-root .map-search-button--floating,
.search-experience--split .map-search-button--floating {
  border-color: #006f73;
  background: #ffffff;
  color: #006f73;
  box-shadow: 0 3px 10px rgba(17, 17, 17, 0.2);
}

@media (max-width: 680px) {
  #oh-hotsheet-root .sidx-map-container .map-search-button--floating,
  .search-experience--split .map-search-button--floating {
    top: 72px;
    max-width: calc(100% - 128px);
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-pagination {
  border-top: 1px solid #e6e1da;
  padding-top: 28px;
}

#oh-hotsheet-root .oh-hotsheet-cms-footer {
  scroll-margin-top: calc(
    var(--oh-cms-hotsheet-header-height, 61px) +
    var(--oh-cms-hotsheet-filter-height, 54px) +
    24px
  );
}

.community-page--cms-listings #oh-hotsheet-root.oh-view-grid .oh-hotsheet-cms-footer {
  width: var(--oh-hs-grid-shell);
  max-width: var(--oh-hs-grid-shell);
}

@media (min-width: 981px) {
  .community-page--cms-listings #oh-hotsheet-root.oh-view-split,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-table,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-map {
    --oh-cms-hotsheet-header-height: 61px;
    --oh-cms-hotsheet-filter-height: 54px;
    --oh-cms-hotsheet-filter-gap: 0px;
  }
}

@media (min-width: 981px) {

  .community-page--cms-listings #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
    position: sticky !important;
    top: calc(var(--oh-cms-hotsheet-header-height) + var(--oh-cms-hotsheet-filter-gap)) !important;
    z-index: 1500 !important;
    margin-top: var(--oh-cms-hotsheet-filter-gap);
  }
}

@media (min-width: 981px) {

  .community-page--cms-listings #oh-hotsheet-root.oh-view-split .oh-hotsheet-split-shell,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-table .oh-hotsheet-split-shell,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-map .oh-hotsheet-split-shell {
    height: calc(
      100vh -
        var(--oh-cms-hotsheet-header-height) -
        var(--oh-cms-hotsheet-filter-height) -
        var(--oh-cms-hotsheet-filter-gap)
    );
  }
}

@media (min-width: 981px) {
  .community-page--cms-listings #oh-hotsheet-root.oh-view-split .oh-hotsheet-split-list,
  .community-page--cms-listings #oh-hotsheet-root.oh-view-table .oh-hotsheet-split-list {
    padding-top: 24px;
  }
}

.community-page--cms-listings #oh-hotsheet-root.oh-view-split .oh-hotsheet-pagination,
.community-page--cms-listings #oh-hotsheet-root.oh-view-table .oh-hotsheet-pagination {
  padding-bottom: 18px;
}

.community-page--cms-listings #oh-hotsheet-root .oh-hotsheet-pagination,
#oh-hotsheet-root .oh-hotsheet-pagination {
  width: var(--oh-hs-grid-shell);
  max-width: var(--oh-hs-grid-shell);
  margin: 34px auto 0;
  padding: 0 0 36px;
  color: #33383d;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.community-page--cms-listings #oh-hotsheet-root.oh-view-grid .oh-hotsheet-pagination,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-pagination {
  border-top: 1px solid #e8e2d8;
  padding-top: 20px;
  padding-bottom: 0;
}

#oh-hotsheet-root .oh-hs-pagination-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

#oh-hotsheet-root .oh-hs-pagination-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}

#oh-hotsheet-root .oh-hs-page-summary,
#oh-hotsheet-root .oh-hs-page-range {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
  text-align: center;
}

#oh-hotsheet-root .oh-hs-page-range {
  color: #27313a;
  font-size: 14px;
  font-weight: 700;
}

#oh-hotsheet-root .oh-hs-page-summary {
  color: #6f7a83;
  font-size: 12px;
  font-weight: 500;
}

#oh-hotsheet-root .oh-hs-pagination-row {
  flex: 0 0 auto;
  justify-content: center;
  gap: 8px;
}

#oh-hotsheet-root .oh-hs-page-list {
  gap: 5px;
}

#oh-hotsheet-root .oh-hs-page-nav,
#oh-hotsheet-root .oh-hs-page-number,
#oh-hotsheet-root .oh-hs-page-ellipsis {
  height: 32px;
  min-width: 32px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#oh-hotsheet-root .oh-hs-page-nav {
  gap: 5px;
  padding: 0 13px;
  border: 1px solid #cfd9df;
  background: #ffffff;
  color: #27556a;
  font-weight: 650;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

#oh-hotsheet-root .oh-hs-page-number {
  width: 32px;
  border: 1px solid transparent;
  background: transparent;
  color: #39444d;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

#oh-hotsheet-root .oh-hs-page-number.is-current {
  border-color: #306298;
  background: #306298;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(48, 98, 152, 0.2);
}

#oh-hotsheet-root .oh-hs-page-nav:hover:not(:disabled),
#oh-hotsheet-root .oh-hs-page-number:hover:not(:disabled) {
  border-color: #306298;
  background: rgba(48, 98, 152, 0.06);
  color: #1f5b75;
}

#oh-hotsheet-root .oh-hs-page-nav:disabled,
#oh-hotsheet-root .oh-hs-page-number:disabled {
  opacity: 0.45;
  cursor: default;
}

.community-page--cms-listings #oh-hotsheet-root.oh-view-split .oh-hotsheet-cms-footer,
.community-page--cms-listings #oh-hotsheet-root.oh-view-table .oh-hotsheet-cms-footer {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .community-page--cms-listings #oh-hotsheet-root .oh-hotsheet-pagination,
  #oh-hotsheet-root .oh-hotsheet-pagination {
    width: var(--oh-hs-grid-shell);
    max-width: var(--oh-hs-grid-shell);
    margin-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 640px) {

  #oh-hotsheet-root .oh-hs-pagination-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 640px) {

  #oh-hotsheet-root .oh-hs-pagination-meta {
    align-items: center;
  }
}

@media (max-width: 640px) {

  #oh-hotsheet-root .oh-hs-page-summary,
  #oh-hotsheet-root .oh-hs-page-range {
    text-align: center;
  }
}

@media (max-width: 640px) {

  #oh-hotsheet-root .oh-hs-pagination-row {
    justify-content: center;
    width: 100%;
  }
}

#oh-hotsheet-root .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-grid .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-split .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-table .oh-layout-menu > summary.layout-chip,
#oh-hotsheet-root.oh-view-map .oh-layout-menu > summary.layout-chip {
  display: inline-flex !important;
  width: auto !important;
  min-width: 94px !important;
  max-width: none !important;
  padding: 0 15px !important;
  gap: 8px !important;
  justify-content: center !important;
  align-items: center !important;
}

#oh-hotsheet-root .oh-layout-menu__panel {
  right: 0;
  top: calc(100% + 10px);
  width: 226px;
  padding: 8px;
  border: 1px solid var(--oh-control-line);
  border-radius: 8px;
  background: var(--oh-control-panel);
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.16);
}

#oh-hotsheet-root .oh-layout-menu__panel::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--oh-control-line);
  border-top: 1px solid var(--oh-control-line);
  background: var(--oh-control-panel);
  transform: rotate(45deg);
}

#oh-hotsheet-root .oh-layout-menu__panel button {
  height: 42px;
  border-radius: 6px;
  padding: 0 12px;
  color: var(--oh-control-ink);
  font-family: var(--oh-editorial-body), Arial, sans-serif;
  font-size: 13px;
  font-weight: 560;
  letter-spacing: 0;
}

#oh-hotsheet-root .oh-layout-menu__panel button svg {
  color: var(--oh-control-muted);
}

#oh-hotsheet-root .oh-layout-menu__panel button:hover,
#oh-hotsheet-root .oh-layout-menu__panel button.is-active {
  background: var(--oh-control-panel-soft);
  color: var(--oh-control-ink);
}

#oh-hotsheet-root .oh-layout-menu__panel button.is-active {
  box-shadow: inset 3px 0 0 var(--oh-control-accent);
}

#oh-hotsheet-root .oh-layout-menu__panel button:hover svg,
#oh-hotsheet-root .oh-layout-menu__panel button.is-active svg {
  color: var(--oh-control-accent);
}

#oh-hotsheet-root .filter-popover__panel {
  z-index: 125;
  border: 1px solid var(--oh-control-line);
  border-radius: 8px;
  background: var(--oh-control-panel);
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.14);
}

#oh-hotsheet-root .oh-filter-panel-title,
#oh-hotsheet-root .filter-segment-row__label,
#oh-hotsheet-root .filter-popover__panel label > span {
  color: var(--oh-control-ink);
  font-family: var(--oh-editorial-body), Arial, sans-serif;
  font-size: 13px;
  font-weight: 640;
  letter-spacing: 0;
}

#oh-hotsheet-root .home-type-choice,
#oh-hotsheet-root .choice-pill,
#oh-hotsheet-root .oh-filter-segment,
#oh-hotsheet-root .price-quick-grid .button {
  border-color: var(--oh-control-line) !important;
  background: #ffffff !important;
  color: var(--oh-control-ink) !important;
  font-family: var(--oh-editorial-body), Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 560 !important;
}

#oh-hotsheet-root .home-type-choice:hover,
#oh-hotsheet-root .choice-pill:hover,
#oh-hotsheet-root .oh-filter-segment:hover,
#oh-hotsheet-root .price-quick-grid .button:hover {
  border-color: var(--oh-control-accent) !important;
  background: #f7f3ee !important;
  color: var(--oh-control-accent) !important;
}

#oh-hotsheet-root .home-type-choice.active,
#oh-hotsheet-root .choice-pill.active,
#oh-hotsheet-root .oh-filter-segment.active {
  border-color: var(--oh-control-accent) !important;
  background: #eef7f6 !important;
  color: var(--oh-control-accent) !important;
  box-shadow: inset 0 0 0 1px var(--oh-control-accent) !important;
}

#oh-hotsheet-root .oh-filter-home-type-panel .home-type-choice {
  min-height: 52px !important;
  border-color: #d9d4cb !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fffdfa 0%, #fbf8f2 100%) !important;
  color: #151515 !important;
}

#oh-hotsheet-root .oh-filter-home-type-panel > .home-type-choice {
  min-height: 58px !important;
}

#oh-hotsheet-root .oh-filter-home-type-panel .home-type-choice:hover {
  border-color: rgba(0, 108, 117, 0.58) !important;
  background: #f7f3ee !important;
  color: #006c75 !important;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.07) !important;
}

#oh-hotsheet-root .oh-filter-home-type-panel .home-type-choice.active {
  border-color: #006c75 !important;
  outline: 1px solid #006c75 !important;
  outline-offset: -1px;
  background: #eef8f8 !important;
  color: #006c75 !important;
  box-shadow: none !important;
}

#oh-hotsheet-root .oh-filter-home-type-panel .home-type-choice.active .home-type-choice__icon {
  border-color: #006c75;
  background: #006c75;
  color: #fffdfa;
}

#oh-hotsheet-root .oh-filter-panel-actions .button.ghost.compact {
  border-color: var(--oh-control-accent) !important;
  background: var(--oh-control-panel) !important;
  color: var(--oh-control-accent) !important;
  border-radius: 999px !important;
}

#oh-hotsheet-root .oh-filter-panel-actions .button.compact:not(.ghost) {
  border-color: var(--oh-control-ink) !important;
  background: var(--oh-control-ink) !important;
  color: #ffffff !important;
  border-radius: 6px !important;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip {
  box-sizing: border-box !important;
  flex-direction: row !important;
  width: auto !important;
  min-width: 104px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  gap: 7px !important;
  border-radius: 999px !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: left !important;
}

#oh-hotsheet-root .oh-layout-menu__panel {
  width: 218px;
  padding: 7px;
}

#oh-hotsheet-root .oh-layout-menu__panel button {
  height: 38px;
  border-radius: 5px;
  padding: 0 11px;
  gap: 10px;
}

#oh-hotsheet-root .oh-layout-menu__panel button.is-active {
  background: #f3efe8;
  box-shadow: inset 2px 0 0 var(--oh-control-accent);
}

#oh-hotsheet-root .oh-layout-menu__panel button[role="menuitemradio"] {
  box-sizing: border-box !important;
  min-height: 38px !important;
  height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.search-map-panel .map-control-stack .map-options-menu {
  position: relative !important;
  display: inline-flex !important;
  justify-content: flex-end !important;
  width: auto !important;
  pointer-events: auto !important;
}

.search-map-panel .map-control-stack .map-options-menu .map-options-popover {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  z-index: 2000 !important;
  display: grid !important;
  gap: 2px !important;
  min-width: 178px !important;
  padding: 7px !important;
  border: 1px solid #d9d4cb !important;
  border-radius: 8px !important;
  background: #fffdfa !important;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.16) !important;
  pointer-events: auto !important;
}

.search-map-panel .map-control-stack .map-options-menu .map-options-popover::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d9d4cb;
  border-left: 1px solid #d9d4cb;
  background: #fffdfa;
  transform: rotate(45deg);
}

.search-map-panel .map-control-stack .map-options-menu .map-options-popover button {
  display: flex !important;
  align-items: center !important;
  min-height: 36px !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 0 11px !important;
  background: transparent !important;
  color: #151515 !important;
  font-family: var(--oh-editorial-body), Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 560 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.search-map-panel .map-control-stack .map-options-menu .map-options-popover button:hover,
.search-map-panel .map-control-stack .map-options-menu .map-options-popover button.is-active {
  background: #f3efe8 !important;
}

.search-map-panel .map-control-stack .map-options-menu .map-options-popover button.is-active {
  box-shadow: inset 2px 0 0 #006f73 !important;
  color: #006f73 !important;
}

@media (min-width: 681px) and (max-width: 980px) {
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 62px;
    padding: 10px 24px;
    gap: 8px;
  }
}

@media (min-width: 681px) and (max-width: 980px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-drawer-trigger,
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .save-search-chip {
    flex: 0 0 auto;
    width: auto !important;
  }
}

@media (min-width: 681px) and (max-width: 980px) {

  #oh-hotsheet-root.oh-view-split .oh-layout-menu,
  #oh-hotsheet-root.oh-view-table .oh-layout-menu {
    flex: 0 0 auto;
    width: auto !important;
    margin-left: 0;
  }
}

@media (min-width: 681px) and (max-width: 980px) {

  #oh-hotsheet-root.oh-view-split .oh-layout-menu > summary.button.secondary.compact.layout-chip,
  #oh-hotsheet-root.oh-view-table .oh-layout-menu > summary.button.secondary.compact.layout-chip {
    width: auto !important;
    min-width: 104px !important;
  }
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-row,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: auto;
  padding: 12px 0 14px;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-copy,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-copy {
  min-width: 0;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-copy h1,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-copy h1 {
  display: block;
  overflow: visible;
  max-width: none;
  text-overflow: clip;
  white-space: normal;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.22;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-title-actions,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-title-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  gap: 10px 12px;
  margin-top: 0;
  white-space: normal;
}

#oh-hotsheet-root.oh-view-split .oh-toolbar-sort,
#oh-hotsheet-root.oh-view-table .oh-toolbar-sort {
  flex: 0 0 auto;
  white-space: nowrap;
}

#oh-hotsheet-root .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
  min-height: 54px !important;
  height: 54px !important;
  align-items: center !important;
  gap: 8px !important;
  border-bottom: 1px solid var(--oh-je-pill-line) !important;
  background: var(--oh-je-pill-bg) !important;
  box-shadow: none !important;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
#oh-hotsheet-root .oh-hotsheet-filter-bar .button.secondary.compact.save-search-chip {
  height: var(--oh-je-pill-height) !important;
  min-height: var(--oh-je-pill-height) !important;
  padding: 5px 14px !important;
  line-height: 22px !important;
}

#oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar,
#oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
  min-height: 54px;
  height: 54px;
}

#oh-hotsheet-root .oh-toolbar-sort,
#oh-hotsheet-root.oh-view-grid .oh-toolbar-sort,
#oh-hotsheet-root.oh-view-split .oh-toolbar-sort,
#oh-hotsheet-root.oh-view-table .oh-toolbar-sort,
#oh-hotsheet-root.oh-view-map .oh-toolbar-sort {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  height: var(--oh-je-pill-height) !important;
  min-height: var(--oh-je-pill-height) !important;
  gap: 6px !important;
  border: 1px solid var(--oh-je-pill-line) !important;
  border-radius: var(--oh-je-pill-radius) !important;
  padding: 5px 34px 5px 14px !important;
  background: var(--oh-je-pill-bg) !important;
  color: var(--oh-je-pill-ink) !important;
  box-shadow: none !important;
  font-family: var(--oh-editorial-body), Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

#oh-hotsheet-root .oh-toolbar-sort:hover,
#oh-hotsheet-root.oh-view-grid .oh-toolbar-sort:hover,
#oh-hotsheet-root.oh-view-split .oh-toolbar-sort:hover,
#oh-hotsheet-root.oh-view-table .oh-toolbar-sort:hover,
#oh-hotsheet-root.oh-view-map .oh-toolbar-sort:hover {
  border-color: #cfcfcf !important;
  background: var(--oh-je-pill-hover) !important;
  box-shadow: none !important;
}

#oh-hotsheet-root .oh-toolbar-sort span,
#oh-hotsheet-root.oh-view-grid .oh-toolbar-sort span,
#oh-hotsheet-root.oh-view-split .oh-toolbar-sort span,
#oh-hotsheet-root.oh-view-table .oh-toolbar-sort span,
#oh-hotsheet-root.oh-view-map .oh-toolbar-sort span {
  color: var(--oh-je-pill-ink) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

#oh-hotsheet-root .oh-sort-select,
#oh-hotsheet-root.oh-view-grid .oh-sort-select,
#oh-hotsheet-root.oh-view-split .oh-sort-select,
#oh-hotsheet-root.oh-view-table .oh-sort-select,
#oh-hotsheet-root.oh-view-map .oh-sort-select {
  min-height: 22px !important;
  height: 22px !important;
  color: var(--oh-je-pill-ink) !important;
  font-family: var(--oh-editorial-body), Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}

#oh-hotsheet-root .oh-layout-menu__panel {
  top: calc(100% + 8px) !important;
  width: 184px !important;
  padding: 7px !important;
  border: 1px solid var(--oh-je-pill-line) !important;
  border-radius: 8px !important;
  background: var(--oh-je-pill-bg) !important;
  box-shadow: 0 14px 34px rgba(21, 21, 21, 0.12) !important;
}

#oh-hotsheet-root .oh-layout-menu__panel::before {
  border-top: 1px solid var(--oh-je-pill-line) !important;
  border-left: 1px solid var(--oh-je-pill-line) !important;
  background: var(--oh-je-pill-bg) !important;
}

#oh-hotsheet-root .oh-layout-menu__panel button,
#oh-hotsheet-root .oh-layout-menu__panel button[role="menuitemradio"] {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  height: 34px !important;
  min-height: 34px !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 0 10px !important;
  background: transparent !important;
  color: var(--oh-je-pill-ink) !important;
  box-shadow: none !important;
  font-family: var(--oh-editorial-body), Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}

#oh-hotsheet-root .oh-layout-menu__panel button svg {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  color: #6f7679 !important;
  stroke-width: 1.9 !important;
}

#oh-hotsheet-root .oh-layout-menu__panel button:hover,
#oh-hotsheet-root .oh-layout-menu__panel button.is-active {
  background: #f7f7f7 !important;
  color: var(--oh-je-pill-ink) !important;
  box-shadow: none !important;
}

#oh-hotsheet-root .oh-layout-menu__panel button:hover svg,
#oh-hotsheet-root .oh-layout-menu__panel button.is-active svg {
  color: var(--oh-je-pill-accent) !important;
}

#oh-hotsheet-root .oh-layout-menu__panel button.is-active {
  box-shadow: inset 2px 0 0 var(--oh-je-pill-accent) !important;
}

#oh-hotsheet-root .oh-sort-menu__panel {
  width: 190px !important;
}

#oh-hotsheet-root .oh-sort-menu__panel button,
#oh-hotsheet-root .oh-sort-menu__panel button[role="menuitemradio"] {
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
  gap: 8px !important;
}

#oh-hotsheet-root .oh-sort-menu__check {
  display: inline-flex;
  width: 18px;
  align-items: center;
  justify-content: center;
  color: var(--oh-je-pill-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 681px) and (max-width: 980px) {
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar {
    min-height: 58px;
  }
}

@media (max-width: 768px) {

  #oh-hotsheet-root .oh-toolbar-sort,
  #oh-hotsheet-root.oh-view-grid .oh-toolbar-sort,
  #oh-hotsheet-root.oh-view-split .oh-toolbar-sort,
  #oh-hotsheet-root.oh-view-table .oh-toolbar-sort,
  #oh-hotsheet-root.oh-view-map .oh-toolbar-sort {
    height: 36px !important;
    min-height: 36px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media (max-width: 768px) {

  #oh-hotsheet-root .oh-sort-select,
  #oh-hotsheet-root.oh-view-grid .oh-sort-select,
  #oh-hotsheet-root.oh-view-split .oh-sort-select,
  #oh-hotsheet-root.oh-view-table .oh-sort-select,
  #oh-hotsheet-root.oh-view-map .oh-sort-select {
    min-height: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 380px) {
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
    align-items: stretch !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root .oh-layout-menu,
  #oh-hotsheet-root.oh-view-grid .oh-layout-menu,
  #oh-hotsheet-root.oh-view-split .oh-layout-menu,
  #oh-hotsheet-root.oh-view-table .oh-layout-menu,
  #oh-hotsheet-root.oh-view-map .oh-layout-menu {
    grid-column: 1 / -1;
    flex: 1 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
  #oh-hotsheet-root.oh-view-grid .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
  #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root .oh-layout-menu__panel {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(184px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root .oh-layout-menu__panel::before {
    right: 22px !important;
    left: auto !important;
  }
}

@media (max-width: 380px) {
  #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    height: 54px !important;
    min-height: 54px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root.oh-view-map .oh-layout-menu {
    grid-column: auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: auto !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip {
    width: auto !important;
    min-width: 104px !important;
    max-width: none !important;
  }
}

@media (max-width: 380px) {

  #oh-hotsheet-root.oh-view-map .oh-hotsheet-split-shell.oh-hotsheet-map-shell {
    height: calc(100svh - 117px) !important;
    min-height: 520px !important;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar {
    box-sizing: border-box !important;
    max-width: var(--oh-hs-split-list);
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    min-width: 0;
    max-width: none !important;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover > summary,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover > summary {
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-summary-label,
  #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-summary-label {
    max-width: none !important;
    min-width: 0;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {

  #oh-hotsheet-root.oh-view-split .oh-layout-menu,
  #oh-hotsheet-root.oh-view-table .oh-layout-menu {
    flex: 0 0 auto !important;
    margin-left: auto;
  }
}

@media (max-width: 960px) {
  .oh-next-hotsheet-page #oh-hotsheet-root .oh-hotsheet-market-stats-section {
    display: none !important;
  }
}

.oh-filter-bedbath-control .oh-filter-segmented--bedbath {
  --bedbath-segment-line: #d3d7d8;
  --bedbath-segment-active: #07838e;
  overflow: hidden;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath {
  --bedbath-segment-line: var(--oh-control-line, #d9d4cb);
  --bedbath-segment-active: var(--oh-control-accent, #006c75);
}

.idx-filter-drawer .oh-filter-bedbath-control .oh-filter-segmented--bedbath {
  --bedbath-segment-line: var(--drawer-line, #d9d4cb);
  --bedbath-segment-active: var(--drawer-teal, #006c75);
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: inset -1px 0 0 var(--bedbath-segment-line) !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment:last-child,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment:last-child {
  box-shadow: none !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.active,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.active {
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px var(--bedbath-segment-active) !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-active,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-active {
  box-shadow:
    inset 0 2px 0 var(--bedbath-segment-active),
    inset 0 -2px 0 var(--bedbath-segment-active),
    inset -1px 0 0 var(--bedbath-segment-active) !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-start,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-start {
  box-shadow:
    inset 2px 0 0 var(--bedbath-segment-active),
    inset 0 2px 0 var(--bedbath-segment-active),
    inset 0 -2px 0 var(--bedbath-segment-active),
    inset -1px 0 0 var(--bedbath-segment-active) !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-end,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-end {
  box-shadow:
    inset -2px 0 0 var(--bedbath-segment-active),
    inset 0 2px 0 var(--bedbath-segment-active),
    inset 0 -2px 0 var(--bedbath-segment-active) !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-start.range-end,
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment.range-start.range-end {
  box-shadow: inset 0 0 0 2px var(--bedbath-segment-active) !important;
}

#oh-hotsheet-root .oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment:focus-visible:not(.active),
.oh-filter-bedbath-control .oh-filter-segmented--bedbath .oh-filter-segment:focus-visible:not(.active) {
  outline: 3px solid rgba(0, 108, 117, 0.28) !important;
  outline-offset: 2px;
}

@media (max-width: 700px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-grid .oh-hotsheet-filter-bar,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-grid .oh-hotsheet-title-row,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-grid .oh-hotsheet-cms-intro,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-grid .sidx-search-results,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-grid .oh-hotsheet-pagination,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-grid .oh-hotsheet-cms-footer {
    width: var(--oh-hs-grid-shell) !important;
    max-width: var(--oh-hs-grid-shell) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 480px) {
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-content: center !important;
    align-items: center !important;
    width: var(--oh-hs-grid-shell) !important;
    max-width: var(--oh-hs-grid-shell) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
    padding: 8px 0 !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
  }
}

@media (max-width: 480px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .idx-filter-spacer,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-reset-chip {
    display: none !important;
  }
}

@media (max-width: 480px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger {
    order: 1;
  }
}

@media (max-width: 480px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip {
    order: 2;
  }
}

@media (max-width: 480px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-toolbar-sort {
    order: 3;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu {
    order: 4;
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .save-search-chip,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 380px) {
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 980px) {
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    height: 54px !important;
    min-height: 54px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}

@media (max-width: 980px) {

  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-drawer-trigger,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .filter-popover,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .save-search-chip,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-toolbar-sort,
  .community-page--cms-listings .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-map .oh-hotsheet-filter-bar .oh-layout-menu {
    flex: 0 0 auto !important;
    width: auto !important;
  }
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .sidx-search-results,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hotsheet-pagination,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hotsheet-breadcrumbs,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hs-empty,
#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hotsheet-message {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hotsheet-pagination:not(:has(.oh-hs-pagination-row)) {
  margin-top: 18px !important;
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-listings-section .oh-hotsheet-breadcrumbs {
  margin-top: 20px !important;
  margin-bottom: 4px !important;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-cms-footer {
  margin-top: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

#oh-hotsheet-root.oh-view-grid .oh-hotsheet-cms-footer .cms-block .callout_full:first-child {
  margin-top: 0;
}

#oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-results::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  z-index: 24;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(0, 108, 117, 0) 0%,
      rgba(0, 108, 117, 0.22) 24%,
      rgba(0, 108, 117, 0.92) 46%,
      rgba(229, 199, 119, 0.9) 52%,
      rgba(0, 108, 117, 0.92) 58%,
      rgba(0, 108, 117, 0.22) 76%,
      rgba(0, 108, 117, 0) 100%
    );
  background-size: 220% 100%;
  box-shadow: 0 0 18px rgba(0, 108, 117, 0.22);
  pointer-events: none;
  animation: oh-hotsheet-loading-track 1s ease-in-out infinite;
}

#oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-result-grid-item {
  position: relative;
}

#oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-result-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 38%,
      rgba(255, 253, 250, 0.58) 50%,
      rgba(255, 255, 255, 0) 62%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
  transform: translateX(-120%);
  animation: oh-hotsheet-card-sheen 1.15s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  #oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-results::before,
  #oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-result-grid-item::after {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  #oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-results::before {
    background-position: 50% 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  #oh-hotsheet-root.oh-hs-page-transitioning .sidx-search-result-grid-item::after {
    transform: none;
  }
}

#oh-hotsheet-root .oh-layout-menu:not([open]) .oh-layout-menu__panel {
  display: none !important;
}

@media (max-width: 480px) {
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-content: center !important;
    align-items: center !important;
    width: var(--oh-hs-grid-shell) !important;
    max-width: var(--oh-hs-grid-shell) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
    padding: 8px 0 !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
  }
}

@media (max-width: 480px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-popover,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-popover,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .idx-filter-spacer,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .idx-filter-spacer,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-reset-chip,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-reset-chip {
    display: none !important;
  }
}

@media (max-width: 480px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-drawer-trigger {
    order: 1;
  }
}

@media (max-width: 480px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .idx-mobile-map-toggle,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .idx-mobile-map-toggle {
    order: 2;
  }
}

@media (max-width: 480px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-toolbar-sort,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-toolbar-sort {
    order: 3;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-layout-menu {
    order: 4;
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {

  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .filter-drawer-trigger,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .filter-drawer-trigger,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .idx-mobile-map-toggle,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .idx-mobile-map-toggle,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-toolbar-sort,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-toolbar-sort,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-split .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip,
  .oh-next-hotsheet-page #oh-hotsheet-root.oh-view-table .oh-hotsheet-filter-bar .oh-layout-menu > summary.button.secondary.compact.layout-chip {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
  }
}
