.lbh-search-v2,
.lbh-search-v2 * {
  box-sizing: border-box;
}

.lbh-search-v2 {
  --lbh-white: #ffffff;
  --lbh-paper: #fcfcfd;
  --lbh-cream: #fbfbfa;
  --lbh-navy-900: #061f6a;
  --lbh-blue-800: #082e87;
  --lbh-blue-600: #003fd0;
  --lbh-action-500: #0b58ba;
  --lbh-action-700: #07358e;
  --lbh-gold: #d4a751;
  --lbh-gold-soft: #e6c77f;
  --lbh-ink: #173748;
  --lbh-muted: #52658e;
  --lbh-line: #dce2ed;
  --lbh-line-light: #d9e3e9;
  --lbh-focus: #f0b431;
  --lbh-navy: var(--lbh-navy-900);
  --lbh-blue: var(--lbh-blue-800);
  --lbh-bright-blue: var(--lbh-blue-600);
  --lbh-aqua: #087aa6;
  --lbh-border: var(--lbh-line);
  --lbh-font-sans: "Avenir Next", Avenir, Montserrat, "Segoe UI", Arial, sans-serif;
  --lbh-font-display: "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  --lbh-radius-control: 4px;
  --lbh-radius-standard: 8px;
  --lbh-radius-feature: 12px;
  --lbh-shadow-subtle: 0 2px 7px rgba(31, 61, 105, .16);
  --lbh-shadow-card: 0 10px 28px rgba(8, 57, 77, .07);
  --lbh-shadow-float: 0 16px 50px rgba(23, 63, 143, .12);
  background: #fff;
  color: var(--lbh-ink);
  font-family: var(--lbh-font-sans);
  font-size: 16px;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
  line-height: 1.5;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  width: 100%;
}

.lbh-search-v2 img {
  display: block;
  max-width: 100%;
}

.lbh-search-v2 button,
.lbh-search-v2 input,
.lbh-search-v2 select {
  font: inherit;
}

.lbh-search-v2 a {
  color: inherit;
}

.lbh-search-v2 .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lbh-search-v2-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}

.lbh-search-v2-header__inner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640px;
  min-height: 120px;
  padding: 12px 54px;
}

.lbh-search-v2-logo {
  align-items: center;
  display: flex;
  flex: 0 0 138px;
  height: 96px;
  justify-content: center;
  overflow: hidden;
}

.lbh-search-v2-logo img {
  height: 96px;
  object-fit: contain;
  width: 128px;
}

.lbh-search-v2-nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 2.5vw, 48px);
  justify-content: flex-end;
}

.lbh-search-v2-nav a {
  color: #0038c7;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 9px 0 7px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.lbh-search-v2-nav a::after {
  background: #0038c7;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.lbh-search-v2-nav a:hover::after,
.lbh-search-v2-nav a:focus-visible::after,
.lbh-search-v2-nav a.is-active::after {
  transform: scaleX(1);
}

.lbh-search-v2-menu-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 46px;
  padding: 10px;
  width: 48px;
}

.lbh-search-v2-menu-button > span:not(.screen-reader-text) {
  background: var(--lbh-navy);
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: transform 160ms ease, opacity 160ms ease;
}

.lbh-search-v2-hero {
  align-items: center;
  background-image: linear-gradient(180deg, rgba(237, 250, 255, .18), rgba(255, 255, 255, .52)), url("../images/hero.webp");
  background-position: center 55%;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 490px;
  padding: 125px 24px 80px;
  position: relative;
  text-align: center;
}

