/* Base resets only — the full VVD theme lives in vvd-theme.css (loaded after this file). */

h1:focus { outline: none; }

.validation-message { color: #ff9bab; }

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1.2rem;
    color: white;
    border-radius: 10px;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}
