
/* BobCopilot globale tekstgrootte — minimum 12px */
.bob-font-controls{
 display:inline-flex;align-items:center;gap:3px;padding:3px;
 border:1px solid var(--line,rgba(255,255,255,.12));border-radius:10px;
 background:rgba(255,255,255,.035);white-space:nowrap
}
.bob-font-controls .bob-font-label{font-size:12px!important;font-weight:800;padding:0 5px;color:inherit;opacity:.85}
.bob-font-controls button{
 min-width:34px;min-height:34px;padding:5px 7px;border:0;border-radius:7px;
 background:transparent;color:inherit;cursor:pointer;font-weight:900;font-size:12px!important;
}
.bob-font-controls button[aria-pressed="true"]{background:#146EF5;color:#fff}
.bob-font-controls button:focus-visible{outline:3px solid #6BA8FF;outline-offset:2px}
@media(max-width:760px){
 .bob-font-controls .bob-font-label{display:none}
 .bob-font-controls{gap:1px}
 .bob-font-controls button{min-width:31px;padding:4px}
}

/* Tekstgrootte bediening altijd leesbaar */
.bob-font-controls{
 background:#07182B!important;border:1px solid #49647F!important;
 box-shadow:0 2px 0 rgba(255,255,255,.03) inset;
}
.bob-font-controls .bob-font-label{color:#EAF3FF!important;opacity:1!important}
.bob-font-controls button{color:#EAF3FF!important;background:transparent!important}
.bob-font-controls button:hover{background:#153555!important}
.bob-font-controls button[aria-pressed="true"]{
 background:#146EF5!important;color:#FFFFFF!important;box-shadow:0 0 0 2px #8FC1FF inset!important
}
.light-theme .bob-font-controls,
body[data-theme="light"] .bob-font-controls{
 background:#FFFFFF!important;border-color:#9FB4CB!important
}
.light-theme .bob-font-controls .bob-font-label,
.light-theme .bob-font-controls button,
body[data-theme="light"] .bob-font-controls .bob-font-label,
body[data-theme="light"] .bob-font-controls button{color:#10213B!important}
.light-theme .bob-font-controls button[aria-pressed="true"],
body[data-theme="light"] .bob-font-controls button[aria-pressed="true"]{
 background:#146EF5!important;color:#FFFFFF!important
}
