/* v703: buscador siempre accesible y edición por fila. */
#filtersPanel{display:block;scroll-margin-top:12px}
.quick-study-search{display:flex;align-items:center;gap:6px;min-width:min(100%,420px);flex:1 1 420px}
.quick-study-search label{font-weight:700;white-space:nowrap;color:#cbd5e1}
.quick-study-search input{min-width:180px;flex:1 1 280px;background:#07111f;color:#f8fafc;border:1px solid #334155;border-radius:8px;padding:8px 10px}
.quick-study-search input:focus{outline:2px solid #38bdf8;outline-offset:1px;border-color:#38bdf8}
.editStudyBtn{border-color:#0ea5e9!important;color:#bae6fd!important;background:#082f49!important;font-weight:700}
.editStudyBtn:hover{background:#075985!important;color:#fff!important}
body.light .quick-study-search label{color:#334155}
body.light .quick-study-search input{background:#fff;color:#0f172a;border-color:#94a3b8}
body.light .editStudyBtn{background:#e0f2fe!important;color:#075985!important}
@media(max-width:760px){.quick-study-search{width:100%;min-width:0;display:grid;grid-template-columns:1fr auto}.quick-study-search label{grid-column:1/-1}.quick-study-search input{min-width:0;width:100%}}
