/* Extends the approved control-settings, control-tones and control-name styles. */
.control-browser-memory{min-width:0}.control-browser-memory [hidden]{display:none!important}
.control-browser-memory .recognition-summary{max-width:50%;text-align:right;overflow-wrap:anywhere}
.control-browser-memory h3{font-size:13px;line-height:1.5;margin:17px 0 8px}
.memory-item{padding:12px 0;border-top:1px solid #edefe8;min-width:0}
.memory-text{margin:0 0 7px;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.memory-meta{font-size:11px;line-height:1.5;color:#707a65;margin:4px 0;overflow-wrap:anywhere}
.memory-actions{display:flex;flex-wrap:wrap;gap:5px 16px;margin-top:7px}
.memory-actions details[open]{width:100%}.memory-actions summary,.memory-clear summary,.memory-delete-profile summary{list-style:none;cursor:pointer;display:flex;align-items:center;min-height:44px;font-size:12px;font-weight:600;color:#657849;text-decoration:underline;text-underline-offset:3px}
.memory-actions summary::-webkit-details-marker,.memory-clear summary::-webkit-details-marker,.memory-delete-profile summary::-webkit-details-marker{display:none}
.memory-button{border:0;border-radius:11px;min-height:44px;padding:10px 13px;font:inherit;font-size:12px;line-height:1.45;font-weight:650;cursor:pointer;background:#eef1e7;color:#53623e;max-width:100%;white-space:normal}
.memory-button.primary{background:var(--control-lime);color:#29351b}.memory-button.danger{background:#f6eae7;color:#875345}
.memory-button:disabled{opacity:.5;cursor:default}.memory-draft{padding-bottom:12px;border-bottom:1px solid #e2e7d8}.memory-draft .memory-button{width:100%;margin-top:7px}
.memory-select{display:flex;align-items:flex-start;gap:10px;min-height:44px;font-size:14px;line-height:1.5;cursor:pointer;overflow-wrap:anywhere}.memory-select input{width:20px;height:20px;min-width:20px;margin:1px 0 0;accent-color:#83af13}
.memory-edit-form{padding:7px 0;display:grid;gap:10px}.memory-edit-form label{display:grid;gap:7px;font-size:12px;line-height:1.5;color:#66715c}.memory-edit-form textarea,.memory-edit-form input{font:inherit;font-size:16px;box-sizing:border-box;min-width:0;max-width:100%;width:100%;padding:10px 12px;border:1px solid #dde2d4;border-radius:10px;background:#fafbf8;color:#252622}.memory-edit-form textarea{min-height:82px;resize:vertical}.memory-edit-form input{width:100px;min-height:44px}
.control-browser-memory :focus-visible{outline:2px solid #83ae18;outline-offset:2px}
