.share-copy-block { margin: 24px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; }
.share-copy-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; max-width: 100%; min-height: 44px; padding: 9px 17px; border: 1px solid #b75b34; border-radius: 999px; background: transparent; color: #a84d29; font: inherit; font-size: 14px; line-height: 1.5; cursor: pointer; transition: background .15s; }
.share-copy-button:hover { background: rgba(183,91,52,.06); }
.share-copy-button:focus-visible { outline: 2px solid #b75b34; outline-offset: 3px; }
.share-copy-button:disabled { cursor: wait; opacity: .65; }
.share-copy-status { font-size: 13px; line-height: 1.6; color: var(--fg-soft, #655e57); }
.share-copy-manual { box-sizing: border-box; flex-basis: 100%; width: 100%; min-width: 0; min-height: 210px; padding: 14px; border: 1px solid var(--border, #ddd); border-radius: 8px; background: var(--surface, #fff); color: var(--fg, #222); font: inherit; font-size: 16px; line-height: 1.7; resize: vertical; white-space: pre-wrap; overflow-wrap: anywhere; }
