.elementor-19 .elementor-element.elementor-element-3c4676d4{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-19 .elementor-element.elementor-element-3c4676d4{--grid-auto-flow:row;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-19 .elementor-element.elementor-element-3c4676d4{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-be97102 */table th {
  color: white;
}

body.single-property {
  background: #edf3f8;
}

/* Hide Houzez clutter */
.single-property .sidebar-wrap,
.single-property .property-sidebar,
.single-property .widget-area,
.single-property .property-review-wrap,
.single-property .similar-property-wrap,
.single-property .property-nearby-wrap,
.single-property .agent-contact-wrap,
.single-property .ratings-wrap,
.single-property .walkscore-wrap,
.single-property .property-floor-plans-wrap,
.single-property .property-video-wrap,
.single-property .property-pageviews-wrap,
.single-property .property-schedule-tour-wrap,
.single-property .property-calculator-wrap,
.single-property .property-contact-wrap {
  display: none !important;
}

/* Widen main layout */
.single-property .content-area,
.single-property .property-wrap,
.single-property .property-detail-wrap {
  width: 100% !important;
  max-width: 100% !important;
}

.single-property .container,
.single-property .content-wrap,
.single-property .main-wrap {
  max-width: 1360px;
}

/* Strip old card wrappers */
.single-property .block-content-wrap,
.single-property .detail-wrap,
.single-property .entry-content,
.single-property .property-description {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Main app wrapper */
.portal-app {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0 48px;
}

/* Topbar */
.portal-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d9e5f0;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.portal-label,
.portal-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
}

.portal-project-title {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.1;
  color: #0f172a;
}

.portal-subtitle {
  margin: 0;
  font-size: 16px;
  color: #475569;
}

.portal-status-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.portal-status-card {
  min-width: 150px;
  background: #f8fafc;
  border: 1px solid #dbe5ef;
  border-radius: 16px;
  padding: 14px 16px;
}

.portal-status-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 600;
}

.portal-status-pill {
  display: inline-block;
  background: #dbeafe;
  color: #1d4ed8;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.portal-status-pill-dark {
  background: #0f172a;
  color: #ffffff;
}

/* Shared card styling */
.portal-card,
.portal-tour-card {
  background: #ffffff;
  border: 1px solid #d9e5f0;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.portal-tour-card {
  margin-bottom: 24px;
}

.portal-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.portal-section-head h2,
.portal-card h2 {
  margin: 0;
  font-size: 24px;
  color: #0f172a;
}

/* Tour */
.portal-tour-card iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 18px;
  display: block;
  background: #0f172a;
}

/* Buttons */
.portal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
  background: #0f172a;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.portal-btn:hover {
  opacity: 0.92;
}

.portal-btn-secondary {
  background: #f1f5f9;
  color: #0f172a !important;
  box-shadow: none;
  border: 1px solid #dbe5ef;
}

/* Main grid */
.portal-main-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 20px;
  margin-bottom: 24px;
}

/* Docs */
.portal-doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portal-doc-list li {
  margin-bottom: 12px;
}

.portal-doc-list a {
  display: block;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 15px 16px;
  transition: all 0.2s ease;
}

.portal-doc-list a:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

/* Help card */
.portal-help-card p,
.portal-details-copy {
  color: #475569;
  line-height: 1.7;
  font-size: 15px;
}

/* Details grid */
.portal-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.portal-detail-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 14px;
}

.portal-detail-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.portal-detail-box strong {
  color: #0f172a;
  font-size: 15px;
}

/* Improve default page title spacing */
.single-property .page-title-wrap,
.single-property .property-title-wrap,
.single-property .breadcrumb-wrap {
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 1024px) {
  .portal-topbar {
    flex-direction: column;
  }

  .portal-status-wrap {
    justify-content: flex-start;
  }

  .portal-main-grid {
    grid-template-columns: 1fr;
  }

  .portal-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portal-tour-card iframe {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .portal-app {
    padding-bottom: 28px;
  }

  .portal-topbar,
  .portal-card,
  .portal-tour-card {
    padding: 18px;
    border-radius: 18px;
  }

  .portal-project-title {
    font-size: 28px;
  }

  .portal-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .portal-details-grid {
    grid-template-columns: 1fr;
  }

  .portal-tour-card iframe {
    min-height: 420px;
    border-radius: 14px;
  }

  .portal-btn,
  .portal-btn-secondary {
    width: 100%;
  }
}

/* Hide Houzez blue header block */
.single-property .page-title-wrap,
.single-property .property-title-wrap,
.single-property .breadcrumb-wrap {
  display: none !important;
}

/* Force-hide Houzez top title / breadcrumb / banner areas */
.single-property .page-title-wrap,
.single-property .property-title-wrap,
.single-property .breadcrumb-wrap,
.single-property .breadcrumb-area,
.single-property .page-title,
.single-property .houzez-page-title,
.single-property .property-banner,
.single-property .property-banner-wrap,
.single-property .title-wrap,
.single-property .main-title,
.single-property .detail-title,
.single-property .listing-title,
.single-property .top-title-wrap {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Remove leftover top spacing */
.single-property .property-wrap,
.single-property .main-wrap,
.single-property .content-wrap,
.single-property .content-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.single-property .page-title-wrap,
body.single-property .property-title-wrap,
body.single-property .breadcrumb-wrap,
body.single-property .property-banner,
body.single-property .property-banner-wrap,
body.single-property .banner-wrap,
body.single-property .title-wrap,
body.single-property .listing-title,
body.single-property .main-title,
body.single-property .top-title-wrap,
body.single-property .detail-top,
body.single-property .detail-top-wrap {
  display: none !important;
  background: transparent !important;
}

body.single-property .property-wrap {
  padding-top: 0 !important;
}/* End custom CSS */