.share-section{display:flex;align-items:center;flex-direction:column;justify-content:center}.share-section h2{color:#facc15}.share-section .share-buttons{display:flex;align-items:center;justify-content:center;gap:50px}.share-section .share-buttons svg{color:white;width:40px;height:40px;transition:.3s}.share-section .share-buttons svg:hover{color:#facc15;scale:1.3}.share-section .copy-link-btn{cursor:pointer}.share-section .copy-wrapper{position:relative;display:inline-block}.share-section .copy-wrapper .copied-msg{position:absolute;top:-50px;left:50%;transform:translateX(-50%);background:#000;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;opacity:.9;pointer-events:none;white-space:nowrap}