.share-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:5rem auto;width:100%;max-width:700px}.share-buttons .share-label{margin-bottom:1.1rem;font-weight:500;letter-spacing:.02em;font-size:1.08em;opacity:.8;text-align:center}.share-buttons .share-btn-row{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;width:100%}.share-buttons .share-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;background:none;cursor:pointer;font-size:1.3em;transition:transform .15s}.share-buttons .share-btn:focus,.share-buttons .share-btn:hover{transform:scale(1.12)}.share-buttons .share-btn:not(:has(svg)){background:#1c6ef7;color:#fff;padding:.45em 1.2em;border-radius:4px;font-size:1em;font-weight:500;box-shadow:0 1px 3px rgba(0,0,0,.07);transition:background .18s,color .18s,transform .15s}.share-buttons .share-btn:not(:has(svg)):focus,.share-buttons .share-btn:not(:has(svg)):hover{background:#0b4dbb;color:#fff;transform:scale(1.08)}.theme-container.dark-theme .share-buttons .share-btn:not(:has(svg)){background:#0b4dbb;color:#fff}.theme-container.dark-theme .share-buttons .share-btn:not(:has(svg)):focus,.theme-container.dark-theme .share-buttons .share-btn:not(:has(svg)):hover{background:#1c6ef7;color:#fff}@media(max-width:600px){.share-buttons .share-label{margin-bottom:.7rem;font-size:1em}.share-buttons .share-btn-row{gap:1rem}}