  /* Accessibility Styles */
    .high-contrast {
      background-color: #000 !important;
      color: #fff !important;
    }

    .high-contrast a {
      color: #8fdfff;
    }

    .high-contrast [style*="background"] {
      background-color: transparent !important;
    }

    .high-contrast img,
    .high-contrast video {
      filter: none !important;
    }

    :focus-visible {
      outline: 3px solid #ffbf47;
      outline-offset: 2px;
    }


/* Screen reader Styles */

  

    .toggle-btn { 
      border-radius: 6px;  
      background-color: #ffffff; /* OFF = white */
    }

    .toggle-btn.on {
      background-color: #28a745; /* ON = green */
    }
 

    .status.on {
      color: green;
    }

/* End Accessibility Styles */