html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#blazor-error-ui {
    background: #ffcc00;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

/* ── Content body typography (styles raw HTML in pure-HTML content files) ── */

.doc-content-body {
    padding: 18px 24px;
    line-height: 1.65;
    font-size: 0.95rem;
}

.doc-content-body h5 {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--mud-palette-text-secondary, #666);
}

.doc-content-body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.doc-content-body ul {
    padding-left: 22px;
    margin-bottom: 10px;
}

.doc-content-body li {
    margin-bottom: 3px;
}

.doc-content-body strong {
    font-weight: 600;
}
