/* Simple Content Switcher – minimales Styling */
[hidden] { display: none !important; }

/* Optional: aktiven Button visuell zurücknehmen – Theme-Stile bleiben erhalten */
.cs-switch.is-active {
  pointer-events: none;
  opacity: .75;
}
