/* Recovery stylesheet: restores base layouts after inline CSS damage. */
:root {
  --samsaara-ink: #161412;
  --samsaara-muted: #6f6961;
  --samsaara-line: rgba(22, 20, 18, 0.14);
  --samsaara-paper: #ffffff;
  --samsaara-soft: #f7f5f0;
  --samsaara-dark: #1e1e1c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink, var(--samsaara-ink));
  background: var(--paper, var(--samsaara-paper));
  font-family: var(--samsaara-font-sans);
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.brand {
  font-family: var(--samsaara-font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.topbar,
.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  min-height: 82px;
  display: grid;
  align-items: center;
  gap: 22px;
  padding: 22px clamp(22px, 4vw, 58px);
  color: #fff;
}

.nav {
  grid-template-columns: 1fr auto;
}

.topbar {
  position: sticky;
  top: 0;
  grid-template-columns: auto 1fr auto;
  background: rgba(22, 20, 18, 0.92);
  color: #fff;
}

.topbar-left,
.topbar-right,
.brand-cluster {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-phone {
  justify-self: end;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.nav-contact-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 14.4px;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.nav-contact-button:hover {
  opacity: 0.72;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 110px clamp(22px, 5vw, 72px) 70px;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.38)),
    url("external/villa-pool-background-unsplash.jpg") center/cover no-repeat;
  background:
    linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.38)),
    image-set(
      url("optimized/external/villa-pool-background-unsplash-1920.webp") type("image/webp"),
      url("external/villa-pool-background-unsplash.jpg") type("image/jpeg")
    ) center/cover no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg::after,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.hero > *:not(.hero-bg),
.hero-content,
.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-content {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.04;
}

.mobile-title {
  display: none;
}

.eyebrow,
.hero-kicker {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
.hero h1 {
  font-family: var(--samsaara-font-display);
  font-size: clamp(54px, 8vw, 118px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.hero-lines {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  font-size: clamp(18px, 2vw, 27px);
}

.hero-subtitle {
  max-width: 520px;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 1.55;
}

.hero-search {
  position: relative;
  z-index: 5;
  width: fit-content;
  max-width: min(980px, 100%);
  min-height: 58px;
  margin: 34px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
  color: var(--ink, var(--samsaara-ink));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.search-field,
.search-submit {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 0;
  border-right: 1px solid rgba(22, 20, 18, 0.1);
  background: #fff;
  color: inherit;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.search-field.is-active,
.search-field:hover {
  background: #f6f3ee;
}

.search-submit {
  min-width: 138px;
  border-right: 0;
  background: var(--samsaara-dark);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.date-group {
  display: inline-flex;
  align-items: stretch;
  position: relative;
}

.date-arrow {
  min-height: 58px;
  display: inline-grid;
  place-items: center;
  padding: 0 4px;
  background: #fff;
}

.destination-clear,
.dates-clear,
.guests-clear {
  display: none;
}

.destination-clear,
.dates-clear,
.guests-clear {
  cursor: pointer;
}

.search-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 20;
  display: none;
  width: min(940px, calc(100vw - 32px));
  padding: 24px;
  background: #fff;
  color: var(--ink, var(--samsaara-ink));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  text-align: left;
}

.search-panel.is-open {
  display: grid;
}

.destination-panel {
  grid-template-columns: 220px minmax(0, 1fr);
}

.date-panel,
.guests-panel {
  width: min(720px, calc(100vw - 32px));
}

.date-panel {
  width: 780px;
  height: 490px;
  max-width: calc(100vw - 32px);
  padding: 26px 30px 22px;
  box-sizing: border-box;
  grid-template-rows: minmax(0, 1fr) auto;
}

.panel-column {
  display: grid;
  gap: 16px;
}

.panel-column + .panel-column {
  padding-left: 24px;
  border-left: 1px solid rgba(22, 20, 18, 0.1);
}

.panel-title {
  margin: 0;
  color: var(--muted, var(--samsaara-muted));
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clear-dates,
.guest-options button {
  border: 1px solid rgba(22, 20, 18, 0.12);
  background: #fff;
  color: inherit;
  cursor: pointer;
}

.destination-option,
.destination-card-mini {
  border: 0;
  background: #fff;
  color: inherit;
  cursor: pointer;
  transition: none;
}

.destination-panel .panel-column:first-of-type {
  align-content: start;
  gap: 0;
}

.destination-country-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.destination-option {
  min-height: 22px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-self: start;
  padding: 0;
}

.destination-option:hover,
.destination-option:focus-visible {
  background: transparent;
}

.destination-card-mini:hover,
.destination-card-mini:focus-visible {
  background: #f7f7f7;
}

.destination-option-icon {
  position: relative;
  width: 18px;
  height: 22px;
  flex: 0 0 18px;
  margin-top: 0;
  color: currentColor;
}

.destination-option-icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 1.35px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: translateX(-50%) rotate(-45deg);
}

.destination-option-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .destination-country-list {
    margin-top: 24px;
  }
}

.destination-card-mini {
  min-height: 116px;
  display: grid;
  grid-template-columns: 145px 1fr;
  align-items: end;
  gap: 14px;
  padding: 10px;
  text-align: left;
}

.destination-card-mini img {
  height: 96px;
}

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

.map-preview {
  height: 220px;
  overflow: hidden;
  background: #e8e6df;
}

.map-canvas,
.results-map {
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.map-home-pin {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.map-home-marker {
  position: relative;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #161412;
  color: #fff;
  box-shadow: 0 8px 22px rgba(22, 20, 18, 0.24);
  transition: none;
}

.map-home-marker::before {
  content: "";
  width: 13px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-top: 0;
  transform: translateY(2px);
}

.map-home-marker::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: translateY(-4px) rotate(45deg);
}

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

.calendar-grid button,
.guest-options button {
  min-width: 38px;
  min-height: 38px;
  border-radius: 0;
}

.calendar-month {
  padding: 0 28px;
}

.calendar-month + .calendar-month {
  border-left: 1px solid rgba(22, 20, 18, 0.12);
}

.calendar-head {
  position: relative;
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
}

.calendar-head span {
  min-height: 38px;
  display: inline-grid;
  align-items: center;
  padding: 0 8px;
}

.calendar-month-left .calendar-head span {
  text-align: left;
}

.calendar-month-right .calendar-head {
  text-align: right;
}

.calendar-month-right .calendar-head span {
  text-align: right;
}

.calendar-nav {
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.calendar-nav[data-calendar-nav="prev"] {
  left: -38px;
}

.calendar-nav[data-calendar-nav="next"] {
  right: -38px;
}

.calendar-nav:disabled {
  color: transparent;
  cursor: default;
}

.calendar-week,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}

.calendar-week {
  margin-bottom: 24px;
  color: #7f858b;
  font-size: 15px;
  font-weight: 400;
}

.calendar-week span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.calendar-days {
  row-gap: 12px;
}

.day-button {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #242424;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  clip-path: none;
  cursor: pointer;
}

.day-button.is-muted {
  pointer-events: none;
}

.day-button.is-past {
  color: #c6c6c6;
  cursor: default;
  text-decoration: line-through;
}

.day-button.is-today::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.calendar-week span:hover,
.day-button:hover:not(.is-past),
.day-button:focus-visible:not(.is-past),
.day-button.is-range,
.day-button.is-preview-range {
  background: #e8f2ff;
}

.day-button.is-selected {
  background: #dbe8f5;
  color: #242424;
}

.date-panel.is-selecting-departure .day-button:hover:not(.is-past),
.date-panel.is-selecting-departure .day-button:focus-visible:not(.is-past) {
  background: #c7d9ed;
}

.calendar-actions {
  margin-top: 26px;
  text-align: right;
}

.clear-dates {
  min-height: 32px;
  padding: 0 8px;
  border: 0;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.inspiration-link {
  margin-top: 16px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.section,
.wide-section,
.help-section,
.commitment-band,
.values-band,
.experience-band,
.planning-band,
.concierge-showcase,
.owner-band,
.dark-band,
.freedom,
.practical,
.memory-band,
.faq {
  padding: clamp(72px, 9vw, 130px) clamp(22px, 5vw, 72px);
}

.lc-container,
.section > *,
.wide-section > *,
.commitment-inner,
.values-inner,
.experience-inner,
.planning-inner,
.concierge-showcase-inner,
.owner-inner,
.dark-inner,
.practical-grid,
.property-grid,
.info-grid,
.must-grid,
.memory-cards {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading,
.center-heading {
  margin-bottom: 42px;
  text-align: center;
}

.section-heading h2,
.center-heading h2,
.commitment-band h2,
.planning-content h2,
.concierge-showcase h2,
.owner-copy h2,
.wide-section h2,
.services-title,
.help-section h2 {
  font-family: var(--samsaara-font-display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.02;
}

.homes-category {
  display: inline-block;
  margin: 0 12px 12px;
  color: var(--muted, var(--samsaara-muted));
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.villa-grid,
.results-grid,
.experience-grid,
.feature-cards,
.pillars-grid,
.service-list,
.services,
.must-grid,
.property-grid,
.info-grid,
.memory-cards,
.mosaic {
  display: grid;
  gap: 24px;
}

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

.villa-card,
.experience-card,
.feature-card,
.pillar,
.service-mini,
.must-item,
.memory-card,
.question-card {
  display: block;
  overflow: hidden;
  background: #fff;
}

.villa-media {
  aspect-ratio: 4 / 3;
  background: #eee;
}

.villa-content,
.villa-meta,
.villa-highlights,
.experience-card > div,
.feature-card,
.pillar,
.service-mini,
.must-item,
.memory-card {
  padding: 18px;
}

.villa-content h3,
.villa-title-row h3,
.experience-card h3,
.feature-card h3,
.pillar h3,
.service-mini h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.results-map {
  position: sticky;
  top: 90px;
  height: calc(100vh - 120px);
  background: #e8e6df;
}

.dark-cta,
.dark-button,
.text-link,
.outlined-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 24px;
  border: 1px solid var(--samsaara-dark);
  background: var(--samsaara-dark);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link,
.outlined-button {
  background: transparent;
  color: var(--ink, var(--samsaara-ink));
}

.planning-inner,
.experience-inner,
.intro-grid,
.services-layout,
.commitment-inner,
.assurance,
.dark-inner,
.owner-inner,
.practical-grid,
.selection-copy,
.content-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.planning-media,
.owner-portrait,
.assurance-media,
.step-media,
.service-media,
.wide-image,
.advisor-photo,
.photo-button,
.room-card,
.mosaic-tile {
  overflow: hidden;
  background: #eee;
}

.planning-media,
.owner-portrait,
.assurance-media,
.wide-image {
  min-height: 520px;
}

.concierge-collage,
.media-blocks,
.service-images,
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.concierge-tile,
.mosaic-tile {
  position: relative;
  min-height: 300px;
  color: #fff;
}

.concierge-tile span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-list,
.services-list-block,
.service-list {
  display: grid;
  gap: 18px;
}

.experience-item,
.service-item,
.value-item,
.bespoke-item,
.info-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line, var(--samsaara-line));
}

.service-icon,
.pillar img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0 auto 16px;
}

footer {
  border-top: 1px solid var(--line, var(--samsaara-line));
  background: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 66px clamp(22px, 5vw, 72px);
  color: var(--ink, var(--samsaara-ink));
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

footer h3 {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

footer a,
footer span {
  display: block;
  width: fit-content;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}

.results-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(360px, 1.1fr);
  gap: 0;
  padding-top: 74px;
}

.results-left {
  padding: 34px clamp(22px, 4vw, 54px);
}

.results-status {
  margin-bottom: 22px;
  color: var(--muted, var(--samsaara-muted));
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.villa-highlight {
  margin-bottom: 28px;
}

.villa-rate-action,
.villa-rate-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-learn,
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 2;
  color: #fff;
  transform: translateX(-50%);
}

.step {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  max-width: 1160px;
  margin: 0 auto clamp(72px, 9vw, 130px);
}

.step.reverse {
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.9fr);
}

.step.reverse .step-copy {
  order: 2;
}

.step-media {
  min-height: 360px;
}

.step-number {
  color: #e8e8e8;
  font-size: 72px;
  line-height: 1;
}

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

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

.commitment-band {
  background: #f7f7f7;
}

.help-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.pillars-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

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

.dark-band {
  background: var(--samsaara-dark);
  color: #fff;
}

.practical-grid,
.info-grid,
.must-grid,
.property-grid,
.memory-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.breadcrumbs,
.title-row,
.facts,
.amenity-tabs,
.room-arrows {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.photo-button {
  border: 0;
  min-height: 240px;
  cursor: pointer;
}

.hero .photo-button {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: clamp(24px, 5vw, 72px);
  z-index: 3;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #fff;
  color: var(--ink, var(--samsaara-ink));
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 12px;
}

.property-grid img:first-child {
  grid-row: span 2;
}

.room-strip,
.amenity-list,
.bespoke-list,
.know-list,
.service-list {
  display: grid;
  gap: 14px;
}

.accordion-row,
.faq-toggle,
.amenities-toggle,
.bespoke-toggle,
.description-close {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--line, var(--samsaara-line));
  background: transparent;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 980px), (min-width: 981px) and (max-width: 1024px) {
  .topbar,
  .nav {
    grid-template-columns: auto 1fr;
  }

  .nav-phone,
  .phone,
  .topbar-right {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: block;
  }

  .hero-search {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .search-field,
  .search-submit,
  .date-arrow {
    min-height: 50px;
  }

  .date-group {
    display: grid;
    grid-template-columns: 1fr 34px 1fr;
  }

  .search-panel {
    width: 100%;
    max-height: 430px;
    overflow-y: auto;
  }

  .destination-panel,
  .catalog,
  .catalog-page,
  .results-layout,
  .results-shell,
  .planning-inner,
  .experience-inner,
  .intro-grid,
  .services-layout,
  .commitment-inner,
  .assurance,
  .dark-inner,
  .owner-inner,
  .practical-grid,
  .selection-copy,
  .content-wrap,
  .step,
  .step.reverse {
    grid-template-columns: 1fr;
  }

  .step.reverse .step-copy {
    order: 0;
  }

  .panel-column + .panel-column {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(22, 20, 18, 0.1);
  }

  .destination-city-grid,
  .villa-grid,
  .results-grid,
  .concierge-collage,
  .media-blocks,
  .service-list,
  .feature-cards,
  .pillars-grid,
  .info-grid,
  .must-grid,
  .property-grid,
  .memory-cards {
    grid-template-columns: 1fr;
  }

  .results-map {
    position: relative;
    top: auto;
    height: 420px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

}

/* Search page visual reproduction scoped to avoid changing the rest of the site. */
body.search-page {
  overflow-x: hidden;
  color: #202020;
  background: #fff;
  font-family: var(--samsaara-font-sans);
  font-weight: 400;
  line-height: 1.4;
}

body.search-page .topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 72px;
  width: 100%;
  height: 72px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  color: #202020;
}

body.search-page .brand-cluster {
  gap: 14px;
  justify-self: start;
}

body.search-page .brand {
  font-family: var(--samsaara-font-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.search-page .hero-search {
  justify-self: center;
  width: fit-content;
  max-width: none;
  min-width: 580px;
  min-height: 52px;
  height: 52px;
  margin: 0;
  align-items: stretch;
  box-shadow: none;
  background: #fff;
  font-weight: 300;
}

body.search-page .search-field,
body.search-page .search-submit {
  min-height: 52px;
  padding: 0 18px;
  border-right: 0;
  color: #6f6961;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

body.search-page .search-field {
  position: relative;
}

body.search-page .search-field strong {
  font-weight: 400;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.search-page .date-arrow {
  min-height: 52px;
  width: 27px;
  min-width: 27px;
  padding: 0;
  color: #67615d;
  font-size: 0;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.search-page .date-arrow::before {
  content: "\2192";
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

body.search-page .search-submit {
  width: 112px;
  min-width: 112px;
  background: #2b2b2b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.search-page .search-submit:hover,
body.search-page .search-submit:focus-visible {
  background: #111;
}

body.search-page .hero-search > .search-field::after,
body.search-page .date-group::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 26px;
  background: rgba(22, 20, 18, 0.14);
  transform: translateY(-50%);
}

body.search-page .hero-search > .search-field:first-child {
  width: 127px;
}

body.search-page .hero-search > .search-field:first-child.has-selection {
  width: 176px;
}

body.search-page .date-group {
  position: relative;
  border-right: 0;
}

body.search-page .date-group .search-field {
  width: 89px;
}

body.search-page .date-group .search-field[data-date-focus="arrival"] {
  border-right: 0;
}

body.search-page .date-group .search-field[data-date-focus="departure"] {
  width: 112px;
  border-right: 0;
}

body.search-page .date-group.has-selection .search-field {
  width: 126px;
}

body.search-page .date-group.has-selection .search-field[data-date-focus="departure"] {
  width: 128px;
}

body.search-page .destination-clear,
body.search-page .dates-clear,
body.search-page .guests-clear {
  width: 22px;
  height: 22px;
  display: none;
  place-items: center;
  flex: 0 0 22px;
  color: #b5b5b5;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

body.search-page .hero-search .search-field.has-selection .destination-clear,
body.search-page .hero-search .search-field.has-selection .guests-clear,
body.search-page .date-group.has-selection .dates-clear {
  display: grid !important;
}

body.search-page .date-group .dates-clear {
  align-self: center;
  margin: 0 12px 0 -2px;
}

body.search-page .search-field.has-selection {
  gap: 7px;
}

body.search-page .hero-search > .search-field[data-search-panel="guests"] {
  width: 112px;
}

body.search-page .hero-search > .search-field[data-search-panel="guests"].has-selection {
  width: 118px;
}

body.search-page .search-field:hover,
body.search-page .search-field.is-active {
  background: #fff;
}

body.search-page .hero-search .guests-panel {
  width: 165px;
  height: 200px;
  max-height: 200px;
  padding: 0;
  overflow-y: auto;
}

body.search-page .hero-search .guest-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

body.search-page .hero-search .guest-option {
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: #171717;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

body.search-page .hero-search .guest-option:hover,
body.search-page .hero-search .guest-option:focus-visible,
body.search-page .hero-search .guest-option.is-active {
  background: #f2f2f2;
}

body.search-page .header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 34px;
}

body.search-page .contact-header-button {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #202020;
  background: #202020;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.search-page .contact-header-button:hover,
body.search-page .contact-header-button:focus-visible {
  background: #111;
}

body.search-page .results-shell {
  width: 100%;
  min-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 0;
  padding-top: 0;
  margin-bottom: 96px;
  align-items: start;
  background: #fff;
}

body.search-page .results-left {
  min-width: 0;
  padding: 0;
  background: #fff;
}

body.search-page .results-toolbar {
  position: sticky;
  top: 72px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 66px;
  padding: 16px 24px;
  background: #fff;
}

body.search-page .filter-row {
  display: flex;
  align-items: center;
}

body.search-page .filter-row {
  gap: 8px;
  flex-wrap: wrap;
}

body.search-page .filter-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #202020;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.search-page .filter-button:disabled {
  opacity: 1;
  cursor: default;
}

body.search-page .results-status,
body.search-page .suggestions-title {
  display: none;
}

body.search-page .results-status.is-visible {
  display: block;
  padding: 24px;
  margin: 0;
  color: #6f6961;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.search-page .results-status h1 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
}

body.search-page .results-status p {
  margin: 0;
}

body.search-page .suggestions-title.is-visible {
  display: block;
  padding: 0 24px 16px;
  font-size: 14px;
  line-height: 20px;
}

body.search-page .results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 24px 48px;
  background: #fff;
}

body.search-page .villa-card {
  display: block;
  overflow: visible;
  background: #fff;
  color: #202020;
}

body.search-page .villa-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  touch-action: pan-y;
  user-select: none;
  transition: filter 180ms ease, outline-color 180ms ease, transform 180ms ease;
}

body.search-page .villa-media:active {
  cursor: pointer;
}

body.search-page .villa-card-photo-track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 320ms ease;
  will-change: transform;
}

body.search-page .villa-card-photo-track.is-dragging {
  transition: none;
}

body.search-page .villa-card-photo-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
}

body.search-page .villa-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 260ms ease, filter 260ms ease;
}

body.search-page .villa-media:hover .villa-card-photo-slide.is-active img {
  transform: scale(1.055);
}

body.search-page .villa-card-photo-slide.is-view-more::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

body.search-page .villa-card-photo-more {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
  pointer-events: none;
}

body.search-page .villa-card-photo-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transform: translateX(-50%);
}

body.search-page .villa-card-photo-dot {
  width: 5px;
  height: 5px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
}

body.search-page .villa-card-photo-dot.is-active {
  background: rgba(255, 255, 255, 0.96);
  transform: scale(1.08);
}

body.search-page .villa-card-photo-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  color: #202020;
  cursor: pointer;
  font-size: 0;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background 180ms ease;
}

body.search-page .villa-card-photo-arrow:hover {
  background: rgba(255, 255, 255, 0.62);
}

body.search-page .villa-card-photo-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1.4px solid currentColor;
  border-left: 1.4px solid currentColor;
}

body.search-page .villa-card-photo-arrow.is-prev::before {
  transform: rotate(-45deg) translate(1px, 1px);
}

body.search-page .villa-card-photo-arrow.is-next::before {
  transform: rotate(135deg) translate(1px, 1px);
}

body.search-page .villa-card-photo-arrow.is-prev {
  left: 10px;
}

body.search-page .villa-card-photo-arrow.is-next {
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  body.search-page .villa-card-photo-arrow {
    opacity: 0;
    pointer-events: none;
  }

  body.search-page .villa-media:hover .villa-card-photo-arrow,
  body.search-page .villa-media:focus-within .villa-card-photo-arrow {
    opacity: 1;
    pointer-events: auto;
  }
}

body.search-page .villa-card.is-map-hover .villa-media,
body.search-page .villa-card.is-map-highlight .villa-media {
  outline: 5px solid #627b59;
  outline-offset: -5px;
  filter: brightness(1.14) saturate(1.18);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}

body.search-page .villa-card.is-map-hover .villa-media img,
body.search-page .villa-card.is-map-highlight .villa-media img {
  transform: scale(1.065);
}

body.search-page .villa-content {
  position: relative;
  padding: 16px 0 0;
  background: #fff;
  font-size: 14px;
  line-height: 19.6px;
}

body.search-page .villa-title-row {
  display: block;
}

body.search-page .villa-title-row h2 {
  max-width: calc(100% - 38px);
  overflow: hidden;
  margin: 0;
  color: #202020;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.search-page .heart {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #202020;
  cursor: pointer;
}

body.search-page .heart svg {
  width: 22px;
  height: 22px;
  display: block;
  overflow: visible;
}

body.search-page .heart path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.search-page .villa-location {
  margin: 0 0 4px;
  color: #202020;
  font-size: 14px;
  line-height: 19.6px;
}

body.search-page .villa-meta {
  display: block;
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 19.6px;
}

body.search-page .villa-meta span {
  display: inline;
}

body.search-page .villa-meta span:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
  background: #6f6f6f;
  vertical-align: middle;
}

body.search-page .villa-highlights-shell {
  width: 100%;
  min-height: 36px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
}

body.search-page .villa-highlights {
  min-width: 0;
  min-height: 34px;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  touch-action: pan-x;
  user-select: none;
  -webkit-user-drag: none;
}

body.search-page .villa-highlights::-webkit-scrollbar {
  display: none;
}

body.search-page .villa-highlights.is-dragging {
  cursor: pointer;
}

body.search-page .villa-highlight {
  max-width: min(270px, 92%);
  height: 34px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 4px 10px 4px 6px;
  margin: 0;
  background: #f7f7f7;
  color: #202020;
  font-size: 12px;
  line-height: 15.6px;
  user-select: none;
  -webkit-user-drag: none;
  white-space: nowrap;
}

body.search-page .villa-highlight-icon-frame {
  width: 34px;
  height: 100%;
  display: inline-grid;
  flex: 0 0 34px;
  place-items: center;
  overflow: hidden;
}

body.search-page .villa-highlight-icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

body.search-page .villa-highlight-label {
  min-width: 0;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

body.search-page .villa-highlight-nav {
  width: 28px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #202020;
  cursor: pointer;
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
  transform: translateY(-2px);
  transition: opacity 160ms ease, color 160ms ease;
}

body.search-page .villa-highlight-nav:hover {
  color: #000;
}

body.search-page .villa-highlight-nav:disabled {
  opacity: 0.34;
  cursor: default;
}

body.search-page .villa-highlight-nav:disabled:hover {
  color: #202020;
}

body.search-page .villa-rate-action {
  width: fit-content;
  max-width: 100%;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 2px 4px 2px 0;
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: #202020;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
}

body.search-page .villa-rate-text {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

body.search-page .villa-rate-button {
  flex: 0 0 auto;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 0;
  background: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
  text-transform: none;
}

body.search-page .advisor-card {
  min-height: 100%;
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 46px);
  background: #f6f5f2;
  color: #202020;
}

body.search-page .advisor-card-icon {
  width: 59px;
  height: 59px;
  margin-bottom: 24px;
  color: #202020;
}

body.search-page .advisor-card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.search-page .advisor-card-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body.search-page .advisor-card h2 {
  margin: 0;
  color: #202020;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

body.search-page .advisor-card p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #55514c;
  font-size: 14px;
  line-height: 20px;
}

body.search-page .advisor-card-button {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  margin-top: 20px;
  border: 0;
  background: #202020;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}

body.search-page .results-map {
  order: 0;
  position: sticky;
  top: 72px;
  height: calc(100vh - 104px);
  min-height: 0;
  background: #e8e6df;
}

body.search-page .map-home-pin {
  width: 28px;
  height: 28px;
}

body.search-page .map-home-marker {
  position: relative;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  box-shadow: 0 8px 22px rgba(22, 20, 18, 0.24);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.search-page .map-home-marker::before {
  content: "";
  width: 13px;
  height: 11px;
  display: block;
  border: 1.5px solid currentColor;
  border-top: 0;
  transform: translateY(2px);
}

body.search-page .map-home-marker::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  border-left: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: translateY(-4px) rotate(45deg);
}

body.search-page .map-home-pin:hover .map-home-marker,
body.search-page .map-home-marker:hover,
body.search-page .map-home-marker.is-card-hover,
body.search-page .map-home-marker.is-card-highlight {
  background: #627b59;
  box-shadow: 0 0 0 10px rgba(98, 123, 89, 0.24), 0 12px 32px rgba(22, 20, 18, 0.32);
  transform: scale(1.14);
}

@media (min-width: 1280px) {
  body.search-page .results-shell {
    grid-template-columns: 3fr 2fr;
  }
}

@media (min-width: 1536px) {
  body.search-page .topbar,
  body.search-page .results-shell {
    width: 100vw;
  }

  body.search-page .results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  body.search-page .topbar {
    min-height: 72px;
    height: auto;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    padding: 16px 24px;
  }

  body.search-page .hero-search {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4px;
  }

  body.search-page .hero-search > .search-field,
  body.search-page .hero-search > .search-field:first-child,
  body.search-page .hero-search > .search-field:first-child.has-selection,
  body.search-page .hero-search > .search-field[data-search-panel="guests"],
  body.search-page .hero-search > .search-field[data-search-panel="guests"].has-selection,
  body.search-page .date-group,
  body.search-page .date-group .search-field,
  body.search-page .date-group .search-field[data-date-focus="departure"],
  body.search-page .date-group.has-selection .search-field,
  body.search-page .date-group.has-selection .search-field[data-date-focus="departure"],
  body.search-page .search-submit {
    width: 100%;
    min-width: 0;
  }

  body.search-page .date-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 27px minmax(0, 1fr);
  }

  body.search-page .search-panel {
    width: min(940px, calc(100vw - 48px));
  }

  body.search-page .header-actions {
    gap: 8px;
  }

  body.search-page .results-shell {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 16px;
    margin-bottom: 72px;
  }

  body.search-page .results-left {
    display: contents;
  }

  body.search-page .results-toolbar {
    order: 1;
    top: 0;
    min-height: 52px;
    padding: 8px 16px;
    gap: 8px;
  }

  body.search-page .results-map {
    order: 2;
    position: relative;
    top: auto;
    height: 204px;
    min-height: 204px;
  }

  body.search-page .results-status {
    order: 3;
  }

  body.search-page .suggestions-title {
    order: 4;
  }

  body.search-page .results-grid {
    order: 5;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    padding: 56px 16px 48px;
  }

}

@media (max-width: 640px), (min-width: 641px) and (max-width: 1024px) {
  body.search-page .topbar {
    padding: 16px;
  }

  body.search-page .hero-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.search-page .date-group,
  body.search-page .search-submit {
    grid-column: 1 / -1;
  }

  body.search-page .date-group {
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  }

  body.search-page .search-field,
  body.search-page .search-submit {
    min-height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  body.search-page .date-arrow {
    width: 20px;
    min-width: 20px;
    min-height: 44px;
  }

  body.search-page .search-panel {
    width: calc(100vw - 32px);
    max-height: 430px;
    overflow-y: auto;
  }

  body.search-page .destination-panel,
  body.search-page .calendar-grid {
    grid-template-columns: 1fr;
  }

  body.search-page .brand {
    font-size: 18px;
  }

  body.search-page .results-toolbar {
    min-height: 82px;
  }

  body.search-page .filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.search-page .filter-button {
    min-width: 0;
    min-height: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }

  body.search-page .results-grid {
    grid-template-columns: 1fr;
    padding: 56px 0 48px;
  }

  body.search-page .villa-content {
    padding: 16px;
  }

  body.search-page .villa-rate-action {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 12px;
  }

  body.search-page .villa-rate-text {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  body.search-page .villa-rate-button {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 6px 10px;
  }

  body.search-page .villa-card-photo-arrow {
    display: none;
  }

  body.search-page .villa-highlights {
    overflow-x: auto;
    overflow-y: hidden;
  }

  body.search-page .villa-highlights-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body.search-page .villa-highlight-nav {
    display: none;
  }

}
