/**
 * ORE Real Estate — rent listings + singles
 * Accent #F5BC51 · Headings #173256 · Body #615e5e
 */

:root {
  --ore-accent: #fcbc44;
  --ore-accent-hover: #e0a93a;
  --ore-heading: #14345c;
  --ore-text: #66717a;
  --ore-muted: #8a9198;
  --ore-line: #e4e8ed;
  --ore-soft: #f5f6f8;
  --ore-white: #ffffff;
  --ore-radius: 4px;
  --ore-ease: 0.28s ease;
}

/* -------------------------------------------------------------------------- */
/* Header — match Upcoming Developments (navy only; leave Divided layout alone) */
/* -------------------------------------------------------------------------- */

body.ore-listings-surface #qodef-page-header,
body.ore-listings-surface #qodef-page-header-inner,
body.ore-listings-surface #qodef-page-header .qodef-header-sticky,
body.ore-listings-surface .qodef-header-sticky,
body.ore-listings-surface .qodef-header-sticky-inner,
body.ore-listings-surface header.qodef-header--sticky,
body.ore-listings-surface #qodef-page-mobile-header,
body.ore-listings-surface #qodef-page-mobile-header-inner {
  background-color: #173256 !important;
  background: #173256 !important;
  background-image: none !important;
}

/* Theme customizer sets Divided header to transparent rgba(23,50,86,0) */
body.ore-listings-surface.qodef-header--divided #qodef-page-header {
  background-color: #173256 !important;
  background: #173256 !important;
}

body.ore-listings-surface #qodef-page-header .qodef-header-navigation > ul > li > a,
body.ore-listings-surface .qodef-header-sticky .qodef-header-navigation > ul > li > a,
body.ore-listings-surface #qodef-page-mobile-header .qodef-mobile-header-opener,
body.ore-listings-surface #qodef-page-mobile-header .qodef-widget-holder a {
  color: #ffffff !important;
}

/* Keep dropdown submenu readable */
body.ore-listings-surface #qodef-page-header .qodef-drop-down-second a,
body.ore-listings-surface .qodef-header-sticky .qodef-drop-down-second a {
  color: #173256 !important;
}

body.ore-listings-surface .qodef-mobile-header-opener svg rect {
  fill: #ffffff !important;
}

body.ore-listings-surface .qodef-page-title,
body.ore-single-property .qodef-page-title {
  display: none !important;
}

body.ore-listings-surface #qodef-page-outer,
body.ore-listings-surface #qodef-page-content {
  padding-top: 0 !important;
}

/* Clear fixed Divided header (theme height: 130px) on pages without a hero */
body.ore-listings-surface #qodef-page-inner {
  padding-top: 130px !important;
}

@media (max-width: 1024px) {
  body.ore-listings-surface #qodef-page-inner {
    padding-top: 75px !important;
  }

  body.ore-listings-surface #qodef-page-mobile-header,
  body.ore-listings-surface #qodef-page-mobile-header-inner {
    background-color: #173256 !important;
    background: #173256 !important;
  }

}

/* Hide theme “By Admin” / entry meta above our single */
body.ore-single-property .qodef-blog-item .qodef-e-info,
body.ore-single-property .qodef-e-info,
body.ore-single-property .entry-meta,
body.ore-single-property .qodef-e-top-holder,
body.ore-single-property article > .qodef-e-content > .qodef-e-info,
body.ore-single-property .qodef-author,
body.ore-single-property .posted-on,
body.ore-single-property .byline,
body.ore-single-property .qodef-e-title,
body.ore-single-property h1.entry-title:not(.ore-single-title),
body.ore-single-property #qodef-page-sidebar,
body.ore-single-property .qodef-grid-item.qodef-page-sidebar-section,
body.ore-single-property #comments,
body.ore-single-property .comments-area,
body.ore-single-property #qodef-single-post-navigation,
body.ore-single-property article + .navigation,
body.ore-single-property .navigation .previous-nav,
body.ore-single-property .navigation .next-nav,
body.ore-single-property .post-navigation,
body.ore-single-property .nav-links {
  display: none !important;
}

body.ore-single-property #qodef-page-content,
body.ore-single-property .qodef-grid-item.qodef-page-content-section,
body.ore-single-property .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* -------------------------------------------------------------------------- */
/* Shared type + icons                                                      */
/* -------------------------------------------------------------------------- */

.ore-rent,
.ore-listing-wrap,
.ore-single {
  font-family: "Be Vietnam", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ore-text);
}

.ore-rent-heading,
.ore-card-title,
.ore-single-title,
.ore-filter-header,
.ore-results-count,
.ore-single-desc h2,
.ore-amenities-section h2,
.ore-contact-head {
  font-family: "DM Serif Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--ore-heading);
  font-weight: 400;
}

