
.df-contrast { filter: contrast(200%) !important; }
.df-dark-mode { background: #111 !important; color: #fff !important; }
.df-dyslexia { font-family: 'OpenDyslexic', Arial, sans-serif !important; }
.df-big-cursor * { cursor: url('https://cur.cursors-4u.net/cursors/cur-2/cur113.cur'), auto !important; }
.df-grayscale { filter: grayscale(100%) !important; }

#df-accessibility-widget {
    position: fixed;
    bottom: 40px; /* verhoogde afstand tot onderzijde */
    z-index: 99999;
}
#df-toggle-access {
    width: 56px;
    height: 56px;
    font-size: 28px;
    color: #fff;
    border: none;
    cursor: pointer;
}
#df-access-panel {
    margin-top: 12px;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 12px;
    width: 240px;
}
#df-access-panel button {
    display: block;
    width: 100%;
    margin: 6px 0;
    padding: 10px;
    font-size: 15px;
    border: none;
    background: #f3f3f3;
    cursor: pointer;
}
