.social-share-container{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:20px;font-size:18px;font-weight:bold;color:#333}.social-share-text{font-size:18px;font-weight:bold;color:#333}.social-share-buttons{display:flex;gap:6px}.social-share-button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background-color:transparent;text-decoration:none;transition:transform 0.2s ease,opacity 0.2s ease}.social-share-button i{font-size:16px;color:white}.social-share-button.facebook{background-color:#1877F2}.social-share-button.twitter{background-color:#1DA1F2}.social-share-button.pinterest{background-color:#E60023}.social-share-button.email{background-color:#444444}.social-share-button:hover{transform:scale(1.05);opacity:0.85}