/* ============================================================
   feed.css (Lego Block)
   뮤비 전용 쇼츠 피드의 고유 스타일. 공용 뼈대(스와이프 카드, 데스크톱 폰프레임,
   닫기 버튼 등)는 /css/comp-feed-shell.css — 이 파일은 뮤비에만 있는 것만.
   ============================================================ */

/* 소리 켜기/끄기 (좌상단) */
.feed-sound-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