.ore-feat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ore-feat-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  color: var(--ore-heading);
}

.ore-feat-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ore-feat-label {
  line-height: 1.2;
}

.ore-feat-qty {
  color: var(--ore-muted);
  margin-left: 2px;
}

/* -------------------------------------------------------------------------- */
/* Rent hub                                                                 */
/* -------------------------------------------------------------------------- */

.ore-rent {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 72px;
}

.ore-rent-intro {
  max-width: 640px;
  margin: 0 0 36px;
}

.ore-rent-eyebrow {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ore-accent-hover);
  font-weight: 600;
}

.ore-rent-heading {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.ore-rent-lede {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ore-muted);
}

.ore-listing-wrap {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 28px 32px;
  align-items: start;
}

.ore-sidebar {
  position: sticky;
  top: 140px;
  align-self: start;
}

.ore-filter-panel {
  border: 1px solid var(--ore-line);
  background: var(--ore-white);
  border-radius: var(--ore-radius);
  overflow: hidden;
  box-sizing: border-box;
}

.ore-filter-header {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--ore-line);
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  box-sizing: border-box;
  background: var(--ore-soft);
}

.ore-filter-form {
  padding: 16px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ore-filter-section {
  margin: 0;
}

.ore-filter-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ore-heading);
  font-family: "Be Vietnam", sans-serif;
}

.ore-filter-details {
  margin: 0;
  border: 0;
  padding: 0;
}

.ore-filter-details > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ore-filter-details > summary::-webkit-details-marker {
  display: none;
}

.ore-filter-details > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--ore-heading);
  border-bottom: 1.5px solid var(--ore-heading);
  transform: rotate(45deg);
  transition: transform var(--ore-ease);
  margin-top: -4px;
}

.ore-filter-details[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.ore-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ore-chip {
  position: relative;
  cursor: pointer;
}

.ore-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ore-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--ore-heading);
  border-radius: var(--ore-radius);
  color: var(--ore-heading);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--ore-white);
  transition: background var(--ore-ease), color var(--ore-ease);
}

.ore-chip input:checked + span,
.ore-chip:hover span {
  background: var(--ore-heading);
  color: #fff;
}

.ore-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ore-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--ore-text);
  cursor: pointer;
}

.ore-checkbox-label input {
  accent-color: var(--ore-heading);
  width: 16px;
  height: 16px;
}

.ore-filter-empty {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ore-muted);
}

.ore-filter-actions {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid var(--ore-line);
}

.ore-divider {
  border: 0;
  border-top: 1px solid var(--ore-line);
  margin: 0;
}

.ore-price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ore-filter-input,
.ore-sort-select {
  width: 100%;
  border: 1px solid var(--ore-line);
  background: var(--ore-soft);
  color: var(--ore-heading);
  padding: 10px 12px;
  font-size: 0.9rem;
  border-radius: var(--ore-radius);
  box-sizing: border-box;
}

.ore-sort {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.ore-results-tools .ore-sort-select {
  width: auto;
  min-width: 168px;
  height: 42px;
  padding: 0 14px;
  line-height: 40px;
}

.ore-beds-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.ore-bed-btn {
  border: 1px solid var(--ore-line);
  background: var(--ore-white);
  color: var(--ore-text);
  padding: 8px 0;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background var(--ore-ease), border-color var(--ore-ease), color var(--ore-ease);
}

.ore-bed-btn.is-active,
.ore-bed-btn.active {
  background: var(--ore-heading);
  border-color: var(--ore-heading);
  color: var(--ore-white);
}

.ore-reset-link {
  display: inline-block;
  margin: 12px 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ore-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--ore-ease), border-color var(--ore-ease);
}

.ore-reset-link:hover {
  color: var(--ore-heading);
  border-bottom-color: var(--ore-heading);
}

.ore-results {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ore-results-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--ore-line);
  box-sizing: border-box;
}

.ore-results-tools {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.ore-view-toggle {
  display: inline-flex;
  align-items: stretch;
  height: 42px;
  border: 1px solid var(--ore-heading);
  border-radius: var(--ore-radius);
  overflow: hidden;
  background: var(--ore-white);
  box-sizing: border-box;
}

.ore-view-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ore-heading);
  width: 42px;
  height: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--ore-ease), color var(--ore-ease);
}

.ore-view-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.ore-view-btn + .ore-view-btn {
  border-left: 1px solid var(--ore-heading);
}

.ore-view-btn.is-active,
.ore-view-btn:hover {
  background: var(--ore-heading);
  color: #fff;
}

.ore-results-count {
  font-size: 1.55rem;
  margin: 0;
  line-height: 1.2;
}

.ore-results-count span {
  color: var(--ore-accent-hover);
}

