:root {
  --cgr-navy: #0e1c2e;
  --cgr-gold: #c59b7a;
  --cgr-ivory: #f5f2ee;
  --cgr-sand: #e7daca;
  --cgr-slate: #55677d;
  --cgr-border: #e2ded8;
  --cgr-white: #fff;
  --cgr-content: 1200px;
  --cgr-hero: 1360px;
  --cgr-gutter: 40px;
  --cgr-section-space: 88px;
  --cgr-grid-gap: 24px;
}

.cgr-skip-link {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
  transform: translateY(-170%);
  padding: 12px 18px;
  background: var(--cgr-navy);
  color: var(--cgr-white) !important;
  font: 700 14px/1.2 Roboto, Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 4px 18px rgb(0 0 0 / 24%);
}

.cgr-skip-link:focus {
  transform: none;
  outline: 3px solid var(--cgr-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 8px var(--cgr-navy);
}

body.cgr-property-shared-template .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.cgr-property-shared-template {
  overflow-x: clip;
  background: var(--cgr-white);
  color: var(--cgr-navy);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

body.cgr-property-shared-template :where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid var(--cgr-white) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 8px var(--cgr-navy) !important;
}

body.cgr-property-shared-template .rh-ultra-property-wrapper,
body.cgr-property-shared-template #cgr-property-main {
  overflow: clip;
  background: var(--cgr-white);
  color: var(--cgr-navy);
}

body.cgr-property-shared-template .rh-page-breadcrumbs {
  width: min(calc(100% - (2 * var(--cgr-gutter))), var(--cgr-content));
  margin: 20px auto;
  padding: 0 !important;
  color: var(--cgr-slate);
  font-size: 13px;
  line-height: 1.4;
}

body.cgr-property-shared-template .cgr-property-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr) !important;
  align-items: stretch !important;
  width: min(100%, var(--cgr-hero)) !important;
  max-width: var(--cgr-hero) !important;
  margin: 0 auto !important;
  padding: 0 var(--cgr-gutter) 48px !important;
  background: var(--cgr-white);
}

body.cgr-property-shared-template .cgr-property-hero > :is(.cgr-property-gallery-shell, .cgr-canary-gallery-shell, .cgr-ps-listing-header) {
  min-width: 0 !important;
  width: 100% !important;
}

body.cgr-property-shared-template :is(.cgr-property-gallery-shell, .cgr-canary-gallery-shell) {
  --cgr-gallery-height: 520px;
  position: relative;
  display: block !important;
  height: auto !important;
  min-height: var(--cgr-gallery-height) !important;
  max-height: none !important;
  align-self: stretch !important;
  overflow: hidden !important;
  background: var(--cgr-sand);
}

