.share-bar { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.share-bar .share-label { font-size: .8rem; color: #6c757d; font-weight: 600; }
.share-btn { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .75rem; border-radius: 20px; font-size: .82rem; font-weight: 600; border: none; cursor: pointer; text-decoration: none; transition: opacity .15s; }
.share-btn:hover { opacity: .85; text-decoration: none; }
.share-btn-band   { background: #00C73C; color: #fff; }
.share-btn-naver  { background: #03C75A; color: #fff; }
.share-btn-copy   { background: #6c757d; color: #fff; }
.share-btn-print  { background: #495057; color: #fff; }
@media print { .share-bar { display: none !important; } }
