/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wrrepsdxm5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wrrepsdxm5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Faq.razor.rz.scp.css */
.spark-faq-lista[b-99v2foqqb1] { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.spark-faq-item[b-99v2foqqb1] { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 16px;
    background: var(--mud-palette-surface); border: 1px solid var(--mud-palette-lines-default); border-radius: 4px; }
.spark-faq-titulo[b-99v2foqqb1] { display: flex; align-items: center; gap: 8px; font-weight: 600; overflow-wrap: anywhere; }
.spark-faq-acoes[b-99v2foqqb1] { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.spark-faq-link[b-99v2foqqb1] { color: var(--mud-palette-primary); font-weight: 500; }
.spark-faq-leitor[b-99v2foqqb1] { width: 100%; height: 80vh; border: 1px solid var(--mud-palette-lines-default); border-radius: 4px; }