body.cgr-property-shared-template :is(.cgr-property-gallery-shell, .cgr-canary-gallery-shell)
  :is(.elementor-widget-rh-single-property-gallery-v4, .elementor-widget-container, .rh-single-property-gallery-v4, .rh-single-property-gallery-v4-slider) {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.cgr-property-shared-template .rh-single-property-gallery-v4-slider .swiper-wrapper {
  height: 100% !important;
  max-width: 100% !important;
}

body.cgr-property-shared-template .rh-single-property-gallery-v4-slider .swiper-slide,
body.cgr-property-shared-template .rh-single-property-gallery-v4-image-wrapper,
body.cgr-property-shared-template .rh-single-property-gallery-v4-image-wrapper > a {
  height: 100% !important;
  min-height: 0 !important;
}

body.cgr-property-shared-template .rh-single-property-gallery-v4-image-wrapper {
  margin: 0 !important;
  overflow: hidden;
  background: var(--cgr-sand);
}

body.cgr-property-shared-template .rh-single-property-gallery-v4-image-wrapper img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

body.cgr-property-shared-template .rh-single-property-gallery-v4 .swiper-pagination {
  display: none !important;
}

body.cgr-property-shared-template .cgr-gallery-empty {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  place-items: center;
  padding: 32px;
  background: linear-gradient(145deg, var(--cgr-sand), var(--cgr-ivory));
  color: var(--cgr-slate);
  font: 700 14px/1.4 Roboto, Arial, sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

body.cgr-property-shared-template .cgr-gallery-controls {
  position: absolute;
  z-index: 12;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.cgr-property-shared-template :is(.cgr-gallery-control, .cgr-gallery-view-all, .cgr-gallery-status) {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: 8px;
  background: rgb(14 28 46 / 90%);
  color: var(--cgr-white) !important;
  font: 700 13px/1 Roboto, Arial, sans-serif;
  box-shadow: 0 4px 18px rgb(14 28 46 / 25%);
}

body.cgr-property-shared-template :is(.cgr-gallery-control, .cgr-gallery-view-all) {
  cursor: pointer;
}

body.cgr-property-shared-template .cgr-gallery-view-all {
  gap: 6px;
  padding: 0 14px;
}

body.cgr-property-shared-template .cgr-gallery-status {
  padding: 0 10px;
  white-space: nowrap;
}

body.cgr-property-shared-template .cgr-ps-listing-header {
  display: flex !important;
  min-height: 520px !important;
  align-self: stretch !important;
  align-items: center !important;
  padding: 40px !important;
  border: 1px solid var(--cgr-border) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: var(--cgr-ivory) !important;
}

body.cgr-property-shared-template .cgr-ps-header-content {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  gap: 16px !important;
}

body.cgr-property-shared-template .cgr-ps-header-content .rh_section__title {
  max-width: 16ch;
  margin: 0 !important;
  color: var(--cgr-navy) !important;
  font-family: Lora, Georgia, serif !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  letter-spacing: -0.025em !important;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body.cgr-property-shared-template h2,
body.cgr-property-shared-template .rh-single-property-section-heading-common {
  margin: 0 0 20px;
  color: var(--cgr-navy);
  font-family: Lora, Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: -0.02em;
}

body.cgr-property-shared-template .cgr-ps-header-content .rhea-ultra-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cgr-navy) !important;
  color: var(--cgr-ivory) !important;
  font: 700 11px/1 Roboto, Arial, sans-serif !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.cgr-property-inactive .cgr-ps-header-content .rhea-ultra-status {
  background: var(--cgr-slate) !important;
}

body.cgr-property-shared-template .cgr-ps-header-content .rhea-property-price-meta {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.cgr-property-shared-template .cgr-ps-header-content .ere-price-display {
  color: var(--cgr-navy) !important;
  font: 700 36px/40px Roboto, Arial, sans-serif !important;
}

body.cgr-property-shared-template .cgr-ps-header-content :is(.ere-price-postfix, .ere-price-slash) {
  color: var(--cgr-slate) !important;
  font: 500 14px/21px Roboto, Arial, sans-serif !important;
}

body.cgr-property-shared-template .cgr-property-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--cgr-slate);
  font: 500 14px/1.5 Roboto, Arial, sans-serif;
}

body.cgr-property-shared-template .cgr-property-location::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--cgr-gold);
  content: "";
}

body.cgr-property-shared-template .cgr-property-facts {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 0;
  background: var(--cgr-border);
}

body.cgr-property-shared-template .cgr-property-fact {
  min-width: 0;
  padding: 11px 12px;
  background: var(--cgr-white);
}

body.cgr-property-shared-template .cgr-property-fact dt {
  margin: 0 0 3px;
  color: var(--cgr-slate);
  font: 700 10px/1.2 Roboto, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.cgr-property-shared-template .cgr-property-fact dd {
  margin: 0;
  color: var(--cgr-navy);
  font: 700 14px/1.3 Roboto, Arial, sans-serif;
  overflow-wrap: anywhere;
}

body.cgr-property-shared-template :is(.cgr-private-viewing-cta, .cgr-property-primary-cta) {
  width: 100% !important;
  max-width: 340px;
}

body.cgr-property-shared-template :is(.cgr-private-viewing-cta .rhea-custom-button, .cgr-property-primary-cta) {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center;
  justify-content: center;
  padding: 12px 18px !important;
  border: 1px solid var(--cgr-gold) !important;
  border-radius: 0 !important;
  background: var(--cgr-gold) !important;
  color: var(--cgr-navy) !important;
  font: 700 13px/1.25 Roboto, Arial, sans-serif !important;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.cgr-property-inactive :is(.cgr-private-viewing-cta .rhea-custom-button, .cgr-property-primary-cta) {
  border-color: var(--cgr-navy) !important;
  background: var(--cgr-navy) !important;
  color: var(--cgr-white) !important;
}

body.cgr-property-shared-template .cgr-property-advisor-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 16px;
  border: 1px solid var(--cgr-navy);
  border-radius: 0;
  background: transparent;
  color: var(--cgr-navy) !important;
  font: 700 13px/1.25 Roboto, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.cgr-property-inactive #schedule-viewing {
  display: none !important;
}

body.cgr-property-shared-template .cgr-global-consultation-cta .rhea-custom-button {
  min-height: 44px !important;
  border: 1px solid var(--cgr-navy) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cgr-navy) !important;
}

