/* Framework rules only — the visual system lives in office.css on the shared
   NormarCapture.UI tokens (2f). */

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem;
    color: white;
    border-radius: 6px;
}

    .blazor-error-boundary::after {
        content: "Prišlo je do napake."
    }
