.health_check_form_embed {
    position: relative;
    padding: 24px 0;
}

.health_check_form_embed .health_check_form_embed_inner {
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 2.4vw, 40px);
}

.health_check_form_embed .health_check_form_embed_intro {
    margin-bottom: 20px;
    text-align: center;
}

.health_check_form_embed .health_check_form_embed_intro h2 {
    margin: 0;
    color: #1e1e1e;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
}

.health_check_form_embed .health_check_form_embed_content {
    margin-top: 12px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.45;
}

.health_check_form_embed .health_check_form_embed_form {
    width: 100%;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) {
    margin: 0;
}

.health_check_form_embed #gf_progressbar_wrapper_4 .gf_progressbar .gf_progressbar_percentage {
    background: #E43D2F !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_heading,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_required_legend {
    display: none !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-textarea .gfield_label,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-textarea .gform-field-label {
    display: none !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_fields {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 16px !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_fields > .gfield {
    grid-column: 1 / -1 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_3_53,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_3_3,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_3_5,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_4_1,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_4_3,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_4_5 {
    grid-column: span 1 !important;
    margin-top: 0 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) :is(#field_3_53, #field_3_3, #field_3_5) .gfield_label,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) :is(#field_3_53, #field_3_3, #field_3_5) .gform-field-label {
    display: none !important;
}

.health_check_form_embed #gform_wrapper_4 .gform_fields {
    grid-template-columns: 1fr !important;
}

.health_check_form_embed #gform_wrapper_4 .gform_fields > .gfield {
    grid-column: 1 / -1 !important;
}

.health_check_form_embed #gform_wrapper_4 .gfield--type-address .ginput_complex.ginput_container_address {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 16px !important;
}

.health_check_form_embed #gform_wrapper_4 .gfield--type-address .ginput_complex.ginput_container_address > span {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="text"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="email"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="tel"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="url"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="number"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) select,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) textarea {
    width: 100% !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #dddddd !important;
    padding: 0px 16px !important;
    color: #1e1e1e !important;
}
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input::placeholder,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) textarea::placeholder {
    color: #939393 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_confirmation_message {
    color: #1e1e1e !important;
    font-size: 25px;
    text-align: center;
    margin-top: 8rem;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="text"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="email"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="tel"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="url"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input[type="number"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) select {
    min-height: 48px !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) textarea {
    min-height: 150px !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input::placeholder,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) textarea::placeholder {
    color: #939393;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) input:focus,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) select:focus,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) textarea:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2) !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-footer,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-page-footer {
    margin-top: 24px !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 16px !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer .gform-button-reset,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-footer .gform-button-reset,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer .gform-button-reset,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-page-footer .gform-button-reset {
    margin-right: auto !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) :is(#gform_submit_button_3, #gform_submit_button_4),
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer input[type="submit"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer input[type="submit"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer button[type="submit"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer button[type="submit"],
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer .gform_button,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer .gform_button,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-footer .gform_button,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-page-footer .gform_button,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_button.button {
    width: 183px !important;
    min-width: 183px !important;
    height: 68px !important;
    padding: 0 40px !important;
    border: 1px solid #e43d2f !important;
    border-radius: 500px !important;
    background: #e43d2f !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    transform: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) :is(#gform_submit_button_3, #gform_submit_button_4):hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer input[type="submit"]:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer input[type="submit"]:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer button[type="submit"]:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer button[type="submit"]:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer .gform_button:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer .gform_button:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-footer .gform_button:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-page-footer .gform_button:hover,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_button.button:hover {
    background: #d63729 !important;
    border-color: #d63729 !important;
    color: #ffffff !important;
    transform: none !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) :is(#gform_submit_button_3, #gform_submit_button_4):focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer input[type="submit"]:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer input[type="submit"]:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer button[type="submit"]:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer button[type="submit"]:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_footer .gform_button:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_page_footer .gform_button:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-footer .gform_button:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform-page-footer .gform_button:focus-visible,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_button.button:focus-visible {
    outline: 2px solid #1a73e8 !important;
    outline-offset: 2px !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice {
    position: relative !important;
    border: 0 !important;
    margin: 30px 0 0 !important;
    padding-top: 28px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "title rating" "description rating" !important;
    column-gap: 24px !important;
    row-gap: 8px !important;
    align-items: start !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #d8d8d8;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gfield_label,
.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gform-field-label {
    grid-area: title !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #1e1e1e !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gfield_description {
    grid-area: description !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #343434 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .ginput_container_radio {
    grid-area: rating !important;
    justify-self: end !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gfield_radio {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    list-style: none !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice {
    margin: 0 !important;
    position: relative !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 0 !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice label::after {
    content: "";
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(1) label {
    background: #ff5b64 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(1) label::after {
    content: "1";
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(2) label {
    background: #f28c52 !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(2) label::after {
    content: "2";
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(3) label {
    background: #f2bc1b !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(3) label::after {
    content: "3";
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(4) label {
    background: #7fbd4f !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(4) label::after {
    content: "4";
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(5) label {
    background: #4dbb5f !important;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice:nth-child(5) label::after {
    content: "5";
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .gchoice input[type="radio"]:checked + label {
    box-shadow: 0 0 0 2px #efefef, 0 0 0 4px #1a73e8;
}

.health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-textarea {
    margin-top: 12px !important;
}

.health_check_form_embed .healthcheck-summary {
    margin-top: 32px;
}

.health_check_form_embed .healthcheck-summary__title {
    margin: 0 0 16px !important;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.health_check_form_embed .healthcheck-summary__card {
    background: #dddddd;
    border-radius: 8px;
    padding: clamp(20px, 2vw, 32px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

.health_check_form_embed .healthcheck-summary__meta p {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #2d2d2d;
}

.health_check_form_embed .healthcheck-summary__score {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
}

.health_check_form_embed .healthcheck-summary__score-label {
    margin: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e43d2f;
    font-weight: 700;
}

.health_check_form_embed .healthcheck-summary__score-badge {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    line-height: 1;
    color: #fff;
    background: #e43d2f;
}

.health_check_form_embed .healthcheck-summary__score-outof {
    margin: 0 !important;
    font-size: 16px;
    color: #2d2d2d;
}

.health_check_form_embed .healthcheck-summary__level {
    text-align: right;
}

.health_check_form_embed .healthcheck-summary__level-value {
    margin: 0 !important;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 600;
    color: #1e1e1e;
}

.health_check_form_embed .healthcheck-summary__level-label {
    margin: 2px 0 0 !important;
    font-size: 14px;
    line-height: 1.35;
    color: #3a3a3a;
}

@media (max-width: 991px) {
    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gform_fields {
        grid-template-columns: 1fr !important;
    }

    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_3_53,
    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_3_3,
    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_3_5,
    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_4_1,
    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_4_3,
    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) #field_4_5 {
        grid-column: 1 / -1 !important;
    }

    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice {
        grid-template-columns: 1fr !important;
        grid-template-areas: "title" "description" "rating" !important;
    }

    .health_check_form_embed :is(#gform_wrapper_3, #gform_wrapper_4) .gfield.gfield--type-radio.gfield--input-type-choice .ginput_container_radio {
        justify-self: start !important;
    }

    .health_check_form_embed .healthcheck-summary__card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .health_check_form_embed .healthcheck-summary__meta,
    .health_check_form_embed .healthcheck-summary__level {
        text-align: center;
    }
}
