.brand-health-check {
    .gfield_radio, .gfield_checkbox  {
        &>div {
            display: flex;
            gap: 8px;
        }

        label {
            margin: 0;
            font-size: 18px !important;
        }
    }

    .gfield_radio {
        margin-bottom: 2rem;
        
        &>div {
            align-items: start;
        }

        .gfield-choice-input {
            margin: 8px 0 0 !important;
        }
    }

    .gfield_checkbox {
        &>div {
            align-items: center;
        }

        .gfield-choice-input {
            margin: 0 !important;
        }
    }

    .gform_required_legend {
        display: none;
    }

    .gfield_label {
        font-size: 18px !important;
    }

    .gform_next_button, .gform_previous_button, .gform_button[type='submit'] {
        border: none;
        border-radius: 0;
        padding: .5rem 1.5rem;
    }

    .gform_next_button, .gform_button[type='submit'] {
        background-color: #fc0613;
        color: white;

        &:hover {
            background-color: #e00808;
            color: white;
        }
    }

    .gform_previous_button {
        background-color: #f2f2f2 !important;
        color: black !important;
    }

    .gf_progressbar_percentage  {
        background-color: #fc0613 !important;
    }
}