/* Kontras tinggi */
.high-contrast {
    background-color: black !important;
    color: yellow !important;
  }
  
  /* Font disleksia */
  .dyslexia-font {
    font-family: 'OpenDyslexic', Arial, sans-serif !important;
  }
  
  /* Highlight tautan */
  .highlight-links a {
    background-color: yellow !important;
    color: black !important;
    text-decoration: underline !important;
  }
  
  /* Panel aksesibilitas */
  #accessibility-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }
  
  #accessibility-panel button {
    display: block;
    margin: 5px 0;
    width: 100%;
    padding: 5px;
  }
  