.owned-field .owned-meta{align-items:center;justify-content:flex-start;column-gap:12px;row-gap:4px;line-height:1.4}
.owned-field .emotion-hint:has(.typing-sound-toggle){display:inline-flex;align-items:center;gap:6px;margin-right:auto;font-size:11px;white-space:nowrap}
.typing-sound-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px;width:26px;height:26px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;line-height:1;cursor:pointer;transition:color .15s ease,background .15s ease}
.typing-sound-toggle svg{display:block;width:17px;height:17px}
.typing-sound-toggle:hover{color:var(--text);background:var(--surface-2)}
.typing-sound-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px;color:var(--text)}
