.section-social-compact{padding:20px;margin-top:30px;direction:rtl;text-align:right}.social-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px}.social-column{display:flex;align-items:center;gap:10px}.social-divider{height:30px;width:1px;background-color:rgba(255,255,255,.3);margin:0 10px}.social-label{font-size:14px;color:#d0d0d0;white-space:nowrap}.social-icons{display:flex;gap:15px;align-items:center}.social-icon-small{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,.1);transition:all .2s ease;cursor:pointer;text-decoration:none;position:relative}.social-icon-small:hover{transform:translateY(-3px);background-color:rgba(255,255,255,.2);box-shadow:0 4px 8px rgba(0,0,0,.3)}.social-icon-small svg{width:20px;height:20px}.copy-message{position:absolute;top:-30px;right:50%;transform:translateX(50%);background-color:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;transition:opacity .3s;white-space:nowrap}.copy-message.active{opacity:1}@media (max-width:576px){.social-row{flex-direction:column;gap:20px}.social-divider{width:80%;height:1px;margin:5px 0}}