:root{--pm-pre-code-border-radius:4px;--pm-pre-code-background-color:#444;--pm-pre-color:#fff;--pm-pre-font-size:.9em;--pm-pre-max-height:760px;--pm-pre-margin-bottom:24px;--pm-pre-padding:16px;--pm-code-padding:0 4px;--pm-code-background-color:rgba(100,100,100,0.1)}.plume code{overflow:auto;color:inherit;display:inline;font-size:inherit;font-family:inherit;white-space:inherit;padding:var(--pm-code-padding);border-radius:var(--pm-pre-code-border-radius);background-color:var(--pm-code-background-color)}.plume pre{width:100%;display:block;overflow:auto;white-space:pre;position:relative;word-wrap:break-word;font-family:monospace,monospace;color:var(--pm-pre-color);margin-bottom:var(--pm-pre-margin-bottom);padding:var(--pm-pre-padding);font-size:var(--pm-pre-font-size);max-height:var(--pm-pre-max-height);border-radius:var(--pm-pre-code-border-radius);line-height:calc(var(--pm-pre-font-size) + 10px);background-color:var(--pm-pre-code-background-color)}.plume pre code{padding:0;background-color:transparent}