/* Hosted Stays: keep the Domaine de la Vene property specs visible in the estate card. */
.page-properties .partner-property-card,
.page-properties .partner-property-card.partner-property-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.82fr) !important;
  align-items: stretch !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.page-properties .partner-property-media,
.page-properties .partner-property-card .partner-property-media {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1.5 / 1 !important;
  background:
    linear-gradient(180deg, rgba(255, 246, 232, 0.08), rgba(7, 6, 5, 0.04)),
    url('https://images.squarespace-cdn.com/content/v1/64fc52b96b0ee672706bf47e/6eb4c0a0-67ed-4d14-90b6-d37ba1255862/Domaine+de+la+Vene+-+Drone+6.jpg?format=1500w') center 56% / cover no-repeat !important;
  filter: saturate(1.18) contrast(1.08) brightness(1.08);
}

.page-properties .partner-property-copy,
.page-properties .partner-property-card .partner-property-copy {
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: visible !important;
}

.page-properties .partner-property-copy h3 {
  max-width: 620px !important;
  margin-bottom: clamp(18px, 2.4vw, 28px) !important;
  font-size: clamp(38px, 3.45vw, 60px) !important;
  line-height: 1.02 !important;
}

.page-properties .partner-property-facts {
  display: table !important;
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #0d0c0a;
  border-collapse: collapse;
  border-top: 1px solid rgba(248, 245, 240, 0.24);
  border-bottom: 1px solid rgba(248, 245, 240, 0.24);
  opacity: 1 !important;
  visibility: visible !important;
}

.page-properties .partner-property-facts th,
.page-properties .partner-property-facts td {
  padding: 15px clamp(18px, 2.2vw, 34px) !important;
  border-right: 1px solid rgba(248, 245, 240, 0.14);
  color: rgba(248, 245, 240, 0.84) !important;
  font-family: "Jost", sans-serif;
  font-size: clamp(12px, 0.86vw, 14px) !important;
  line-height: 1.45;
  vertical-align: top;
  opacity: 1 !important;
  visibility: visible !important;
}

.page-properties .partner-property-facts th {
  color: rgba(248, 245, 240, 0.58) !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.page-properties .partner-property-facts td {
  border-top: 1px solid rgba(248, 245, 240, 0.12);
  text-align: left;
}

.page-properties .partner-property-facts th:last-child,
.page-properties .partner-property-facts td:last-child {
  border-right: 0;
}

.page-properties .partner-property-link {
  margin-top: clamp(18px, 1.8vw, 24px) !important;
}

@media (max-width: 760px) {
  .page-properties .partner-property-card,
  .page-properties .partner-property-card.partner-property-card {
    width: 100% !important;
    max-width: 430px !important;
    grid-template-columns: 1fr !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  .page-properties .partner-property-media,
  .page-properties .partner-property-card .partner-property-media,
  .page-properties .partner-property-copy,
  .page-properties .partner-property-card .partner-property-copy {
    min-height: 0 !important;
  }

  .page-properties .partner-property-media,
  .page-properties .partner-property-card .partner-property-media {
    aspect-ratio: 1.18 / 1 !important;
    background-position: center 52% !important;
  }

  .page-properties .partner-property-copy,
  .page-properties .partner-property-card .partner-property-copy {
    padding: 30px 22px !important;
  }

  .page-properties .partner-property-copy h3 {
    max-width: 8.5ch !important;
    font-size: clamp(2.65rem, 13vw, 3.8rem) !important;
    line-height: 1 !important;
  }

  .page-properties .partner-property-facts,
  .page-properties .partner-property-facts thead,
  .page-properties .partner-property-facts tbody,
  .page-properties .partner-property-facts tr,
  .page-properties .partner-property-facts td {
    display: block;
    width: 100%;
  }

  .page-properties .partner-property-facts thead {
    display: none;
  }

  .page-properties .partner-property-facts th {
    display: none;
  }

  .page-properties .partner-property-facts td {
    padding: 13px 20px !important;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(248, 245, 240, 0.16);
    font-size: 0.9rem !important;
    line-height: 1.5;
  }

  .page-properties .partner-property-facts td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: rgba(248, 245, 240, 0.58);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}
