/*
 * Public /docs stylesheet smoke test.
 *
 * Reference https://m7.org/docs/css/sample.css from a document, then apply
 * m7-docs-css-smoke-test to an element to confirm the stylesheet loaded.
 */
.m7-docs-css-smoke-test {
    outline: 3px solid #7c3aed;
    outline-offset: 4px;
}
