#operationalLocationsSection { padding:24px; color:var(--text); background:var(--panel); border:1px solid var(--border); border-radius:16px; margin-top:20px; }
#operationalLocationsSection .ol-header { display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px; }
#operationalLocationsSection .ol-filters,#operationalLocationsSection .ol-fields { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px; }
#operationalLocationsSection label { display:flex;flex-direction:column;gap:8px;font-weight:600; }
#operationalLocationsSection input,#operationalLocationsSection select,#operationalLocationsSection textarea { width:100%;min-height:42px;padding:10px;border:1px solid var(--border);border-radius:8px;color:inherit;background:var(--panel);box-sizing:border-box; }
#operationalLocationsSection button { padding:10px 14px;border-radius:8px;cursor:pointer;background:var(--panel-2);color:var(--text);border:1px solid var(--border); }
#operationalLocationsSection table { width:100%;border-collapse:collapse; }
#operationalLocationsSection td,#operationalLocationsSection th { text-align:left;padding:16px 12px;border-bottom:1px solid var(--border); }
#operationalLocationsSection small { display:block;margin-top:6px; }
#operationalLocationsSection .ol-editor { border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:24px; }
#operationalLocationsSection .ol-hint { margin-top:24px; }
@media(max-width:800px){#operationalLocationsSection .ol-filters,#operationalLocationsSection .ol-fields{grid-template-columns:1fr}.ol-header{flex-wrap:wrap}}

#operationalLocationsSection #olAdd,#operationalLocationsSection button[type="submit"] { background:var(--primary);color:#fff;border-color:var(--primary); }
