.wizard-form .form-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0.5rem;
    min-height: 2.2em;
}
.wizard-form .form-check label {
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 600;
    min-width: 140px;
    text-align: left;
}
.wizard-form .form-check-input {
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: middle;
    width: 1.2em;
    max-width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
}
