/* =====================================================
   light-only.css — Star Media Studios
   Forces light theme always. Hides dark/light toggle.
   ===================================================== */

/* Hide the theme toggle button and its nav item */
#theme-toggle,
li:has(#theme-toggle) {
  display: none !important;
}

/* Also hide both sun and moon icons as a fallback */
.theme-icon-sun,
.theme-icon-moon,
.theme-toggle-btn {
  display: none !important;
}

/* Hide breadcrumbs globally */
.loc-breadcrumb,
.loc-breadcrumb-inner {
  display: none !important;
}
