.smartphone-deal-card .phone-condition-share { display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; gap:8px; min-width:0; width:100%; }
.smartphone-deal-card .phone-condition-share button { display:inline-flex; align-items:center; justify-content:center; gap:6px; min-height:44px; padding:8px 12px; border:1px solid #ddd9e8; border-radius:12px; background:#fff; color:#52476a; font-family:inherit; font-size:13px; font-weight:600; line-height:1.3; cursor:pointer; white-space:nowrap; }
.smartphone-deal-card .phone-condition-share button:hover { background:#f5f2ff; }
.smartphone-deal-card .phone-condition-share button:focus-visible { outline:2px solid #7351ff; outline-offset:3px; }
.smartphone-deal-card .phone-condition-share button:disabled { opacity:.55; cursor:default; }
.phone-condition-share svg { width:16px; height:16px; flex-shrink:0; }
.phone-condition-share [role="status"]:empty { display:none; }
.phone-condition-share [role="status"] { flex-basis:100%; color:#52476a; font-size:12px; text-align:right; overflow-wrap:anywhere; }
.phone-condition-share input:not([hidden]) { display:block; width:100%; min-width:0; box-sizing:border-box; min-height:44px; border:1px solid #ddd9e8; border-radius:8px; padding:8px; }
.smartphone-deal-card .phone-condition-title-row { display:flex; flex-wrap:wrap; align-items:center; gap:8px; width:100%; min-width:0; }
.smartphone-deal-card .phone-condition-title-row > h3,
.smartphone-deal-card .phone-condition-title-row > h5 { flex:1 1 0; min-width:0; margin:0; overflow-wrap:anywhere; }
.smartphone-deal-card .phone-condition-title-row > .phone-condition-share { flex:0 0 44px; width:44px; }
.smartphone-deal-card .phone-condition-title-row .phone-condition-share button { width:44px; height:44px; padding:0; border-color:transparent; background:transparent; border-radius:50%; color:#706c79; }
.phone-condition-title-row .phone-share-label { display:none; }
.phone-condition-title-row .phone-condition-share svg { width:20px; height:20px; }
.smartphone-deal-card .phone-condition-title-row > .phone-condition-share:has([role="status"]:not(:empty)) { flex-basis:100%; width:100%; }
.smartphone-deal-card .phone-deal-sheet-price > .phone-condition-title-row { margin-bottom:8px; }
