/* Scoped to property sharing; existing site styles stay untouched. */
.abc-property-share{margin:0 0 22px;direction:rtl;text-align:right;font-family:var(--sans)}
.abc-property-share__copy{max-width:100%;white-space:normal;line-height:1.5}
.abc-property-share__status{font-size:14px;color:var(--navy);margin:6px 0;min-height:1.5em}
.abc-property-share details{max-width:720px}
.abc-property-share summary{cursor:pointer;color:var(--navy);font-size:14px;padding:4px 0}
.abc-property-share textarea{display:block;width:100%;box-sizing:border-box;margin-top:10px;padding:14px;border:1px solid #d5d9df;border-radius:10px;background:#fff;color:#172331;font-family:var(--sans);font-size:16px;line-height:1.7;resize:vertical;text-align:right;direction:rtl}
.abc-property-share__copy:focus-visible,.abc-property-share summary:focus-visible,.abc-property-share textarea:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
