.custom-social-box{display:flex;align-items:center;background:white;padding:15px;border-radius:25px;box-shadow:0px 4px 10px rgba(0,0,0,0.1);margin:10px 0;transition:background 0.3s ease-in-out;cursor:pointer}.custom-social-box img{width:50px;height:50px;margin-right:15px;flex-shrink:0}.custom-social-box .text-content{font-family:Arial,sans-serif}.custom-social-box h3{font-size:18px;font-weight:bold;margin:0}.custom-social-box p{font-size:14px;color:#666;margin:0}.custom-social-box:hover{background:#f3f3f3}