body.cgr-property-shared-template .cgr-ps-body-grid {
  display: grid !important;
  width: min(calc(100% - (2 * var(--cgr-gutter))), var(--cgr-content)) !important;
  margin: 0 auto !important;
  padding: var(--cgr-section-space) 0 !important;
  grid-template-columns: minmax(0, 8fr) minmax(300px, 4fr) !important;
  gap: 48px !important;
  align-items: start !important;
}

body.cgr-property-shared-template .cgr-ps-body-main {
  display: flex !important;
  min-width: 0;
  flex-direction: column !important;
  gap: 40px !important;
}

body.cgr-property-shared-template .cgr-ps-body-main :where(p, li) {
  font-size: 16px;
  line-height: 26px;
}

body.cgr-property-shared-template .cgr-ps-body-aside {
  position: sticky !important;
  top: 112px;
  min-width: 0;
}

body.cgr-property-shared-template #schedule-viewing {
  scroll-margin-top: 120px;
}

body.cgr-property-shared-template :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
  min-height: 46px;
  border: 1px solid var(--cgr-border) !important;
  border-radius: 0 !important;
  background: var(--cgr-white) !important;
}

body.cgr-property-shared-template textarea {
  min-height: 120px;
}

body.cgr-property-shared-template .cgr-field-label {
  display: block;
  margin: 0 0 6px;
  color: var(--cgr-navy);
  font: 700 12px/1.3 Roboto, Arial, sans-serif;
  letter-spacing: 0.04em;
}

body.cgr-property-shared-template .cgr-required-mark {
  color: var(--cgr-navy);
}

body.cgr-property-shared-template :is(.cgr-prop4-map-shell, .rh-single-property-map-wrapper) {
  min-height: 280px;
  overflow: hidden;
  border-radius: 0 !important;
  background: var(--cgr-sand);
}

body.cgr-property-shared-template .cgr-ps-similar[hidden] {
  display: none !important;
}

body.cgr-property-shared-template :is(#property-agent-contact-methods-wrapper, #cgr-chat-btn, #cgr-chat-tooltip, #cgr-chat-window) {
  display: none !important;
}

