.social-share-buttons{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 10px 0;}.social-share-buttons a,.social-share-buttons button{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:50%;font-size:20px;color:#fff;cursor:pointer;transition:background-color .3s,transform .3s;width:50px;height:50px;border:none;}.social-share-buttons a:hover,.social-share-buttons button:hover{transform:scale(1.1);opacity:.9}.social-share-buttons a i,.social-share-buttons button i{color:#fff}.social-share-buttons .facebook-share{background-color:#3b5998}.social-share-buttons .email-share i,.social-share-buttons .facebook-share i,.social-share-buttons .linkedin-share i,.social-share-buttons .pinterest-share i,.social-share-buttons .twitter-share i,.social-share-buttons .whatsapp-share i{font-size:24px}.social-share-buttons .twitter-share{background-color:#1da1f2}.social-share-buttons .linkedin-share{background-color:#0077b5}.social-share-buttons .pinterest-share{background-color:#e60023}.social-share-buttons .whatsapp-share{background-color:#25d366}.social-share-buttons .email-share{background-color:#0072c6}.social-share-buttons .copy-link-button{background-color:grey;font-size:20px}.social-share-buttons .copy-link-button:hover{background-color:#666}@media (max-width:768px){.social-share-buttons{flex-direction:row;justify-content:space-between}.social-share-buttons a,.social-share-buttons button{font-size:18px;width:45px;height:45px;flex:1 1 25%;margin:5px;max-width:60px}}@media (max-width:480px){.social-share-buttons a,.social-share-buttons button{flex:1 1 20%;max-width:45px}}