.share-block { padding-top: 50px; padding-bottom: 50px; }
.share-inner { display: flex; max-width: 800px; margin: 0 auto; flex-direction: column; align-items: center; text-align: center; }
.share-copy { max-width: 700px; }
.share-copy h2 { margin: 0; }
.share-copy p { margin: 10px 0 0; color: var(--muted); }
.share-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 25px; }
.share-button { display: inline-flex; flex: 0 0 45px; width: 45px; height: 45px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; color: #ffffff; cursor: pointer; transition: transform 150ms ease-out, filter 150ms ease-out; }
.share-button:hover { color: #ffffff; filter: brightness(90%); transform: translateY(-5px); }
.share-button:focus-visible { outline: 5px solid var(--accent-soft); outline-offset: 5px; }
.share-button i { font-size: 20px; line-height: 1; }
.share-button .material-symbols-rounded { font-size: 20px; }
.share-whatsapp { background: #25d366; }
.share-telegram { background: #229ed9; }
.share-viber { background: #7360f2; }
.share-facebook { background: #1877f2; }
.share-x { background: #101010; }
.share-threads { background: #202020; }
.share-linkedin { background: #0a66c2; }
.share-pinterest { background: #bd081c; }
.share-reddit { background: #ff4500; }
.share-vk { background: #0077ff; }
.share-bluesky { background: #1185fe; }
.share-email { background: #52606d; }
.share-native { background: #2a7f88; }
.share-copy-link { background: #294d73; }
.share-status { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 15px; }

@media (max-width: 600px) {
    .share-block { padding-top: 40px; padding-bottom: 40px; }
    .share-actions { max-width: 330px; }
}