.lbh-search-v2-hero::after {
  background: linear-gradient(180deg, transparent 62%, #fff 100%);
  bottom: 0;
  content: "";
  height: 125px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.lbh-search-v2-hero__content {
  margin-top: 4px;
  max-width: 1050px;
  position: relative;
  z-index: 1;
}

.lbh-search-v2-hero__content > p {
  color: #063a98;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .34em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.lbh-search-v2-hero h1 {
  color: #003cce;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.03;
  margin: 0 auto 22px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .65);
}

.lbh-search-v2-hero__content > div {
  color: #24374c;
  font-size: clamp(.96rem, 1.25vw, 1.13rem);
  font-weight: 400;
  line-height: 1.55;
}

.lbh-search-v2-search {
  background: linear-gradient(180deg, #fff, #f7f9fc 70%, #fff);
  padding: 1px 30px 42px;
}

.lbh-search-v2-search__heading {
  margin: -4px auto 20px;
  text-align: center;
}

.lbh-search-v2-search__heading p {
  color: #0042c8;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .24em;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.lbh-search-v2-search__heading h2 {
  color: #003fd0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.lbh-search-v2-toolbar,
.lbh-search-v2-filters,
.lbh-search-v2-results {
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
}

.lbh-search-v2-toolbar {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.lbh-search-v2-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lbh-search-v2-summary strong {
  font-size: .9rem;
  font-weight: 500;
  margin-right: 8px;
}

.lbh-search-v2-summary > span {
  background: #fff;
  border: 1px solid var(--lbh-border);
  border-radius: 4px;
  color: #324358;
  font-size: .77rem;
  min-height: 38px;
  padding: 10px 34px 8px 15px;
  position: relative;
}

.lbh-search-v2-summary > span::after {
  content: "x";
  font-size: .78rem;
  position: absolute;
  right: 13px;
  top: 8px;
}

.lbh-search-v2-summary button {
  background: transparent;
  border: 0;
  color: #003a91;
  cursor: pointer;
  font-size: .79rem;
  padding: 8px 3px;
  text-decoration: underline;
}

.lbh-search-v2-views {
  display: inline-flex;
}

.lbh-search-v2-views button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lbh-border);
  color: #33465b;
  cursor: pointer;
  display: inline-flex;
  font-size: .78rem;
  gap: 8px;
  min-height: 39px;
  padding: 0 17px;
}

.lbh-search-v2-views button:first-child {
  border-radius: 5px 0 0 5px;
}

.lbh-search-v2-views button:last-child {
  border-radius: 0 5px 5px 0;
}

.lbh-search-v2-views button + button {
  border-left: 0;
}

.lbh-search-v2-views button.is-active {
  background: #00438f;
  color: #fff;
}

.lbh-search-v2-filters {
  align-items: end;
  background: rgba(255, 255, 255, .82);
  border: 1px solid #cbd4df;
  border-radius: 7px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1.05fr 1.05fr .7fr .72fr .95fr 1.1fr 1.16fr 1.42fr;
  margin-bottom: 28px;
  padding: 19px 20px 20px;
}

.lbh-search-v2-filters label {
  color: #173048;
  display: grid;
  font-size: .72rem;
  gap: 7px;
  min-width: 0;
}

.lbh-search-v2-filters label > span {
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .02em;
  min-height: 17px;
}

.lbh-search-v2-filters label:first-child > span,
.lbh-search-v2-filters label:nth-child(2) > span {
  color: #0035bd;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lbh-search-v2-filters input,
.lbh-search-v2-filters select {
  background-color: #fff;
  border: 1px solid #c9d2df;
  border-radius: 4px;
  color: #536379;
  height: 48px;
  min-width: 0;
  padding: 0 11px;
  width: 100%;
}

.lbh-search-v2-filters select {
  appearance: auto;
  font-size: .72rem;
}

.lbh-search-v2-filters input {
  font-size: .75rem;
}

.lbh-search-v2-search-button,
.lbh-search-v2-view,
.lbh-search-v2-map-tools button {
  background: linear-gradient(180deg, #0753a6, #003a82);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

.lbh-search-v2-search-button {
  height: 48px;
  font-size: .73rem;
  padding: 0 18px;
  white-space: nowrap;
}

.lbh-search-v2-search-button:hover,
.lbh-search-v2-view:hover,
.lbh-search-v2-map-tools button:hover {
  background: linear-gradient(180deg, #064a95, #002f6e);
}

.lbh-search-v2 button:focus-visible,
.lbh-search-v2 a:focus-visible,
.lbh-search-v2 input:focus-visible,
.lbh-search-v2 select:focus-visible {
  outline: 3px solid #4acbd4;
  outline-offset: 3px;
}

.lbh-search-v2-results {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(430px, 42%) 1fr;
  min-height: 1000px;
}

.lbh-search-v2-results[data-results-layout="list"] {
  grid-template-columns: 1fr;
}

.lbh-search-v2-results[data-results-layout="list"] .lbh-search-v2-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lbh-search-v2-results[data-results-layout="list"] .lbh-search-v2-map-shell {
  display: none;
}

.lbh-search-v2-results[data-results-layout="map"] {
  grid-template-columns: 1fr;
}

.lbh-search-v2-results[data-results-layout="map"] .lbh-search-v2-list {
  display: none;
}

.lbh-search-v2-results[data-results-layout="map"] .lbh-search-v2-map-shell {
  min-height: 760px;
}

.lbh-search-v2-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}

.lbh-search-v2-card {
  background: #fff;
  border: 1px solid #d2dae5;
  border-radius: 7px;
  display: grid;
  grid-template-columns: minmax(210px, 47%) 1fr;
  min-height: 188px;
  overflow: hidden;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lbh-search-v2-card:first-child,
.lbh-search-v2-card:hover {
  border-color: #0051c9;
  box-shadow: 0 9px 30px rgba(0, 50, 105, .1);
}

.lbh-search-v2-card[hidden] {
  display: none !important;
}

.lbh-search-v2-card__image {
  background: #dce8ef;
  min-height: 188px;
  overflow: hidden;
}

.lbh-search-v2-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.lbh-search-v2-card:hover .lbh-search-v2-card__image img {
  transform: scale(1.025);
}

.lbh-search-v2-favorite {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 68, 165, .32);
  border-radius: 50%;
  color: #0050bc;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  height: 34px;
  justify-content: center;
  left: calc(47% - 43px);
  line-height: 1;
  padding: 0 0 2px;
  position: absolute;
  top: 12px;
  width: 34px;
  z-index: 2;
}

.lbh-search-v2-favorite[aria-pressed="true"] {
  background: #0050bc;
  color: #fff;
}

.lbh-search-v2-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 15px 14px 12px 17px;
}

.lbh-search-v2-card__heading {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.lbh-search-v2-card h3 {
  color: #003ed0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.36rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.lbh-search-v2-card__heading p {
  color: #1452a3;
  font-size: .68rem;
  margin: 0;
}

.lbh-search-v2-rate {
  align-items: flex-end;
  color: #003ec6;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  line-height: 1.05;
  padding-top: 2px;
}

.lbh-search-v2-rate small {
  color: #174c92;
  font-size: .55rem;
}

.lbh-search-v2-rate strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.lbh-search-v2-facts {
  color: #0646a5;
  display: grid;
  font-size: .66rem;
  gap: 7px;
  list-style: none;
  margin: 13px 0 10px;
  padding: 0;
}

.lbh-search-v2-facts li {
  align-items: center;
  display: flex;
  gap: 7px;
}

.lbh-search-v2-facts li span {
  color: #003bcd;
  font-size: .8rem;
  width: 14px;
}

.lbh-search-v2-card__bottom {
  align-items: end;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: auto;
}

.lbh-search-v2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lbh-search-v2-tags span {
  background: #eef5ff;
  color: #0754ac;
  font-size: .53rem;
  padding: 5px 6px;
}

.lbh-search-v2-view {
  align-items: center;
  display: inline-flex;
  font-size: .57rem;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  white-space: nowrap;
}

.lbh-search-v2-empty {
  background: #fff;
  border: 1px solid #d2dae5;
  border-radius: 7px;
  padding: 32px;
  text-align: center;
}

.lbh-search-v2-map-shell {
  background: #d8f2f3;
  border-radius: 7px;
  min-height: 1000px;
  overflow: hidden;
  position: relative;
}

.lbh-search-v2-map {
  height: 100%;
  min-height: 1000px;
  width: 100%;
}

.lbh-search-v2-map-tools {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 25px rgba(15, 54, 87, .18);
  left: 22px;
  padding: 14px;
  position: absolute;
  top: 22px;
  width: 220px;
  z-index: 500;
}

.lbh-search-v2-map-tools label {
  align-items: center;
  color: #33495d;
  display: flex;
  font-size: .7rem;
  gap: 9px;
  margin-bottom: 10px;
}

.lbh-search-v2-map-tools input {
  accent-color: #0050a5;
  height: 17px;
  width: 17px;
}

.lbh-search-v2-map-tools button {
  background: #f8faff;
  border: 1px solid #d3dbe6;
  color: #064a9d;
  font-size: .65rem;
  min-height: 37px;
  width: 100%;
}

.lbh-search-v2-map-tools button:hover {
  background: #eef5ff;
}

.lbh-search-v2-price-marker {
  align-items: center;
  background: #00448f;
  border: 3px solid #fff;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(0, 34, 72, .23);
  color: #fff;
  display: flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .74rem;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  min-width: 54px;
  padding: 0 8px;
  position: relative;
}

.lbh-search-v2-price-marker::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #00448f;
  bottom: -7px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.lbh-search-v2 .leaflet-popup-content-wrapper {
  border-radius: 9px;
  box-shadow: 0 10px 30px rgba(8, 41, 79, .23);
}

.lbh-search-v2 .leaflet-popup-content {
  margin: 13px;
  min-width: 230px;
}

.lbh-search-v2-map-card img {
  border-radius: 5px;
  height: 125px;
  object-fit: cover;
  width: 100%;
}

.lbh-search-v2-map-card h3 {
  color: #003ed0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 9px 0 0;
}

.lbh-search-v2-map-card p {
  color: #164d90;
  font-size: .72rem;
  margin: 2px 0 8px;
}

.lbh-search-v2-map-card a {
  background: #00458f;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: .68rem;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.lbh-search-v2-page {
  margin: 0;
  padding: 0;
}

@media (max-width: 1320px) {
  .lbh-search-v2-header__inner {
    min-height: 100px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .lbh-search-v2-logo {
    flex-basis: 112px;
  }

  .lbh-search-v2-logo img {
    height: 80px;
    width: 105px;
  }

  .lbh-search-v2-nav {
    gap: 20px;
  }

  .lbh-search-v2-nav a {
    font-size: .74rem;
  }

  .lbh-search-v2-filters {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lbh-search-v2-search-button {
    min-height: 48px;
  }

  .lbh-search-v2-results {
    grid-template-columns: minmax(400px, 46%) 1fr;
  }

  .lbh-search-v2-card {
    grid-template-columns: minmax(175px, 43%) 1fr;
  }

  .lbh-search-v2-favorite {
    left: calc(43% - 43px);
  }
}

@media (max-width: 980px) {
  .lbh-search-v2-header {
    background: rgba(255, 255, 255, .93);
    position: relative;
  }

  .lbh-search-v2-header__inner {
    min-height: 86px;
    padding: 6px 24px;
  }

  .lbh-search-v2-logo,
  .lbh-search-v2-logo img {
    height: 72px;
    width: 98px;
  }

  .lbh-search-v2-menu-button {
    display: block;
  }

  .lbh-search-v2-nav {
    align-items: stretch;
    background: #fff;
    box-shadow: 0 15px 25px rgba(4, 49, 92, .13);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 15px 25px 22px;
    position: absolute;
    right: 0;
    top: 86px;
  }

  .lbh-search-v2-nav.is-open {
    display: flex;
  }

  .lbh-search-v2-nav a {
    border-bottom: 1px solid #e1e6ed;
    font-size: .86rem;
    padding: 13px 2px;
  }

  .lbh-search-v2-hero {
    min-height: 440px;
    padding-top: 70px;
  }

  .lbh-search-v2-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .lbh-search-v2-results,
  .lbh-search-v2-results[data-results-layout="split"] {
    grid-template-columns: 1fr;
  }

  .lbh-search-v2-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbh-search-v2-map-shell,
  .lbh-search-v2-map {
    min-height: 620px;
  }

  .lbh-search-v2-results[data-results-layout="list"] .lbh-search-v2-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbh-search-v2-card {
    display: block;
  }

  .lbh-search-v2-card__image {
    display: block;
    min-height: 245px;
  }

  .lbh-search-v2-favorite {
    left: auto;
    right: 12px;
  }

  .lbh-search-v2-card__body {
    min-height: 230px;
  }
}

@media (max-width: 680px) {
  .lbh-search-v2-hero {
    background-position: 57% center;
    min-height: 420px;
    padding: 48px 20px 60px;
  }

  .lbh-search-v2-hero__content > p {
    font-size: .68rem;
    letter-spacing: .26em;
  }

  .lbh-search-v2-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .lbh-search-v2-desktop-break {
    display: none;
  }

  .lbh-search-v2-search {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lbh-search-v2-search__heading {
    margin-bottom: 22px;
  }

  .lbh-search-v2-summary {
    gap: 8px;
  }

  .lbh-search-v2-summary strong {
    flex-basis: 100%;
  }

  .lbh-search-v2-views {
    width: 100%;
  }

  .lbh-search-v2-views button {
    flex: 1;
    justify-content: center;
    padding: 0 8px;
  }

  .lbh-search-v2-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .lbh-search-v2-search-button {
    grid-column: 1 / -1;
  }

  .lbh-search-v2-list,
  .lbh-search-v2-results[data-results-layout="list"] .lbh-search-v2-list {
    display: flex;
  }

  .lbh-search-v2-card__image {
    min-height: 250px;
  }

  .lbh-search-v2-card__body {
    min-height: 225px;
  }

  .lbh-search-v2-map-shell,
  .lbh-search-v2-map {
    min-height: 520px;
  }

  .lbh-search-v2-map-tools {
    left: 12px;
    top: 12px;
    width: 205px;
  }
}

@media (max-width: 430px) {
  .lbh-search-v2-header__inner {
    padding-left: 16px;
    padding-right: 12px;
  }

  .lbh-search-v2-filters {
    grid-template-columns: 1fr;
  }

  .lbh-search-v2-search-button {
    grid-column: auto;
  }

  .lbh-search-v2-card__heading {
    gap: 5px;
  }

  .lbh-search-v2-card__image {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lbh-search-v2 *,
  .lbh-search-v2 *::before,
  .lbh-search-v2 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Version 2 brand, conversion, accessibility, and responsive refinements */
.lbh-search-v2-skip-link {
  background: var(--lbh-navy-900, #061f6a);
  border-radius: 0 0 4px 0;
  color: #fff;
  font: 700 15px/1.2 "Avenir Next", Avenir, Montserrat, "Segoe UI", Arial, sans-serif;
  left: 0;
  padding: 14px 18px;
  position: fixed;
  top: 0;
  transform: translateY(-110%);
  z-index: 1500;
}

.lbh-search-v2-skip-link:focus {
  outline: 3px solid #f0b431;
  outline-offset: 3px;
  transform: translateY(0);
}

.lbh-search-v2-header__inner {
  max-width: 1440px;
  min-height: 104px;
  padding: 8px 28px;
}

.lbh-search-v2-logo {
  flex: 0 0 205px;
  height: 96px;
}

.lbh-search-v2-logo img {
  height: 96px;
  object-fit: contain;
  width: 180px;
}

.lbh-search-v2-nav {
  gap: clamp(14px, 1.7vw, 28px);
}

.lbh-search-v2-nav a {
  color: var(--lbh-navy-900);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.lbh-search-v2-nav a::after {
  background: var(--lbh-blue-600);
}

.lbh-search-v2-hero__content > p,
.lbh-search-v2-search__heading p {
  color: var(--lbh-blue-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.lbh-search-v2-hero h1 {
  color: var(--lbh-blue-600);
  font-family: var(--lbh-font-display);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .98;
}

.lbh-search-v2-hero__content > div {
  color: var(--lbh-ink);
  font-size: clamp(18px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1.5;
}

.lbh-search-v2-search {
  padding-left: 28px;
  padding-right: 28px;
}

.lbh-search-v2-search__heading h2 {
  color: var(--lbh-blue-800);
  font-family: var(--lbh-font-display);
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -.02em;
  line-height: 1.06;
}

.lbh-search-v2-toolbar,
.lbh-search-v2-filters,
.lbh-search-v2-results {
  max-width: 1440px;
}

.lbh-search-v2-toolbar {
  margin-bottom: 16px;
}

.lbh-search-v2-summary strong {
  color: var(--lbh-navy-900);
  font-size: 15px;
  font-weight: 700;
}

.lbh-search-v2-summary .lbh-search-v2-summary-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lbh-line);
  border-radius: var(--lbh-radius-control);
  color: var(--lbh-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  min-height: 44px;
  padding: 9px 14px;
  text-decoration: none;
}

.lbh-search-v2-summary .lbh-search-v2-summary-chip:hover {
  border-color: var(--lbh-blue-600);
}

.lbh-search-v2-summary .lbh-search-v2-summary-chip[hidden],
.lbh-search-v2-summary [data-clear-filters][hidden] {
  display: none;
}

.lbh-search-v2-summary [data-clear-filters] {
  color: var(--lbh-blue-800);
  font-size: 13px;
  font-weight: 600;
  min-height: 44px;
  padding: 8px;
}

.lbh-search-v2-views button {
  color: var(--lbh-ink);
  font-size: 13px;
  font-weight: 600;
  min-height: 44px;
}

.lbh-search-v2-views button.is-active {
  background: var(--lbh-blue-800);
}

.lbh-search-v2-filters {
  border: 1px solid var(--lbh-line);
  border-radius: var(--lbh-radius-standard);
  box-shadow: var(--lbh-shadow-subtle);
  gap: 12px;
  grid-template-columns: 1.05fr 1.05fr .76fr .76fr .78fr 1fr 1.08fr 1.14fr 1.36fr;
  margin-bottom: 32px;
  padding: 20px;
}

.lbh-search-v2-filters label {
  color: var(--lbh-ink);
  font-size: 13px;
  gap: 8px;
}

.lbh-search-v2-filters label > span,
.lbh-search-v2-filters label:first-child > span,
.lbh-search-v2-filters label:nth-child(2) > span {
  color: var(--lbh-navy-900);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  min-height: 18px;
  text-transform: none;
}

.lbh-search-v2-filters input,
.lbh-search-v2-filters select {
  border: 1px solid var(--lbh-line-light);
  border-radius: var(--lbh-radius-control);
  color: var(--lbh-ink);
  font-size: 16px;
  height: 48px;
  padding: 0 12px;
}

.lbh-search-v2-filters input:hover,
.lbh-search-v2-filters select:hover {
  border-color: var(--lbh-blue-800);
}

.lbh-search-v2-search-button,
.lbh-search-v2-view,
.lbh-search-v2-map-tools button {
  background: linear-gradient(180deg, var(--lbh-action-500), var(--lbh-action-700));
  border-radius: var(--lbh-radius-control);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  min-height: 48px;
  padding: 0 24px;
  transition: filter 150ms ease-out, transform 160ms ease-out;
}

.lbh-search-v2-search-button:hover,
.lbh-search-v2-view:hover,
.lbh-search-v2-map-tools button:hover {
  background: linear-gradient(180deg, var(--lbh-action-500), var(--lbh-action-700));
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.lbh-search-v2 button:focus-visible,
.lbh-search-v2 a:focus-visible,
.lbh-search-v2 input:focus-visible,
.lbh-search-v2 select:focus-visible {
  outline: 3px solid var(--lbh-focus);
  outline-offset: 3px;
}

.lbh-search-v2-results {
  gap: 24px;
  grid-template-columns: minmax(0, 59%) minmax(0, 41%);
  min-height: 0;
  scroll-margin-top: 24px;
}

.lbh-search-v2-results[data-results-layout="list"] {
  min-height: 0;
}

.lbh-search-v2-results[data-results-layout="map"] {
  min-height: 820px;
}

.lbh-search-v2-list {
  gap: 16px;
}

.lbh-search-v2-card {
  border: 1px solid var(--lbh-line);
  border-radius: var(--lbh-radius-standard);
  box-shadow: var(--lbh-shadow-card);
  grid-template-columns: minmax(250px, 40%) 1fr;
  min-height: 232px;
}

.lbh-search-v2-card:first-child,
.lbh-search-v2-card:hover,
.lbh-search-v2-card:focus-within {
  border-color: var(--lbh-blue-600);
  box-shadow: var(--lbh-shadow-card);
  transform: translateY(-1px);
}

.lbh-search-v2-card__image {
  min-height: 232px;
}

.lbh-search-v2-favorite {
  border-color: rgba(6, 31, 106, .35);
  color: var(--lbh-blue-800);
  height: 44px;
  left: calc(40% - 56px);
  width: 44px;
}

.lbh-search-v2-favorite[aria-pressed="true"] {
  background: var(--lbh-blue-800);
}

.lbh-search-v2-card__body {
  padding: 24px;
}

.lbh-search-v2-card__heading {
  gap: 16px;
}

.lbh-search-v2-card h3 {
  color: var(--lbh-navy-900);
  font-family: var(--lbh-font-sans);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 6px;
  text-transform: none;
}

.lbh-search-v2-card__heading p {
  color: var(--lbh-muted);
  font-size: 15px;
  line-height: 1.55;
}

.lbh-search-v2-rate {
  color: var(--lbh-blue-800);
  line-height: 1.15;
}

.lbh-search-v2-rate small {
  color: var(--lbh-muted);
  font-size: 13px;
  line-height: 1.35;
}

.lbh-search-v2-rate strong {
  color: var(--lbh-blue-800);
  font-family: var(--lbh-font-display);
  font-size: 28px;
  font-weight: 400;
}

.lbh-search-v2-facts {
  color: var(--lbh-ink);
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 8px 18px;
  line-height: 1.55;
  margin: 18px 0 16px;
}

.lbh-search-v2-facts li span {
  color: var(--lbh-blue-600);
  font-size: 16px;
  width: 16px;
}

.lbh-search-v2-card__bottom {
  align-items: center;
  gap: 12px;
}

.lbh-search-v2-tags {
  gap: 8px;
}

.lbh-search-v2-tags span {
  background: #eef8fb;
  color: var(--lbh-blue-800);
  font-size: 13px;
  line-height: 1.35;
  padding: 6px 8px;
}

.lbh-search-v2-view {
  font-size: 15px;
  min-height: 44px;
  padding: 0 18px;
}

.lbh-search-v2 .lbh-search-v2-view {
  color: #fff;
}

.lbh-search-v2-empty {
  border: 1px solid var(--lbh-line);
  border-radius: var(--lbh-radius-standard);
  color: var(--lbh-ink);
  font-size: 17px;
  line-height: 1.58;
}

.lbh-search-v2-map-shell {
  background: #eef8fb;
  border-radius: var(--lbh-radius-standard);
  box-shadow: var(--lbh-shadow-card);
  display: flex;
  flex-direction: column;
  min-height: 760px;
}

.lbh-search-v2-map {
  flex: 1 1 auto;
  min-height: 670px;
}

.lbh-search-v2-results[data-results-layout="map"] .lbh-search-v2-map-shell {
  min-height: 820px;
}

.lbh-search-v2-results[data-results-layout="map"] .lbh-search-v2-map {
  min-height: 730px;
}

.lbh-search-v2-map-summary {
  background: #fff;
  border-top: 1px solid var(--lbh-line);
  color: var(--lbh-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  padding: 16px 20px;
}

.lbh-search-v2-map-tools {
  border-radius: var(--lbh-radius-standard);
  box-shadow: var(--lbh-shadow-float);
  width: 240px;
}

.lbh-search-v2-map-tools label {
  color: var(--lbh-ink);
  font-size: 13px;
  line-height: 1.45;
  min-height: 44px;
}

.lbh-search-v2-map-tools input {
  height: 20px;
  width: 20px;
}

.lbh-search-v2-map-tools button {
  background: #fff;
  border: 1px solid var(--lbh-line);
  color: var(--lbh-blue-800);
  font-size: 13px;
  min-height: 44px;
  padding: 0 12px;
}

.lbh-search-v2-price-marker {
  background: var(--lbh-blue-800);
  font-family: var(--lbh-font-sans);
  font-size: 13px;
  height: 44px;
  min-width: 58px;
}

.lbh-search-v2-price-marker::after {
  border-top-color: var(--lbh-blue-800);
}

.lbh-search-v2-map-card h3 {
  color: var(--lbh-navy-900);
  font-family: var(--lbh-font-sans);
  font-size: 20px;
  font-weight: 700;
}

.lbh-search-v2-map-card p {
  color: var(--lbh-ink);
  font-size: 13px;
  line-height: 1.45;
}

.lbh-search-v2-map-card a {
  align-items: center;
  background: var(--lbh-blue-800);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
}

@media (max-width: 1320px) and (min-width: 981px) {
  .lbh-search-v2-header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lbh-search-v2-logo {
    flex-basis: 175px;
    height: 88px;
  }

  .lbh-search-v2-logo img {
    height: 88px;
    width: 160px;
  }

  .lbh-search-v2-nav {
    gap: 12px;
  }

  .lbh-search-v2-nav a {
    font-size: 13px;
    letter-spacing: .02em;
  }

  .lbh-search-v2-results {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  }
}

@media (max-width: 1180px) {
  .lbh-search-v2-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lbh-search-v2-search-button {
    min-height: 48px;
  }
}

@media (min-width: 1181px) and (max-width: 1440px) {
  .lbh-search-v2-filters {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lbh-search-v2-filters label:nth-child(1),
  .lbh-search-v2-filters label:nth-child(2),
  .lbh-search-v2-search-button {
    grid-column: span 2;
  }
}

@media (max-width: 980px) {
  .lbh-search-v2-header__inner {
    min-height: 88px;
  }

  .lbh-search-v2-logo,
  .lbh-search-v2-logo img {
    height: 78px;
    width: 150px;
  }

  .lbh-search-v2-results,
  .lbh-search-v2-results[data-results-layout="split"] {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lbh-search-v2-list,
  .lbh-search-v2-results[data-results-layout="list"] .lbh-search-v2-list {
    gap: 20px;
  }

  .lbh-search-v2-card__body {
    min-height: 280px;
    padding: 24px;
  }

  .lbh-search-v2-card__image {
    min-height: 260px;
  }

  .lbh-search-v2-map-shell,
  .lbh-search-v2-map {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .lbh-search-v2-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lbh-search-v2-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbh-search-v2-filters input,
  .lbh-search-v2-filters select,
  .lbh-search-v2-search-button {
    height: 52px;
    min-height: 52px;
  }

  .lbh-search-v2-search-button {
    grid-column: 1 / -1;
  }

  .lbh-search-v2-list,
  .lbh-search-v2-results[data-results-layout="list"] .lbh-search-v2-list {
    display: flex;
  }

  .lbh-search-v2-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .lbh-search-v2-header__inner {
    min-height: 76px;
  }

  .lbh-search-v2-logo,
  .lbh-search-v2-logo img {
    height: 68px;
    width: 120px;
  }

  .lbh-search-v2-nav {
    top: 76px;
  }

  .lbh-search-v2-filters {
    grid-template-columns: 1fr;
  }

  .lbh-search-v2-search-button {
    grid-column: auto;
  }

  .lbh-search-v2-card__body {
    min-height: 300px;
    padding: 20px;
  }

  .lbh-search-v2-card__heading {
    align-items: flex-start;
  }

  .lbh-search-v2-facts {
    display: grid;
  }

  .lbh-search-v2-card__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .lbh-search-v2-view {
    width: 100%;
  }

  .lbh-search-v2-map-tools {
    width: min(240px, calc(100% - 24px));
  }
}
