.post{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem;margin-top:1rem;color:#1B2A49;font-size:0.93rem}.post header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;color:#1B2A49;font-size:0.85rem;font-weight:600}.post-copy{margin:0;color:#1B2A49;font-size:0.93rem;line-height:1.6;white-space:pre-line}.post button.copy{flex-shrink:0;padding:0.25rem 0.7rem;border:1px solid var(--green);border-radius:6px;background:transparent;color:var(--green);font:inherit;font-size:0.78rem;font-weight:600;line-height:1.4;cursor:pointer;transition:background-color 0.2s ease}.post button.copy:hover{background:var(--bg-soft)}