.ore-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.ore-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--ore-soft);
  border: 1px solid var(--ore-line);
  border-radius: var(--ore-radius);
  font-size: 0.8rem;
  color: var(--ore-heading);
}

.ore-tag-remove {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  color: var(--ore-muted);
}

.ore-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
  align-items: stretch;
}

.ore-grid--list {
  grid-template-columns: 1fr;
  gap: 12px;
}

#ore-pagination-wrap {
  margin-top: 24px;
}

.ore-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid var(--ore-line);
}

.ore-pagination[hidden] {
  display: none;
}

.ore-pagination-status {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ore-muted);
}

.ore-pagination-status span {
  color: var(--ore-heading);
  font-weight: 600;
}

.ore-pagination-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ore-page-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ore-page-btn {
  appearance: none;
  border: 1px solid var(--ore-line);
  background: var(--ore-white);
  color: var(--ore-heading);
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  border-radius: var(--ore-radius);
  transition: background var(--ore-ease), border-color var(--ore-ease), color var(--ore-ease);
}

.ore-page-btn:hover:not(:disabled):not(.is-active) {
  border-color: var(--ore-heading);
  background: var(--ore-soft);
}

.ore-page-btn.is-active {
  background: var(--ore-heading);
  border-color: var(--ore-heading);
  color: #fff;
  cursor: default;
}

.ore-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ore-page-prev,
.ore-page-next {
  min-width: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.ore-results.is-loading .ore-grid,
.ore-results.is-loading #ore-active-tags-wrap,
.ore-results.is-loading + #ore-pagination-wrap {
  opacity: 0.35;
  pointer-events: none;
}

.ore-loading {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 5;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 32px 20px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--ore-radius);
  backdrop-filter: blur(1px);
}

.ore-results.is-loading .ore-loading {
  display: flex;
}

.ore-spinner {
  width: 36px;
  height: 36px;
  border: 2.5px solid var(--ore-line);
  border-top-color: var(--ore-heading);
  border-radius: 50%;
  animation: ore-spin 0.7s linear infinite;
}

.ore-loading-label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ore-heading);
}

@keyframes ore-spin {
  to { transform: rotate(360deg); }
}

.ore-no-results {
  grid-column: 1 / -1;
  padding: 48px 20px;
  text-align: center;
  color: var(--ore-muted);
  border: 1px dashed var(--ore-line);
  border-radius: var(--ore-radius);
}

/* Cards */
.ore-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--ore-white);
  border: 1px solid var(--ore-line);
  border-radius: var(--ore-radius);
  overflow: hidden;
  transition: border-color var(--ore-ease), box-shadow var(--ore-ease), transform var(--ore-ease);
}

.ore-card:hover {
  border-color: #cfd6de;
  box-shadow: 0 12px 32px rgba(20, 52, 92, 0.08);
  transform: translateY(-2px);
}

.ore-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ore-soft);
  line-height: 0;
  border-radius: var(--ore-radius) var(--ore-radius) 0 0;
}

/* List view rows */
.ore-card--list {
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
  height: auto;
}

.ore-card--list:hover {
  transform: none;
}

.ore-list-thumb {
  flex: 0 0 148px;
  width: 148px;
  align-self: stretch;
  overflow: hidden;
  background: var(--ore-soft);
  display: block;
}

.ore-list-thumb img,
.ore-list-thumb .ore-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
}

.ore-list-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  min-width: 0;
}

.ore-list-main {
  min-width: 0;
  flex: 1 1 auto;
}

.ore-list-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.ore-card--list .ore-type-badge {
  position: static;
  padding: 4px 8px;
  font-size: 0.62rem;
}

.ore-card--list .ore-card-city {
  margin: 0;
}

.ore-card--list .ore-card-title {
  font-size: 1.15rem;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ore-card--list .ore-card-subtitle,
.ore-card--list .ore-card-address {
  margin: 0 0 2px;
  font-size: 0.86rem;
}

.ore-list-aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}

.ore-list-size {
  font-size: 0.82rem;
  color: var(--ore-muted);
  font-weight: 500;
}

.ore-card--list .ore-card-price {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ore-heading);
  white-space: nowrap;
}

.ore-card--list .ore-card-cta {
  margin-top: 2px;
}

.ore-card-slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ore-card-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ore-card-img.is-active {
  opacity: 1;
  pointer-events: auto;
}

.ore-card:hover .ore-card-img.is-active {
  transform: none;
}

.ore-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef1f5, #e5e0da);
}

.ore-card-media-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ore-card-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 50, 86, 0.78);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ore-ease), background var(--ore-ease);
}

.ore-card-media.has-carousel:hover .ore-card-nav,
.ore-card-media.has-carousel:focus-within .ore-card-nav {
  opacity: 1;
  pointer-events: auto;
}

