[data-hsfc-id=Renderer] .hsfc-FormWrapper .hsfc-Step .hsfc-Step__Content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
}
[data-hsfc-id=Renderer] .hsfc-FormWrapper .hsfc-PhoneInput__FlagAndCaret {
    background-color: transparent !important;
}
.hsfc-FormWrapper .hsfc-FieldLabel {
    font-size: 16px !important;
    font-family: var(--font-family) !important;
}
.hsfc-FormWrapper .hsfc-TextInput, .hsfc-FormWrapper .hsfc-TextareaInput {
    background-color: #ffffff !important;
    border: 1px solid var(--border_gray);
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 16px !important;
    font-family: var(--font-family) !important;
}
.hsfc-FormWrapper .hsfc-ErrorAlert {
    font-size: 14px !important;
    font-family: var(--font-family) !important;
    color: var(--orange_color) !important;
}
.hsfc-FormWrapper p {
    font-family: var(--font-family) !important;
}
.hsfc-FormWrapper textarea {
    resize: none !important;
    height: 110px;
}
.hsfc-FormWrapper .hsfc-TextInput:hover, .hsfc-FormWrapper .hsfc-TextareaInput:hover {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
[data-hsfc-id=Renderer] .hsfc-FormWrapper .hsfc-NavigationRow {
    margin-top: 0;
}
.hsfc-FormWrapper .hsfc-PhoneInput .hsfc-TextInput {
    border-radius: 0 8px 8px 0px !important;
}
.hsfc-FormWrapper .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
    background-color: #fff !important;
    border-right: none !important;
}
.hsfc-FormWrapper .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret:hover {
    background-color: #fff !important;
}
.hsfc-FormWrapper .hsfc-Button {
    font-weight: 400 !important;
    padding: 18px 32px !important;
    font-size: 16px !important;
    line-height: normal;
    border-radius: 8px !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    width: 100% !important;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    font-family: var(--font-family) !important;
}
.hsfc-FormWrapper .hsfc-Button:hover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    box-shadow: 0 12px 36px rgba(255, 65, 3, 0.45), 0 4px 12px rgba(255, 65, 3, 0.25);
}
 .hsfc_inline_form .hsfc-Step__Content {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .hsfc_inline_form .hsfc-Step__Content .hsfc-Row {
        flex: 1;
        margin: 0;
    }
    .hsfc_inline_form .hsfc-FormWrapper .hsfc-TextInput {
        height: 47px;
    }
    .hsfc_inline_form .hsfc-ErrorAlert {
        font-size: 14px !important;
        color: var(--error_color) !important;
    }
    .hsfc_inline_form .hsfc-Step__Content .hsfc-FieldLabel {
        display: none;
    }
    .hsfc_inline_form .hsfc-Step__Content .hsfc-NavigationRow {
        flex: 0 0 auto;
    }
    .hsfc_inline_form .hsfc-Step__Content .hsfc-NavigationRow__Alerts {
        display: none;
    }
    .hsfc_inline_form .hsfc-FormWrapper .hsfc-Button {
        padding: 15px 32px !important;
    }
@media screen and (max-width:1599px) {
    .hsfc-FormWrapper .hsfc-FieldLabel {
        font-size: 16px !important;
    }
}
@media screen and (max-width:1199px) {
    .hsfc-FormWrapper .hsfc-FieldLabel {
        font-size: 15px !important;
    }
    .hsfc-FormWrapper .hsfc-Button {
        font-size: 15px !important;
    }
    .hsfc-FormWrapper .hsfc-TextInput, .hsfc-FormWrapper .hsfc-TextareaInput {
        padding: 8px 12px !important;
        font-size: 15px !important;
    }
    .hsfc-DropdownOptions__List__ListItem {
        font-size: 14px !important;
        padding: 7px 10px !important;
    }
}
