
/* Property detail fallback portal hotfix */
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}
.detail-main,.detail-sidebar{min-width:0}
.detail-hero-card,.detail-facts-card{margin-bottom:18px}
.detail-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
.detail-title{margin:8px 0 6px}
.detail-price{font-size:30px;font-weight:900;color:#0f8d61;line-height:1.1;text-align:right}
.detail-price.large{font-size:34px;text-align:left}
.detail-main-image{width:100%;height:520px;object-fit:cover;border-radius:18px;background:#eef2f3;display:block}
.detail-gallery-strip{display:flex;gap:10px;overflow:auto;margin-top:12px;padding-bottom:4px}
.detail-thumb{margin:0;flex:0 0 auto}
.detail-gallery-strip img{width:132px;height:92px;object-fit:cover;border-radius:12px;border:1px solid var(--line);display:block;background:#eef2f3}
.detail-facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.detail-facts-grid div{padding:12px;border:1px solid var(--line);border-radius:14px;background:#f8fbfc;display:flex;flex-direction:column;gap:6px}
.detail-content{line-height:1.8;color:#1e3642}
.detail-map-box{padding:18px;border:1px dashed var(--line);border-radius:14px;color:var(--muted)}
.sticky-panel{position:sticky;top:90px}
.contact-stack{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.related-row{display:grid;grid-template-columns:84px 1fr;gap:10px;padding:10px 0;border-top:1px solid var(--line);text-decoration:none;color:inherit}
.related-row:first-of-type{border-top:0}
.related-row img{width:84px;height:68px;object-fit:cover;border-radius:12px;background:#eef2f3}
.related-title{font-weight:800;line-height:1.3}
.related-price{color:#0f8d61;font-weight:800;margin-top:5px}
.portal-badge-row{display:flex;gap:8px;flex-wrap:wrap}
.portal-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#eef8f1;color:#0f7a57;font-weight:800;font-size:12px}
.portal-badge-premium{background:#fff8e8;color:#8a5b00}
.portal-location{font-size:14px;color:var(--muted)}
@media (max-width:1100px){
  .detail-layout{grid-template-columns:1fr}
}
@media (max-width:760px){
  .detail-topline{flex-direction:column}
  .detail-main-image{height:320px}
  .detail-facts-grid{grid-template-columns:1fr}
}
