/* 
   Tombstone for _slideshow-base.css 
   
   Contents have been refactored into:
   - slideshow-layout.css (Overlay, Header, Main Container)
   - slideshow-controls.css (Buttons, Theme Toggle, Audio Popups)
   - slideshow-info.css (Info Bar, Search Summary, Release Date)
   
   This file is kept to maintain the transparency toggle override if defined elsewhere,
   otherwise it is largely deprecated.
*/

:root[data-ss-transparency="true"] .slideshow-overlay {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}