body.property-detail-page {
  color: #172033;
  background: #f4f6f9;
}

body.property-detail-page .main-content {
  min-width: 0;
  background:
    radial-gradient(circle at 8% 5%, rgba(249, 115, 22, 0.08), transparent 28rem),
    #f4f6f9;
}

body.property-detail-page .page-content {
  width: min(100%, 1240px);
  min-width: 0;
  margin-inline: auto;
  padding: 112px 24px 64px !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

body.property-detail-page .slide-thumbnail-section,
body.property-detail-page .property-info {
  grid-column: 1 / -1;
}

body.property-detail-page .property-detail,
body.property-detail-page .property-about:not(.property-contact-section),
body.property-detail-page .property-simulasi-kpr {
  grid-column: 1;
}

body.property-detail-page .property-contact-section {
  grid-column: 2;
  grid-row: 3 / span 4;
  position: sticky;
  top: 110px;
}

body.property-detail-page .slide-thumbnail-section,
body.property-detail-page .property-info,
body.property-detail-page .property-detail,
body.property-detail-page .property-about,
body.property-detail-page .property-simulasi-kpr {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(16px, 2.4vw, 28px) !important;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

body.property-detail-page .property-detail-gallery {
  position: relative;
}

body.property-detail-page .container-slide-property {
  width: 100%;
  max-width: none;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #e2e8f0;
}

body.property-detail-page .container-slide-property .carousel-inner,
body.property-detail-page .container-slide-property .carousel-item,
body.property-detail-page .container-slide-property .titik-lightbox-trigger {
  width: 100%;
}

body.property-detail-page .container-slide-property .carousel-inner {
  height: auto !important;
  max-height: none !important;
}

body.property-detail-page .container-slide-property .titik-lightbox-trigger {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
}

body.property-detail-page .property-gallery-image {
  width: 100%;
  max-height: 560px;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  background: #e2e8f0;
}

body.property-detail-page .slide-thumbnail-section .link-back,
body.property-detail-page .slide-thumbnail-section .link-back:hover {
  position: absolute;
  z-index: 3;
  width: 44px;
  height: 44px;
  top: 28px;
  left: 28px;
  display: inline-grid;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(8px);
}

body.property-detail-page .slide-thumbnail-section .link-back:focus-visible,
body.property-detail-page .property-gallery-control:focus-visible,
body.property-detail-page .property-thumbnail-link:focus-visible,
body.property-detail-page .button-share:focus-visible,
body.property-detail-page .property-agent-card:focus-visible,
body.property-detail-page .property-kpr-trigger:focus-visible,
body.property-detail-page .property-share-close:focus-visible {
  outline: 3px solid #0f766e;
  outline-offset: 3px;
}

body.property-detail-page .property-gallery-control {
  width: 44px;
  height: 44px;
  top: 50%;
  margin-inline: 14px;
  padding: 0;
  background: rgba(15, 23, 42, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  opacity: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

body.property-detail-page .property-photo-count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(15, 23, 42, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(8px);
}

body.property-detail-page .property-photo-count i {
  font-size: 17px;
}

body.property-detail-page .property-thumbnail-region {
  margin-top: 12px;
}

body.property-detail-page .property-thumbnail-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 104px;
  grid-template-columns: none;
  gap: 10px;
  padding: 3px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: inline proximity;
}

body.property-detail-page .property-thumbnail-link {
  width: 104px;
  height: 72px;
  display: block;
  padding: 3px;
  overflow: hidden;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  scroll-snap-align: start;
}

body.property-detail-page .property-thumbnail-link.is-active {
  border-color: #c2410c;
  box-shadow: 0 0 0 2px rgba(194, 65, 12, 0.14);
}

body.property-detail-page .property-thumbnail-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

body.property-detail-page .property-summary-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

body.property-detail-page .property-summary-main {
  min-width: 0;
}

body.property-detail-page .property-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

body.property-detail-page .property-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

body.property-detail-page .property-badge-primary {
  color: #9a3412;
  background: #ffedd5;
  border-color: #fed7aa;
}

body.property-detail-page .title-property {
  margin: 0;
  color: #172033;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  text-transform: none !important;
}

body.property-detail-page .property-location {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 10px !important;
  color: #475569;
  font-size: 15px;
  line-height: 1.5;
}

body.property-detail-page .property-location i {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #c2410c;
  font-size: 20px;
}

body.property-detail-page .property-summary-copy {
  max-width: 760px;
  margin-top: 10px !important;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

body.property-detail-page .property-share-wrap {
  min-width: 0;
  display: grid;
  justify-items: end;
  gap: 5px;
}

body.property-detail-page .button-share {
  min-width: 108px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  color: #172033;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.07);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.property-detail-page .button-share:hover {
  color: #9a3412;
  background: #fff7ed;
  border-color: #fb923c;
  transform: translateY(-1px);
}

body.property-detail-page .button-share.is-success {
  color: #166534;
  background: #f0fdf4;
  border-color: #86efac;
}

body.property-detail-page .button-share:disabled {
  cursor: wait;
  opacity: 0.7;
}

body.property-detail-page .sharebutton {
  width: auto;
  display: inline-flex;
  color: currentColor;
  font-size: 20px;
}

body.property-detail-page .property-share-status {
  max-width: 220px;
  min-height: 15px;
  color: #475569;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}

body.property-detail-page .property-price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.property-detail-page .property-price-item {
  min-width: min(100%, 260px);
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
  border-radius: 14px;
}

body.property-detail-page .property-price-item span {
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.property-detail-page .property-price-item strong {
  color: #7c2d12;
  font-size: clamp(21px, 2.5vw, 29px);
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

body.property-detail-page .property-facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body.property-detail-page .property-facility-grid .wrapper-info-facility {
  width: auto;
  min-width: 0;
  min-height: 104px;
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 3px;
  margin: 0 !important;
  padding: 14px !important;
  color: #172033;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}

body.property-detail-page .property-facility-grid .wrapper-info-facility > i {
  margin-bottom: 4px;
  color: #c2410c;
  font-size: 23px;
}

body.property-detail-page .property-facility-grid .small-title-info,
body.property-detail-page .property-facility-grid .small-desc-info {
  margin: 0;
  padding: 0 !important;
  color: inherit;
  text-align: left !important;
}

body.property-detail-page .property-facility-grid .small-title-info {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

body.property-detail-page .property-facility-grid .small-desc-info {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

body.property-detail-page .property-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

body.property-detail-page .property-section-icon,
body.property-detail-page .property-kpr-trigger-icon,
body.property-detail-page .property-agent-verified {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-grid;
  place-items: center;
  color: #c2410c;
  background: #ffedd5;
  border-radius: 12px;
  font-size: 22px;
}

body.property-detail-page .title-section-detail {
  margin: 0;
  padding: 0;
  color: #172033;
  background: transparent !important;
  border-radius: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left !important;
}

body.property-detail-page .property-section-heading p,
body.property-detail-page .property-contact-heading p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

body.property-detail-page .property-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

body.property-detail-page .property-spec-item {
  min-width: 0;
  min-height: 76px;
  display: block;
  padding: 13px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
}

body.property-detail-page .property-spec-item-wide {
  grid-column: 1 / -1;
}

body.property-detail-page .property-spec-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: #c2410c;
  background: #fff7ed;
  border-radius: 10px;
  font-size: 20px;
}

body.property-detail-page .property-spec-item dt,
body.property-detail-page .property-spec-item dd {
  margin: 0;
  overflow-wrap: anywhere;
}

body.property-detail-page .property-spec-item dt {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

body.property-detail-page .property-spec-item dd {
  margin: 3px 0 0 49px;
  color: #172033;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

body.property-detail-page .property-description-copy,
body.property-detail-page .property-empty-copy {
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

body.property-detail-page .property-kpr-disclosure {
  width: 100%;
}

body.property-detail-page .property-kpr-trigger {
  width: 100%;
  min-height: 70px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  color: #172033;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 15px;
  cursor: pointer;
  list-style: none;
}

body.property-detail-page .property-kpr-trigger::-webkit-details-marker {
  display: none;
}

body.property-detail-page .property-kpr-trigger > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

body.property-detail-page .property-kpr-trigger strong {
  color: #7c2d12;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

body.property-detail-page .property-kpr-trigger small {
  color: #9a3412;
  font-size: 12px;
  line-height: 1.35;
}

body.property-detail-page .property-kpr-chevron {
  color: #9a3412;
  font-size: 24px;
  transition: transform 160ms ease;
}

body.property-detail-page .property-kpr-disclosure[open] .property-kpr-chevron {
  transform: rotate(180deg);
}

body.property-detail-page .container-kpr-calculator {
  margin-top: 16px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  box-shadow: none;
}

body.property-detail-page .property-kpr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

body.property-detail-page .property-kpr-field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

body.property-detail-page .property-kpr-field label,
body.property-detail-page .property-kpr-field > span {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.property-detail-page .property-kpr-price {
  grid-column: 1 / -1;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

body.property-detail-page .property-kpr-price strong {
  color: #7c2d12;
  font-size: 20px;
  line-height: 1.25;
}

body.property-detail-page .property-kpr-field .form-control,
body.property-detail-page .property-kpr-field .input-group-text {
  min-height: 46px;
  border-color: #cbd5e1;
  font-size: 16px;
}

body.property-detail-page .property-kpr-field .form-control {
  border-radius: 10px;
}

body.property-detail-page .property-kpr-field .input-group .form-control {
  border-radius: 10px 0 0 10px;
}

body.property-detail-page .property-kpr-field .input-group-text {
  color: #475569;
  background: #fff;
  border-radius: 0 10px 10px 0;
}

body.property-detail-page #down-payment.user-input-hitung-kpr {
  border-left: 1px solid #cbd5e1;
}

body.property-detail-page .kpr-result-grid {
  margin-top: 16px;
}

body.property-detail-page .property-kpr-disclaimer {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

body.property-detail-page .property-contact-section {
  padding: 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.property-detail-page .wrapper-contact-agent {
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.property-detail-page .property-contact-heading {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

body.property-detail-page .property-contact-eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #c2410c;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.property-detail-page .property-agent-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 22px;
  gap: 11px;
  align-items: center;
  margin-top: 17px;
  padding: 13px;
  color: #172033 !important;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none !important;
}

body.property-detail-page .property-agent-card:hover {
  background: #fff7ed;
  border-color: #fed7aa;
}

body.property-detail-page .property-agent-card:not(a) {
  grid-template-columns: 58px minmax(0, 1fr);
}

body.property-detail-page .property-agent-card .img-agent-photo {
  width: 58px !important;
  height: 58px !important;
  display: block;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

body.property-detail-page .property-agent-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

body.property-detail-page .property-agent-copy strong,
body.property-detail-page .property-agent-copy span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.property-detail-page .property-agent-copy strong {
  color: #172033;
  font-size: 14px;
  font-weight: 800;
}

body.property-detail-page .property-agent-copy span {
  color: #64748b;
  font-size: 12px;
}

body.property-detail-page .property-agent-chevron {
  color: #94a3b8;
  font-size: 22px;
}

body.property-detail-page .property-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

body.property-detail-page .property-contact-actions .btn,
body.property-detail-page .property-mobile-actions .btn {
  min-width: 0;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
}

body.property-detail-page .property-contact-note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 12px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

body.property-detail-page .property-contact-note i {
  flex: 0 0 auto;
  color: #0f766e;
  font-size: 16px;
}

body.property-detail-page .property-mobile-actions {
  display: none;
}

body.property-detail-page .property-share-dialog {
  width: min(calc(100% - 28px), 520px);
  max-width: 520px;
  max-height: calc(100vh - 28px);
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: auto;
  color: #172033;
  background: transparent;
  border: 0;
  border-radius: 20px;
}

body.property-detail-page .property-share-dialog::backdrop {
  background: rgba(15, 23, 42, 0.64);
  backdrop-filter: blur(3px);
}

body.property-detail-page .property-share-dialog.is-open {
  position: fixed;
  inset: 0;
  z-index: 1080;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: grid;
  place-items: center;
  margin: auto;
  padding: 14px;
  overflow: auto;
  background: rgba(15, 23, 42, 0.64);
  border-radius: 0;
}

body.property-detail-page .property-share-dialog.is-open .property-share-dialog-card {
  width: min(100%, 520px);
  max-height: calc(100vh - 28px);
  max-height: calc(100dvh - 28px);
  overflow: auto;
}

body.property-detail-page .property-share-dialog-card {
  padding: 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

body.property-detail-page .property-share-dialog-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

body.property-detail-page .property-share-dialog-heading h2 {
  margin: 0;
  color: #172033;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

body.property-detail-page .property-share-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 22px;
}

body.property-detail-page .property-share-dialog-card > p {
  margin: 14px 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

body.property-detail-page .property-share-dialog-card label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-size: 13px;
  font-weight: 750;
}

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

body.property-detail-page .property-share-copy-row textarea {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  min-height: 210px;
  padding: 12px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
}

body.property-detail-page .property-share-copy-row .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 10px;
}

body.property-detail-page .property-share-whatsapp,
body.property-detail-page .property-share-whatsapp:hover,
body.property-detail-page .property-share-whatsapp:focus {
  color: #fff;
  background: #128c4a;
  border-color: #128c4a;
}

body.property-detail-page .property-share-dialog-status {
  min-height: 20px;
  margin: 8px 0 0 !important;
  color: #166534 !important;
  font-size: 12px !important;
}

@media (max-width: 991.98px) {
  body.property-detail-page .page-content {
    display: block;
    width: min(100%, 780px);
    padding-inline: 18px !important;
  }

  body.property-detail-page .slide-thumbnail-section,
  body.property-detail-page .property-info,
  body.property-detail-page .property-detail,
  body.property-detail-page .property-about,
  body.property-detail-page .property-simulasi-kpr {
    margin-bottom: 16px !important;
  }

  body.property-detail-page .property-contact-section {
    position: static;
  }
}

@media (max-width: 575.98px) {
  body.property-detail-page {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.property-detail-page .page-content {
    width: 100%;
    padding: 104px 11px 24px !important;
  }

  body.property-detail-page .slide-thumbnail-section,
  body.property-detail-page .property-info,
  body.property-detail-page .property-detail,
  body.property-detail-page .property-about,
  body.property-detail-page .property-simulasi-kpr {
    padding: 15px !important;
    border-radius: 18px;
  }

  body.property-detail-page .property-detail-gallery {
    padding: 8px !important;
  }

  body.property-detail-page .container-slide-property,
  body.property-detail-page .property-gallery-image {
    border-radius: 14px;
  }

  body.property-detail-page .property-gallery-image {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  body.property-detail-page .slide-thumbnail-section .link-back,
  body.property-detail-page .slide-thumbnail-section .link-back:hover {
    top: 18px;
    left: 18px;
  }

  body.property-detail-page .property-gallery-control {
    margin-inline: 8px;
  }

  body.property-detail-page .property-photo-count {
    right: 10px;
    bottom: 10px;
  }

  body.property-detail-page .property-thumbnail-grid {
    grid-auto-columns: 82px;
    gap: 7px;
  }

  body.property-detail-page .property-thumbnail-link {
    width: 82px;
    height: 58px;
  }

  body.property-detail-page .property-summary-header {
    gap: 12px;
  }

  body.property-detail-page .title-property {
    font-size: 23px;
  }

  body.property-detail-page .property-location,
  body.property-detail-page .property-summary-copy {
    font-size: 14px;
  }

  body.property-detail-page .button-share {
    min-width: 46px;
    width: 46px;
    padding-inline: 0;
  }

  body.property-detail-page .button-share .text-share {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  body.property-detail-page .property-share-copy-row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.property-detail-page .property-share-copy-row textarea {
    grid-column: auto;
  }

  body.property-detail-page .property-share-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  body.property-detail-page .property-price-list {
    margin-top: 18px;
  }

  body.property-detail-page .property-price-item {
    width: 100%;
    min-width: 0;
  }

  body.property-detail-page .property-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  body.property-detail-page .property-facility-grid .wrapper-info-facility {
    min-height: 94px;
    padding: 12px !important;
  }

  body.property-detail-page .property-section-heading {
    margin-bottom: 14px;
  }

  body.property-detail-page .property-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.property-detail-page .property-spec-item {
    min-height: 74px;
    display: block;
    padding: 12px;
  }

  body.property-detail-page .property-spec-item dt {
    display: block;
  }

  body.property-detail-page .property-spec-icon {
    display: none;
  }

  body.property-detail-page .property-spec-item-wide {
    grid-column: 1 / -1;
    min-height: 68px;
  }

  body.property-detail-page .property-spec-item dd {
    margin-left: 0;
    font-size: 14px;
  }

  body.property-detail-page .property-kpr-trigger {
    grid-template-columns: 40px minmax(0, 1fr) 22px;
    gap: 9px;
    padding: 11px;
  }

  body.property-detail-page .property-kpr-trigger-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  body.property-detail-page .container-kpr-calculator {
    padding: 13px;
  }

  body.property-detail-page .property-kpr-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.property-detail-page .property-kpr-price {
    grid-column: auto;
  }

  body.property-detail-page .wrapper-contact-agent {
    padding: 17px;
  }

  body.property-detail-page.property-has-mobile-contact .property-contact-actions {
    display: none;
  }

  body.property-detail-page .property-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
  }

  body.property-detail-page .property-share-dialog-card {
    padding: 18px;
  }

  body.property-detail-page .property-share-copy-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.property-detail-page .button-share,
  body.property-detail-page .property-kpr-chevron {
    transition: none;
  }
}

/* Input KPR menyatu dengan akhirannya (%, tahun).
 * Sebelumnya input dan .input-group-text sama-sama punya border dan sudut
 * membulat sendiri lalu ditempel berdampingan, sehingga terbaca dua kotak.
 * Border dan radius dipindah ke .input-group; anak-anaknya dibuat polos. */
body.property-detail-page .property-kpr-field .input-group {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

body.property-detail-page .property-kpr-field .input-group > .form-control,
body.property-detail-page .property-kpr-field .input-group .input-group-text {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none !important;
}

/* Input mengisi sisa ruang; tanpa ini kolom "Uang muka" hanya selebar 68px
 * sementara grupnya 361px, sehingga akhiran "%" tampak mengambang. */
body.property-detail-page .property-kpr-field .input-group > .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

body.property-detail-page .property-kpr-field .input-group .input-group-text {
  padding-inline: 14px;
  color: #64748b;
  font-weight: 600;
  white-space: nowrap;
}

/* Cincin fokus dipindah ke pembungkus supaya seluruh bidang menyala sebagai
 * satu kesatuan, dan tetap terlihat jelas saat navigasi keyboard. */
body.property-detail-page .property-kpr-field .input-group:focus-within {
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .18);
}

/* custom.css membatasi #down-payment-percent ke max-width 68px (selektor ID).
 * Karena border kini milik .input-group, batas itu menyisakan kotak lebar
 * dengan ruang kosong di kanan, jadi dilepas agar sebaris penuh seperti
 * kolom Jangka waktu dan Suku bunga. */
body.property-detail-page .property-kpr-field .input-group > .form-control {
  max-width: none !important;
}
