/* תיקון עבור קובץ accessibility.css */

.accessibility-widget {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* וידוא שה-widget יופיע מעל כל התוכן */
.accessibility-widget {
    z-index: 9999 !important;
}

/* תיקון סגנונות כפתורים בתפריט */
.access-btn {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* תמיכה בכפתור סמן גדול */
.access-btn#bigCursorBtn[aria-pressed="true"] {
    background: #2196f3;
    color: white;
    border-color: #1976d2;
}
