/* 공유(share) 기능 숨김 — 관리자 포함 전 계정에서 공유 버튼 비표시 */
[aria-label="공유"],
[title="공유"] {
  display: none !important;
}
