/* Custom styles for django-multifactor documentation. */

:root {
    --color-brand-primary: #0d6efd;
    --color-brand-content: #0d6efd;
}

/* Make Mermaid diagrams centre-align and respect the content width. */
div.mermaid {
    display: flex;
    justify-content: center;
    margin: 1.5rem auto;
}

div.mermaid svg {
    max-width: 100%;
    height: auto;
}

/* Tighten code blocks slightly — Furo's default is a touch generous. */
.highlight pre {
    padding: 0.75rem 1rem;
}

/* Callout blocks inherit MyST admonition styling; nudge the title weight. */
.admonition-title {
    font-weight: 600;
}
