/* Override Bootstrap 5 default border color for radio buttons */
input[type="radio"].form-check-input {
  --bs-border-color: #6c757d;
}
