#sd-accessibility-toggle {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #5f3dc4;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
}

#sd-accessibility-panel {
    position: fixed;
    bottom: 120px;
    right: 40px;
    width: 330px;
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 0 35px rgba(0,0,0,0.25);
    z-index: 999999;
    display: none;
    font-family: Arial, sans-serif;
}

#sd-accessibility-panel h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.sd-btn {
    width: 100%;
    padding: 10px;
    margin: 6px 0;
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 15px;
}

.sd-btn:hover {
    background: #e9e9e9;
}

.btn-red {
    background: #ffdddd;
    border: 1px solid #ff8888;
}