.ore-card-prev { left: 10px; }
.ore-card-next { right: 10px; }

.ore-card-nav:hover {
  background: rgba(23, 50, 86, 0.95);
}

.ore-card-photo-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(20, 52, 92, 0.82);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: var(--ore-radius);
  pointer-events: none;
}

.ore-card-photo-count .ore-feat-icon {
  color: #fff;
  width: 0.95em;
  height: 0.95em;
}

.ore-card-media-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
}

.ore-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: rgba(20, 52, 92, 0.9);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: var(--ore-radius);
}

.ore-available-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: rgba(47, 107, 79, 0.9);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border-radius: var(--ore-radius);
}

.ore-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
  flex: 1;
}

.ore-card-city {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ore-accent-hover);
  font-weight: 600;
}

.ore-card-title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ore-card-title a {
  color: inherit;
  text-decoration: none;
}

.ore-card-subtitle {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--ore-text);
}

.ore-card-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid var(--ore-line);
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--ore-muted);
}

.ore-card-address .ore-feat-icon {
  margin-top: 2px;
  color: var(--ore-muted);
  flex: 0 0 auto;
}

.ore-card-meta {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  font-size: 0.86rem;
  color: var(--ore-text);
}

.ore-card-meta .ore-feat-icon {
  width: 1em;
  height: 1em;
}

.ore-card-price {
  margin-left: auto;
  color: var(--ore-heading);
  font-weight: 600;
}

.ore-card-price span {
  font-weight: 400;
  color: var(--ore-muted);
  margin-left: 2px;
}

.ore-card-cta {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 12px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ore-heading);
  text-decoration: none;
  border-bottom: 1px solid var(--ore-accent);
}

.ore-card-cta:hover {
  color: var(--ore-accent-hover);
}

/* -------------------------------------------------------------------------- */
/* Single                                                                   */
/* -------------------------------------------------------------------------- */

.ore-single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

.ore-property-nav {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--ore-line);
}

.ore-property-nav-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.ore-property-nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.ore-property-nav-link--next {
  justify-content: flex-end;
  text-align: right;
  justify-self: end;
}

.ore-property-nav-thumb {
  flex: 0 0 104px;
  width: 104px;
  height: 78px;
  border-radius: var(--ore-radius);
  overflow: hidden;
  background: var(--ore-soft);
  line-height: 0;
}

.ore-property-nav-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ore-property-nav-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ore-property-nav-dir {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ore-accent-hover);
  font-weight: 600;
}

.ore-property-nav-title {
  font-family: "DM Serif Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--ore-heading);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ore-property-nav-link:hover .ore-property-nav-title {
  color: var(--ore-accent-hover);
}

.ore-property-nav-spacer {
  display: block;
}

.ore-single-crumb {
  margin: 0 0 18px;
  font-size: 0.82rem;
  color: var(--ore-muted);
}

.ore-single-crumb a {
  color: var(--ore-heading);
  text-decoration: none;
}

.ore-single-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 48px;
  align-items: start;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ore-line);
}

.ore-single-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 12px;
}

.ore-single-price-block {
  text-align: right;
  min-width: 168px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ore-single-city {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ore-accent-hover);
  font-weight: 600;
}

.ore-single-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.ore-single-subtitle {
  margin: 10px 0 0;
  color: var(--ore-text);
  font-size: 1.05rem;
  line-height: 1.5;
}

.ore-single-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 0;
  color: var(--ore-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ore-single-address .ore-feat-icon {
  margin-top: 2px;
  color: var(--ore-muted);
}

.ore-single-price-label,
.ore-single-per,
.ore-single-date {
  margin: 0;
  font-size: 0.78rem;
  color: var(--ore-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ore-single-price {
  margin: 6px 0;
  font-size: 2.1rem;
  color: var(--ore-accent-hover);
  font-weight: 600;
  font-family: Raleway, sans-serif;
  line-height: 1.1;
}

.ore-single-price-prefix {
  font-size: 1.1rem;
  margin-right: 4px;
}

.ore-single-date {
  margin-top: 10px;
}

.ore-share {
  position: relative;
  margin-top: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.ore-share-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ore-line);
  background: var(--ore-white);
  color: var(--ore-heading);
  padding: 8px 14px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.ore-share-toggle .ore-feat-icon {
  width: 1em;
  height: 1em;
}

.ore-share-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 20;
  min-width: 160px;
  border: 1px solid var(--ore-line);
  background: var(--ore-white);
  box-shadow: 0 10px 28px rgba(23, 50, 86, 0.1);
  display: flex;
  flex-direction: column;
  padding: 6px 0;
}

.ore-share-menu[hidden] {
  display: none !important;
}

.ore-share-menu a,
.ore-share-menu button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 14px;
  font-size: 0.88rem;
  color: var(--ore-heading);
  text-decoration: none;
  cursor: pointer;
}

.ore-share-menu a:hover,
.ore-share-menu button:hover {
  background: var(--ore-soft);
}

.ore-share-toast {
  margin-top: 8px;
  font-size: 0.78rem;
  color: #2f6b4f;
}

.ore-agent-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 0 22px;
  margin: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--ore-line);
  background: transparent;
}