@media (min-width: 1200px) {
  body.cgr-property-shared-template .cgr-gallery-grid-ready .swiper-wrapper {
    display: grid !important;
    width: 100% !important;
    transform: none !important;
    grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready .swiper-slide {
    display: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready .swiper-slide.cgr-gallery-lead,
  body.cgr-property-shared-template .cgr-gallery-grid-ready .swiper-slide.cgr-gallery-preview {
    display: block !important;
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready .swiper-slide.cgr-gallery-lead {
    grid-row: 1 / -1;
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready.cgr-gallery-count-1 .swiper-wrapper {
    display: block !important;
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready.cgr-gallery-count-1 .swiper-slide.cgr-gallery-lead {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready.cgr-gallery-count-2 .swiper-wrapper {
    grid-template-rows: minmax(0, 1fr);
  }

  body.cgr-property-shared-template .cgr-gallery-grid-ready.cgr-gallery-count-2 .swiper-slide.cgr-gallery-preview {
    grid-row: 1 / -1;
  }

  body.cgr-property-shared-template :is(.cgr-gallery-prev, .cgr-gallery-next, .cgr-gallery-status) {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  :root {
    --cgr-gutter: 32px;
    --cgr-section-space: 72px;
  }

  body.cgr-property-shared-template :is(.cgr-property-gallery-shell, .cgr-canary-gallery-shell) {
    --cgr-gallery-height: 440px;
  }

  body.cgr-property-shared-template .cgr-ps-listing-header {
    min-height: 440px !important;
    padding: 32px !important;
  }
}

@media (max-width: 1099px) {
  body.cgr-property-shared-template :is(.cgr-global-consultation-cta, .cgr-header-advisor-cta) {
    display: none !important;
  }
}

@media (max-width: 959px) {
  body.cgr-property-shared-template .cgr-property-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.cgr-property-shared-template :is(.cgr-property-gallery-shell, .cgr-canary-gallery-shell) {
    --cgr-gallery-height: 400px;
    height: var(--cgr-gallery-height) !important;
    max-height: var(--cgr-gallery-height) !important;
  }

  body.cgr-property-shared-template .cgr-ps-listing-header {
    min-height: 0 !important;
    padding: 32px !important;
    border-top: 0 !important;
    border-left: 1px solid var(--cgr-border) !important;
  }

  body.cgr-property-shared-template .cgr-ps-body-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 40px !important;
  }

  body.cgr-property-shared-template .cgr-ps-body-aside {
    position: static !important;
  }
}

@media (max-width: 767px) {
  :root {
    --cgr-gutter: 24px;
    --cgr-section-space: 56px;
  }

  body.cgr-property-shared-template .rh-page-breadcrumbs {
    margin-block: 14px;
    font-size: 12px;
  }

  body.cgr-property-shared-template .cgr-property-hero {
    padding: 0 0 32px !important;
  }

  body.cgr-property-shared-template :is(.cgr-property-gallery-shell, .cgr-canary-gallery-shell) {
    --cgr-gallery-height: auto;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 10;
  }

  body.cgr-property-shared-template .cgr-ps-listing-header {
    padding: 24px var(--cgr-gutter) !important;
    border-inline: 0 !important;
  }

  body.cgr-property-shared-template .cgr-ps-header-content {
    gap: 12px !important;
  }

  body.cgr-property-shared-template .cgr-ps-header-content .rh_section__title {
    max-width: none;
    font-size: 32px !important;
    line-height: 35px !important;
  }

  body.cgr-property-shared-template h2,
  body.cgr-property-shared-template .rh-single-property-section-heading-common {
    font-size: 28px;
    line-height: 34px;
  }

  body.cgr-property-shared-template .cgr-ps-header-content .ere-price-display {
    font-size: 30px !important;
    line-height: 34px !important;
  }

  body.cgr-property-shared-template .cgr-property-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cgr-property-shared-template :is(.cgr-private-viewing-cta, .cgr-property-primary-cta) {
    max-width: none;
  }

  body.cgr-property-shared-template :is(.cgr-private-viewing-cta .rhea-custom-button, .cgr-property-primary-cta) {
    width: 100% !important;
  }

  body.cgr-property-shared-template .cgr-ps-body-grid {
    width: min(calc(100% - (2 * var(--cgr-gutter))), var(--cgr-content)) !important;
    gap: 32px !important;
  }

  body.cgr-property-shared-template .cgr-gallery-controls {
    right: 10px;
    bottom: 10px;
    left: 10px;
    gap: 6px;
    justify-content: flex-end;
  }

  body.cgr-property-shared-template .cgr-gallery-view-all {
    padding: 0 9px;
    font-size: 11px;
  }

  body.cgr-property-shared-template .cgr-gallery-status {
    padding: 0 8px;
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  :root {
    --cgr-gutter: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cgr-property-shared-template *,
  body.cgr-property-shared-template *::before,
  body.cgr-property-shared-template *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Unknown/contradictory record state fails closed like unavailable state. */
body.cgr-property-unknown #schedule-viewing,
body.cgr-property-availability-unknown #schedule-viewing {
  display: none !important;
}
body.cgr-property-unknown .cgr-ps-header-content .rhea-ultra-status {
  background: #e8edf2 !important;
  color: var(--cgr-navy) !important;
}
body.cgr-property-unknown :is(.cgr-private-viewing-cta .rhea-custom-button, .cgr-property-primary-cta) {
  background: var(--cgr-navy) !important;
  color: #fff !important;
}
