/* Button Group Demo — JavaScript API output box
 * Small mono-font surface used by the api-output <pre> on the JS API demo. */

.bg-api-output {
    margin: 0;
    padding: 0.5rem 0.75rem;
    background: var(--lp-bg-subtle, rgba(0, 0, 0, 0.04));
    border-radius: var(--lp-btn-border-radius);
    font-size: 0.75rem;
    font-family: var(--lp-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
}
