#saved-posts-button svg{width:21px;height:21px;fill:none;stroke:#0967b8;stroke-width:1.7;stroke-linejoin:round}
.card .post-save-action[aria-pressed=true]{background:#e7f1ff;color:#075da5;border-color:#a9ccef}
.card .post-save-action[aria-pressed=true] svg{fill:#d4e7ff}
.card .post-action-row{flex-wrap:wrap}
#saved-posts-dialog{width:min(660px,calc(100vw - 28px));max-height:85dvh;overflow-y:auto;padding:24px;border:1px solid #e3e9f0;border-radius:14px}
.saved-status{font-size:14px;color:#69798b;line-height:1.5}
.saved-post-list{display:grid;gap:10px}.saved-post-item{display:flex;align-items:center;gap:12px;border:1px solid #e3e9f0;border-radius:10px;padding:12px}
.saved-post-open{display:grid;gap:6px;flex:1;min-width:0;padding:4px;border:0;background:transparent;text-align:left;color:#17466f;overflow-wrap:anywhere}.saved-post-open strong{font-size:15px}.saved-post-open span{font-size:12px;color:#69798b}
.saved-post-remove{padding:8px;border:0;border-radius:7px;background:#f3f6fa;color:#63748a;font-size:12px}.saved-post-remove:hover{background:#feeef0;color:#a63347}
@media(max-width:480px){#saved-posts-dialog{padding:16px}.card .post-action-row>.report-post-button{margin-left:0}}
