.share-buttons{background:var(--color-bg,#f7f9fc);border-radius:8px;padding:24px;text-align:center}.share-buttons__title{color:#555;font-size:14px;font-weight:700;margin:0 0 16px}.share-buttons__group{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.share-buttons .share-buttons__btn{align-items:center;border-radius:6px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:8px;padding:10px 20px;text-decoration:none;transition:opacity .2s}.share-buttons .share-buttons__btn:hover{opacity:.8;text-decoration:none}.share-buttons__btn--twitter{background:#000}.share-buttons__btn--facebook{background:#1877f2}.share-buttons__btn--line{background:#06c755}@media (max-width:480px){.share-buttons__btn{justify-content:center;width:100%}}