/* Villarabet Next Phase 13.6 — inline public property map */
.property-public-location{overflow:hidden}
.property-public-location .property-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}
.property-public-location .property-section-head h2{margin:0 0 6px}
.property-public-location .property-section-head p{margin:0}
.property-map-external{flex:0 0 auto;white-space:nowrap}
.property-public-location-text{font-weight:700;margin:12px 0 14px}
.property-public-map{position:relative;width:100%;height:360px;border:1px solid #dfe5df;border-radius:18px;overflow:hidden;background:#eef3ef}
.property-public-map iframe{display:block;width:100%;height:100%;border:0;margin:0;padding:0}
.property-map-note{margin:10px 0 0;line-height:1.8}
.property-map-empty{padding:28px 18px;border:1px dashed #cfdad4;border-radius:16px;background:#f7faf8;text-align:center;color:#6a746f}
@media(max-width:700px){
  .property-public-location .property-section-head{display:block}
  .property-map-external{display:inline-flex;margin-top:10px}
  .property-public-map{height:300px;border-radius:14px}
}

/* Phase 13.9 — host shortcut from property to social compose */
.property-primary-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.property-primary-actions .btn{white-space:nowrap}@media(max-width:720px){.property-primary-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.property-primary-actions .btn{text-align:center}.property-primary-actions .btn:only-child{grid-column:1/-1}}

/* Phase 13.9 — social content connected back to property detail */
.property-social-content{margin:20px 0;padding:18px;background:#fff;border:1px solid #e2e8e5;border-radius:22px}.property-social-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}.property-social-head small{color:#78857f}.property-social-head h2{margin:2px 0 0;font-size:20px}.property-social-head a{font-size:12px;color:#17664f}.property-social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.property-social-tile{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:14px;background:#e8efeb;color:#173f34}.property-social-tile.is-reel{aspect-ratio:9/12}.property-social-tile img,.property-social-tile video{width:100%;height:100%;object-fit:cover}.property-social-badge{position:absolute;top:8px;right:8px;padding:4px 7px;border-radius:999px;background:rgba(0,0,0,.58);color:#fff;font-size:10px}.property-social-text{display:grid;place-items:center;height:100%;padding:12px;font-size:12px;line-height:1.8;text-align:center}@media(max-width:720px){.property-social-content{margin-inline:-2px;padding:14px}.property-social-head{align-items:center}.property-social-head h2{font-size:16px}.property-social-grid{grid-template-columns:repeat(3,1fr);gap:3px}.property-social-tile{border-radius:8px}.property-social-tile.is-reel{aspect-ratio:1/1}}
