/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Blazor's unhandled-error banner, restyled as an M3 error snackbar.
   Blazor toggles `display` on this element itself, so it must stay `none`
   here and carry its own colours - the Tailwind bundle is not guaranteed to
   have loaded when it first appears. */
#blazor-error-ui[b-cptkv3t88j] {
    color-scheme: light only;
    display: none;
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    padding: 0.875rem 3rem 0.875rem 1.25rem;
    background: #ffdad6;
    color: #410002;
    font-size: 0.875rem;
    line-height: 1.43;
    box-shadow: 0 -1px 3px 0 rgb(0 0 0 / 0.3), 0 -4px 8px 3px rgb(0 0 0 / 0.15);
}

#blazor-error-ui .reload[b-cptkv3t88j] {
    margin-inline-start: 0.75rem;
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#blazor-error-ui .dismiss[b-cptkv3t88j] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    translate: 0 -50%;
    padding: 0.25rem 0.5rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: inherit;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}
