#accessibility-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

/* Icon Disabilitas */
#accessibility-toggle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid #7CFC00;
    background: #0d6efd;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

/* Panel */
#accessibility-panel {
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    width: 220px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

#accessibility-panel button {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #000;
    background: #f8f9fa;
    font-size: 14px;
}

#accessibility-panel button:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

/* Mode kontras tinggi */
.high-contrast {
    background: #000 !important;
    color: #fff !important;
}
