/*
 * Native .form-check-input (Backpack radios/checkboxes) — brand via accent-color.
 * background-color does not recolor native radios (they stay OS blue).
 * Keep focus ring off so click does not show a selection box.
 */
.form-check-input {
    accent-color: #796ae7;
}

.form-check-input:focus,
.form-check-input:focus-visible,
.form-check-input:active {
    outline: none !important;
    box-shadow: none !important;
}
