:where(input, select, textarea) {
    outline: none !important;
    box-shadow: none !important;
}

:where(input, select, textarea):focus {
    outline: none !important;
    box-shadow: none !important;
}

.keyboard-navigation :where(input, select, textarea):focus {
    outline: 3px solid rgba(247, 127, 0, 0.45) !important;
    outline-offset: 4px;
    box-shadow: 0 0 0 0.25rem rgba(247, 127, 0, 0.2) !important;
}
