body {
    margin: 0;
}

/* Hidden until Blazor sets display:block on an unhandled exception. */
#blazor-error-ui {
    background: #2a1f14;
    border-top: 1px solid rgba(224, 180, 74, 0.35);
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: Sora, "Segoe UI", sans-serif;
    color: #f3e6c8;
}

#blazor-error-ui .reload {
    color: #f6d56a;
    margin-left: 0.5rem;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
