/* /Components/KeyValueEditor.razor.rz.scp.css */
/* Monospace the bulk KEY=VALUE textarea. Tailwind can't reach into a child component, so this uses
   ::deep to target MaterialInput's inner input from this component's own scoped wrapper. */
.mono-field[b-1brn1iazbx]  .md-text-field__input {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
