
#fayzakseo-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
}
#fayzakseo-toolbar {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    background: #ffffffee;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    direction: rtl;
    max-height: 80vh;
    overflow-y: auto;
}
#fayzakseo-toolbar button {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 8px;
    border: none;
    background: #333;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
#fayzakseo-toolbar button:hover {
    background: #555;
}
.readable-font {
    font-family: Arial, sans-serif !important;
}
.monospace-font {
    font-family: monospace !important;
}
.line-spacing {
    line-height: 2 !important;
}
.highlight-headings h1, 
.highlight-headings h2, 
.highlight-headings h3 {
    outline: 3px dashed #f90;
    background: #fffae6;
}
.focus-ring *:focus {
    outline: 3px solid #00f !important;
}
.reduce-motion * {
    animation: none !important;
    transition: none !important;
}
.highlight-links a {
    outline: 3px solid #f00 !important;
    background-color: #ffff99 !important;
}
.hide-images img {
    display: none !important;
}
.light-background {
    background-color: #ffffff !important;
    color: #000000 !important;
}
