.gform_wrapper .gform-footer:has(.enabled-recaptcha) {
    width:         100% !important;
    display:       flex;
    align-content: center;
    align-items:   center;
    gap:           32px;
    @media only screen and (max-width: 479px) {
        flex-direction: column;
        align-items:    flex-start;
        gap:            16px;
    }
}

.gform_wrapper .gform-footer:has(.enabled-recaptcha) button {
    width: auto !important;
    @media only screen and (max-width: 479px) {
        align-self:    start !important;
        margin-bottom: 0 !important;
        margin-top:    0 !important;
        width: 100% !important;
    }
}

