.share-buttons-wrapper{margin:1rem 0;display:flex;gap:12px}.share-buttons{display:flex;gap:10px}.share-buttons a{display:flex;transition:all .3s ease-in-out}.share-buttons a:hover{rotate:360deg}.share-buttons svg{width:30px;height:30px;fill:#000}.share-buttons-title{font-size:18px;font-weight:600;color:#000;display:flex;align-items:center;justify-content:flex-start;gap:8px;user-select:none}.share-button[data-share=facebook]>svg{fill:#316ff6}.share-button[data-share=twitter]>svg{fill:#000}.share-button[data-share=linkedin]>svg{fill:#0077b5}.share-button[data-share=pinterest]>svg{fill:#df0022}.share-button[data-share=telegram]>svg{fill:#08c}.share-button[data-share=whatsapp]>svg{fill:#25d366}.share-button[data-share=copy-url]>svg{fill:#fa5f00}@media screen and (max-width:768px){.share-buttons-title{font-size:15px}.share-buttons-title svg{width:20px;height:20px}.share-buttons svg{width:27px;height:27px}}