
#iap-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border: 2px solid #444;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 14px;
    border-radius: 8px;
}
#iap-toggle {
    background: #004aad;
    color: #fff;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}
#iap-options {
    display: none;
    margin-top: 10px;
}
body.iap-contrast {
    background-color: #000 !important;
    color: #fff !important;
}
body.iap-text-large {
    font-size: 120% !important;
}
body.iap-line-height {
    line-height: 1.8 !important;
}
body.iap-dyslexia * {
    font-family: 'OpenDyslexic', Arial, sans-serif !important;
}
body.iap-highlight-links a {
    background-color: yellow !important;
    color: black !important;
    font-weight: bold;
}
