.FormFooter {

    &-footer {
        border-top: 1px solid $grey_175;
        padding-top: 20px;
    }

    &-pricing-disclaimer {
        color: var(--gray-500);
        font-size: 14px;
        width: 520px;
    }

    /* stylelint-disable selector-no-type */
    label {
        font-size: 11px;
    }
    /* stylelint-enable selector-no-type */

    &-save-preset {
        margin-right: 15px;
    }
}