.ore-agent-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ore-heading);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ore-agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ore-agent-initials {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.ore-agent-label {
  margin: 0 0 2px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ore-muted);
}

.ore-agent-name {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--ore-heading);
  line-height: 1.2;
}

.ore-agent-link {
  display: block;
  font-size: 0.88rem;
  color: var(--ore-text);
  text-decoration: none;
  line-height: 1.45;
}

.ore-agent-link:hover {
  color: var(--ore-heading);
}

/* Equal-height collage */
.ore-collage {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: clamp(280px, 42vw, 460px);
  margin-bottom: 28px;
}

.ore-collage--solo {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.ore-collage-main,
.ore-collage-thumb {
  position: relative;
  overflow: hidden;
  background: var(--ore-soft);
  cursor: pointer;
  min-height: 0;
}

.ore-collage-main {
  grid-row: 1 / 3;
}

.ore-collage-side {
  display: contents;
}

.ore-collage-main img,
.ore-collage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ore-gallery-btn {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: rgba(23, 50, 86, 0.9);
  color: #fff;
  padding: 10px 14px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}

.ore-gallery-btn .ore-feat-icon {
  color: #fff;
  width: 1em;
  height: 1em;
}

.ore-feat-strip {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ore-feat-strip .ore-feat {
  padding: 10px 14px;
  background: var(--ore-soft);
  border: 1px solid var(--ore-line);
  border-radius: var(--ore-radius);
  font-size: 0.9rem;
  color: var(--ore-heading);
}

.ore-single-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.9fr);
  gap: 40px;
  align-items: start;
}

.ore-single-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ore-single-desc h2,
.ore-amenities-section h2 {
  margin: 0 0 14px;
  font-size: 1.75rem;
}

.ore-desc-content {
  font-size: 1.02rem;
  line-height: 1.7;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.ore-desc-content[data-collapsed="true"] {
  max-height: 6.8em;
  position: relative;
}

.ore-desc-content[data-collapsed="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.4em;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}

.ore-desc-content[data-collapsed="false"] {
  max-height: none;
}

.ore-desc-toggle {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: var(--ore-heading);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.ore-amenities-section {
  margin-top: 36px;
}

.ore-amenities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
}

.ore-amenities-list .ore-feat {
  padding: 12px 0;
  border-bottom: 1px solid var(--ore-line);
  font-size: 0.95rem;
  color: var(--ore-heading);
}

.ore-contact-section {
  min-width: 0;
}

.ore-enquire-panel {
  border: 1px solid var(--ore-line);
  background: var(--ore-white);
  padding: 28px 24px 26px;
  border-radius: var(--ore-radius);
  position: sticky;
  top: 140px;
}

.ore-contact-card {
  border: 0;
  background: transparent;
  padding: 0;
  position: static;
}

.ore-contact-head {
  margin: 0 0 8px;
  font-size: 1.55rem;
  line-height: 1.25;
}

.ore-contact-note {
  margin: 0 0 22px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ore-muted);
}

.ore-cf-form {
  display: block;
  width: 100%;
}

.ore-cf-field {
  margin-bottom: 16px;
}

.ore-cf-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ore-heading);
}

/* Beat theme underline-only form styles */
.ore-cf-form .ore-cf-input,
.ore-cf-form .ore-cf-textarea,
.ore-cf-form input[type="text"],
.ore-cf-form input[type="email"],
.ore-cf-form input[type="tel"],
.ore-cf-form textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: 1px solid var(--ore-line) !important;
  border-radius: var(--ore-radius) !important;
  background: var(--ore-soft) !important;
  background-color: var(--ore-soft) !important;
  box-shadow: none !important;
  padding: 12px 14px !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  color: var(--ore-heading) !important;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  outline: none !important;
  transition: border-color var(--ore-ease), background var(--ore-ease);
}

.ore-cf-form .ore-cf-textarea,
.ore-cf-form textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.ore-cf-form .ore-cf-input:focus,
.ore-cf-form .ore-cf-textarea:focus,
.ore-cf-form input:focus,
.ore-cf-form textarea:focus {
  border-color: var(--ore-heading) !important;
  background: var(--ore-white) !important;
}

