.constants-web .modal-content.share-sheet-modal{width:480px;max-width:calc(100vw - 32px)}.share-sheet{width:100%;box-sizing:border-box}.share-sheet-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:inherit;font-size:18px;cursor:pointer}.share-sheet-close:hover{background:rgba(0,0,0,.06)}.share-sheet-card{display:block;width:100%;aspect-ratio:1200/630;object-fit:cover;border-radius:12px;margin-bottom:20px;background:#eceef7}.share-sheet-targets{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 8px}.share-sheet-target{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:none;background:none;color:inherit;text-decoration:none;cursor:pointer}.share-sheet-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;font-size:22px;color:#fff}.share-sheet-icon--email,.share-sheet-icon--neutral,.share-sheet-icon--text{background:#eceef7;color:#2b2b2b}.share-sheet-icon--x{background:#000}.share-sheet-icon--facebook{background:#1877f2}.share-sheet-icon--whatsapp{background:#25d366}.share-sheet-icon--linkedin{background:#0a66c2}.share-sheet-target:hover .share-sheet-icon{filter:brightness(.92)}.share-sheet-label{font-size:12px;text-align:center}.share-sheet-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}