.opportunity-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;cursor:pointer;border:none;font:inherit}
.opportunity-share-btn::before{content:'';width:1.1em;height:1.1em;flex:0 0 1.1em;display:inline-block;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='5' r='3' fill='black'/%3E%3Ccircle cx='6' cy='12' r='3' fill='black'/%3E%3Ccircle cx='18' cy='19' r='3' fill='black'/%3E%3Cpath d='M8.65 10.94l6.7-3.88M8.65 13.06l6.7 3.88' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='5' r='3' fill='black'/%3E%3Ccircle cx='6' cy='12' r='3' fill='black'/%3E%3Ccircle cx='18' cy='19' r='3' fill='black'/%3E%3Cpath d='M8.65 10.94l6.7-3.88M8.65 13.06l6.7 3.88' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E")}
.opportunity-share-btn.is-sharing{opacity:.65;pointer-events:none}
.opps-mobile-action.opportunity-share-btn{background:#eef6ff;color:#075985}
.opps-menu-item.opportunity-share-btn{width:100%;background:#eef6ff;color:#075985;text-align:right;justify-content:flex-start}
.opportunity-share-dialog{position:fixed;inset:0;z-index:100000;display:none;direction:rtl}
.opportunity-share-dialog.is-open{display:block}
.opportunity-share-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(2px)}
.opportunity-share-sheet{position:absolute;right:50%;bottom:18px;transform:translateX(50%);width:min(560px,calc(100% - 24px));background:#fff;border-radius:22px;padding:16px;box-shadow:0 24px 70px rgba(15,23,42,.3)}
.opportunity-share-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#0f172a}
.opportunity-share-sheet-head button{width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9;font-size:24px;cursor:pointer}
.opportunity-share-sheet textarea{width:100%;min-height:220px;resize:vertical;border:1px solid #cbd5e1;border-radius:14px;padding:12px;font:inherit;line-height:1.9;background:#f8fafc;color:#0f172a;box-sizing:border-box}
.opportunity-share-sheet-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}
.opportunity-share-sheet-actions button,.opportunity-share-sheet-actions a{display:flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:12px;background:#0f766e;color:#fff;text-decoration:none;font:inherit;cursor:pointer;padding:8px}
.opportunity-share-sheet-actions a:nth-of-type(1){background:#334155}.opportunity-share-sheet-actions a:nth-of-type(2){background:#16a34a}.opportunity-share-sheet-actions a:nth-of-type(3){background:#0284c7}
.opportunity-share-toast{position:fixed;left:50%;bottom:24px;z-index:100001;transform:translate(-50%,20px);opacity:0;background:#0f172a;color:#fff;padding:11px 18px;border-radius:999px;box-shadow:0 12px 30px rgba(15,23,42,.25);transition:.2s ease;pointer-events:none;white-space:nowrap}
.opportunity-share-toast.is-error{background:#b91c1c}.opportunity-share-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:640px){.opportunity-share-sheet{bottom:0;width:100%;border-radius:22px 22px 0 0}.opportunity-share-sheet textarea{min-height:180px}.opportunity-share-sheet-actions{grid-template-columns:1fr 1fr}}