.ore-cf-submit,
.ore-wa-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 4px 0 0 !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-radius: var(--ore-radius) !important;
  background: var(--ore-heading) !important;
  background-color: var(--ore-heading) !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Be Vietnam", Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: background var(--ore-ease), color var(--ore-ease);
}

.ore-cf-submit::before,
.ore-cf-submit::after,
.ore-wa-btn::before,
.ore-wa-btn::after {
  content: none !important;
  display: none !important;
}

.ore-cf-submit:hover,
.ore-cf-submit:focus,
.ore-cf-submit:active {
  background: #122743 !important;
  background-color: #122743 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.ore-enquire-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  color: var(--ore-muted);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ore-enquire-divider::before,
.ore-enquire-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--ore-line);
}

.ore-wa-btn {
  margin-top: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #25d366 !important;
  color: #128c7e !important;
}

.ore-wa-btn:hover,
.ore-wa-btn:focus {
  background: #25d366 !important;
  background-color: #25d366 !important;
  border: 1px solid #25d366 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.ore-wa-icon {
  display: inline-flex;
  width: 1.15em;
  height: 1.15em;
}

.ore-wa-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ore-cf-msg {
  margin-top: 12px;
  font-size: 0.9rem;
}

.ore-cf-msg.success {
  color: #2f6b4f;
}

.ore-cf-msg.error {
  color: #8b3a3a;
}

/* Lightbox — JS toggles .open */
.ore-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(23, 50, 86, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
}

.ore-lightbox.open {
  display: flex;
}

.ore-lightbox .lb-img-wrap {
  max-width: min(92vw, 1100px);
  max-height: 82vh;
}

.ore-lightbox .lb-img-wrap img {
  max-width: min(92vw, 1100px);
  max-height: 82vh;
  object-fit: contain;
  transition: opacity 0.15s ease;
}

.ore-lightbox .lb-close,
.ore-lightbox .lb-arrow {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
}

.ore-lightbox .lb-close {
  top: 20px;
  right: 24px;
}

.ore-lightbox .lb-prev { left: 18px; }
.ore-lightbox .lb-next { right: 18px; }

.ore-lightbox .lb-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                               */
/* -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .ore-listing-wrap {
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
    gap: 28px;
  }

  .ore-grid {
    gap: 22px;
  }
}

@media (max-width: 980px) {
  .ore-rent {
    padding: 0 16px 56px;
  }

  .ore-rent-intro {
    margin-bottom: 28px;
  }

  .ore-listing-wrap,
  .ore-single-main,
  .ore-single-header {
    grid-template-columns: 1fr;
  }

  .ore-listing-wrap {
    gap: 28px;
  }

  .ore-listing-wrap,
  .ore-listing-wrap:has(.ore-grid--list) {
    align-items: start;
  }

  .ore-sidebar,
  .ore-listing-wrap:has(.ore-grid--list) .ore-sidebar {
    position: static;
    align-self: start;
    min-height: 0;
  }

  .ore-filter-panel,
  .ore-listing-wrap:has(.ore-grid--list) .ore-filter-panel {
    max-width: none;
    min-height: 0;
    height: auto;
    flex: none;
  }

  .ore-filter-form {
    flex: none;
  }

  .ore-filter-actions,
  .ore-listing-wrap:has(.ore-grid--list) .ore-filter-actions {
    margin-top: 0;
  }

  .ore-results {
    height: auto;
  }

  .ore-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  .ore-filter-header,
  .ore-results-header {
    min-height: 0;
  }

  .ore-results-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ore-sort,
  .ore-sort-select {
    width: 100%;
  }

  .ore-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .ore-grid--list {
    grid-template-columns: 1fr;
  }

  .ore-list-thumb {
    flex-basis: 120px;
    width: 120px;
  }

  .ore-list-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ore-list-aside {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .ore-results-tools {
    width: 100%;
    flex-wrap: wrap;
  }

  .ore-view-toggle {
    flex: 0 0 auto;
  }

  .ore-sort,
  .ore-results-tools .ore-sort-select {
    width: 100%;
    min-width: 0;
  }

  .ore-single {
    padding: 0 16px 64px;
  }

  .ore-single-price-block {
    text-align: left;
  }

  .ore-share {
    align-items: flex-start;
  }

  .ore-share-menu {
    right: auto;
    left: 0;
  }

  .ore-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }

  .ore-collage-main {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .ore-collage-thumb {
    aspect-ratio: 4 / 3;
  }

  .ore-enquire-panel {
    position: static;
    padding: 24px 20px;
  }
}

@media (hover: none) {
  .ore-card-nav {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 720px) {
  .ore-grid {
    grid-template-columns: 1fr;
  }

  .ore-beds-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ore-card-meta {
    gap: 10px 14px;
  }

  .ore-card-price {
    margin-left: 0;
    width: 100%;
  }

  .ore-feat-strip .ore-feat {
    flex: 1 1 auto;
  }

  .ore-gallery-btn {
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    font-size: 0.68rem;
  }
}

@media (max-width: 640px) {
  .ore-rent,
  .ore-single {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ore-rent-heading {
    font-size: 1.85rem;
  }

  .ore-single-title {
    font-size: 1.85rem;
  }

  .ore-single-header {
    gap: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .ore-single-price {
    font-size: 1.75rem;
  }

  .ore-collage {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ore-amenities-list {
    grid-template-columns: 1fr;
  }

  .ore-price-range {
    grid-template-columns: 1fr;
  }

  .ore-filter-form {
    padding: 16px 16px 20px;
  }

  .ore-enquire-panel {
    padding: 20px 16px;
  }

  .ore-agent-card {
    grid-template-columns: 56px 1fr;
  }

  .ore-agent-photo {
    width: 56px;
    height: 56px;
  }

  .ore-property-nav {
    margin-top: 40px;
    padding-top: 22px;
  }

  .ore-property-nav-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ore-property-nav-link--next {
    text-align: left;
    justify-self: stretch;
    justify-content: flex-start;
  }

  .ore-property-nav-thumb {
    flex-basis: 88px;
    width: 88px;
    height: 66px;
  }

  .ore-lightbox .lb-prev { left: 8px; }
  .ore-lightbox .lb-next { right: 8px; }
  .ore-lightbox .lb-close { top: 12px; right: 14px; }
}

/* -------------------------------------------------------------------------- */
/* Building rentals carousel (inside Elementor location CTA sections)         */
/* -------------------------------------------------------------------------- */

