.ydo-share{text-align:center;padding:4px 4px 8px}.ydo-share .ydo-share-title{font-size:17px;font-weight:800;color:var(--text);margin:0 0 4px}.ydo-share .ydo-share-sub{font-size:13px;color:var(--text-muted);margin:0 0 20px}.ydo-share-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-bottom:18px}.ydo-share-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;width:72px;background:0 0;border:0;cursor:pointer}.ydo-share-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;transition:transform .15s ease}.ydo-share-item:hover .ydo-share-icon{transform:translateY(-2px)}.ydo-share-item .ydo-share-label{font-size:11.5px;color:var(--text-muted);font-weight:600}.ydo-share-icon.fb{background:#1877f2}.ydo-share-icon.x{background:#000}.ydo-share-icon.wa{background:#25d366}.ydo-share-icon.email{background:var(--text-muted)}.ydo-share-icon.copy{background:var(--accent)}.ydo-share-link-row{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:6px 6px 6px 16px;background:var(--bg-soft)}.ydo-share-link-row input{flex:1;border:0;background:0 0;font-size:12.5px;color:var(--text-muted);outline:0}.ydo-share-copy-btn{border:0;border-radius:999px;padding:8px 16px;font-size:12.5px;font-weight:700;background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap}.ydo-share-copy-btn.is-copied{background:var(--ydo-success,#16a34a)}