/* Reuses the existing Controls palette and form geometry. */
.control-browser-memory .memory-edit-form select{font:inherit;font-size:16px;box-sizing:border-box;min-width:0;width:100%;max-width:100%;padding:10px 12px;border:1px solid #dde2d4;border-radius:10px;background:#fafbf8;color:#252622;min-height:44px}
.control-browser-memory .memory-event-fields{min-width:0;border:0;padding:0;margin:0;display:grid;gap:10px}
.control-browser-memory .memory-event-fields input:not([type=checkbox]){width:100%}
.control-browser-memory .memory-edit-form input[type=checkbox]{width:20px;min-height:20px;height:20px;flex:0 0 20px}
.control-browser-memory .memory-edit-form .memory-select{display:flex;align-items:flex-start}
.control-browser-memory .memory-category{min-width:0}