.ore-building-rentals {
  --ore-cta-navy: #173256;
  --ore-cta-gold: #c9a24a;
  width: 100%;
  margin: 28px 0 20px;
  padding: 0 12px;
  box-sizing: border-box;
}

.ore-building-rentals__empty {
  margin: 0 auto 8px;
  max-width: 520px;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.ore-building-rentals-widget {
  width: 100%;
}

.ore-building-rentals.is-single .ore-location-cta__track,
.ore-building-rentals.is-few .ore-location-cta__track {
  justify-content: center;
}

.ore-building-rentals.is-single .ore-location-cta__carousel,
.ore-building-rentals.is-few .ore-location-cta__carousel {
  padding: 0;
}

.ore-location-cta__carousel {
  position: relative;
  margin: 0;
  padding: 0 44px;
}

.ore-location-cta__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--ore-cta-gold, #c9a24a) transparent;
}

.ore-location-cta__track::-webkit-scrollbar {
  height: 6px;
}

.ore-location-cta__track::-webkit-scrollbar-thumb {
  background: var(--ore-cta-gold, #c9a24a);
  border-radius: 3px;
}

.ore-location-cta__slide {
  flex: 0 0 min(340px, 82vw);
  scroll-snap-align: start;
  text-align: left;
}

.ore-location-cta__slide .ore-card {
  height: 100%;
  background: #fff;
  /* Avoid heavy shadows: overflow-x on the track also clips Y, which reads as a grey panel. */
  box-shadow: none;
}

.ore-location-cta__nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid var(--ore-cta-gold, #c9a24a);
  background: rgba(23, 50, 86, 0.85);
  color: var(--ore-cta-gold, #c9a24a);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--ore-ease), color var(--ore-ease);
}

.ore-location-cta__nav:hover,
.ore-location-cta__nav:focus-visible {
  background: var(--ore-cta-gold, #c9a24a);
  color: var(--ore-cta-navy, #173256);
  outline: none;
}

.ore-location-cta__nav--prev { left: 0; }
.ore-location-cta__nav--next { right: 0; }

/* Side-by-side View all + Book short stay (Hendon outlined buttons) */
.ore-location-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
  width: 100%;
  margin: 8px 0 28px;
  padding: 0 16px;
  box-sizing: border-box;
}

.ore-location-cta-actions .elementor-widget-hendon_core_button {
  width: auto !important;
  max-width: 100%;
}

.ore-location-cta-actions .qodef-button {
  min-width: 180px;
  justify-content: center;
}

@media (max-width: 720px) {
  .ore-building-rentals {
    padding: 0;
    margin: 20px 0 16px;
  }

  .ore-location-cta__carousel {
    padding: 0;
  }

  .ore-location-cta__nav {
    display: none;
  }

  .ore-location-cta-actions {
    flex-direction: row;
    gap: 12px;
  }

  .ore-location-cta-actions .qodef-button {
    min-width: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* Featured type / vacant-space sections                                      */
/* -------------------------------------------------------------------------- */

/*
 * Paint a true full-bleed white curtain behind the carousel so any Elementor
 * / theme grey section backgrounds cannot show through.
 */
.ore-featured-bleed {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  isolation: isolate;
}

.ore-featured-bleed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff !important;
  z-index: -1;
  pointer-events: none;
}

.elementor-element:has(.ore-featured-section),
.elementor-widget:has(.ore-featured-section),
.elementor-widget-container:has(.ore-featured-section),
.elementor-shortcode:has(.ore-featured-section),
.e-con:has(.ore-featured-section),
.e-con-inner:has(.ore-featured-section),
.elementor-widget-wrap:has(.ore-featured-section),
.elementor-column:has(.ore-featured-section),
.elementor-section:has(.ore-featured-section) {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

.ore-featured-section {
  position: relative;
  margin: 48px 0 8px;
  padding: 36px 0 8px;
  border: 0 !important;
  border-top: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  width: 100%;
  box-shadow: none !important;
}

.ore-featured-section__inner {
  max-width: min(1480px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 0 24px 24px;
  box-sizing: border-box;
  background: transparent !important;
}

.ore-featured-section__header {
  margin-bottom: 28px;
  max-width: 640px;
}

.ore-featured-section__eyebrow {
  margin: 0 0 8px;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ore-accent-hover);
}

.ore-featured-section__title {
  margin: 0;
  font-family: "DM Serif Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: var(--ore-heading);
}

.ore-featured-section__lede {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ore-muted);
}

.ore-featured-section .ore-building-rentals,
.ore-featured-section .ore-location-cta__carousel,
.ore-featured-section .ore-location-cta__track,
.ore-featured-section .ore-location-cta__slide {
  margin: 0;
  border: 0;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

.ore-featured-section .ore-location-cta__carousel {
  padding: 0 56px;
}

.ore-featured-section .ore-building-rentals.is-few .ore-location-cta__carousel,
.ore-featured-section .ore-building-rentals.is-single .ore-location-cta__carousel {
  padding: 0;
}

.ore-featured-section .ore-location-cta__track {
  padding: 4px 2px 8px;
  gap: 22px;
  scrollbar-width: none;
  /* Keep the scrollport white so clipped paint never reads as a grey band. */
  background: #fff !important;
  background-color: #fff !important;
}

.ore-featured-section .ore-building-rentals.is-few .ore-location-cta__track,
.ore-featured-section .ore-building-rentals.is-single .ore-location-cta__track {
  justify-content: center;
}

.ore-featured-section .ore-location-cta__slide {
  flex: 0 0 min(400px, 78vw);
  background: #fff !important;
}

.ore-featured-section .ore-location-cta__track::-webkit-scrollbar {
  display: none;
  height: 0;
}

.ore-featured-section .ore-location-cta__slide .ore-card {
  box-shadow: none !important;
}

.ore-featured-section .ore-location-cta__slide .ore-card:hover {
  box-shadow: none !important;
  transform: none;
}

.ore-featured-section .ore-location-cta__nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--ore-heading);
  background: var(--ore-white);
  color: var(--ore-heading);
  font-size: 1.55rem;
  font-weight: 400;
  box-shadow: 0 6px 18px rgba(20, 52, 92, 0.1);
  transition: background var(--ore-ease), color var(--ore-ease), border-color var(--ore-ease), transform var(--ore-ease);
}

.ore-featured-section .ore-location-cta__nav:hover,
.ore-featured-section .ore-location-cta__nav:focus-visible {
  background: var(--ore-heading);
  border-color: var(--ore-heading);
  color: #fff;
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.ore-featured-section .ore-location-cta__nav--prev { left: 0; }
.ore-featured-section .ore-location-cta__nav--next { right: 0; }

.ore-featured-section__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 8px;
  background: transparent !important;
}

/* Match card "View property" CTA */
.ore-featured-section__cta {
  display: inline-block;
  margin: 0;
  padding: 0 0 2px;
  border: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid var(--ore-accent) !important;
  background: transparent !important;
  color: var(--ore-heading) !important;
  text-decoration: none !important;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Be Vietnam", sans-serif;
  line-height: 1.3;
  box-shadow: none !important;
  transition: color var(--ore-ease), border-color var(--ore-ease);
}

.ore-featured-section__cta:hover,
.ore-featured-section__cta:focus {
  color: var(--ore-accent-hover) !important;
  border-bottom-color: var(--ore-accent-hover) !important;
  background: transparent !important;
}

@media (max-width: 720px) {
  .ore-featured-section {
    margin-top: 36px;
    padding-top: 28px;
  }

  .ore-featured-section__inner {
    padding: 0 14px 16px;
  }

  .ore-featured-section .ore-location-cta__carousel {
    padding: 0;
  }

  .ore-featured-section .ore-location-cta__nav {
    display: none;
  }
}
