/* Host-specific tweaks only. The theme, the application shell and every shared component live in
   _content/IncomeExpenseManager.UI/app-ui.css so the Web and MAUI hosts stay identical. */

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

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

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

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
