/**
 * form.css
 *
 * All form related styles
 *
 * Mostly element[attribute] styles
 * And gravity forms related styles. These are not SMACCS optimised unfortunately.
 *
**/

.fluentform_wrapper_3,
.fluentform_wrapper_4 {
    overflow: hidden;
}

.ff-el-recaptcha {
    max-width: 248px;
}

.fluentform .ff-message-success {
    border: 1px solid var(--color-alpha);
    border-radius: var(--size__border-radius-small);
    box-shadow: var(--box-shadow);
    margin-bottom: var(--size__space-normal);
}

.fluentform .ff-message-success > p {
    margin: 0;
}

@media screen and (min-width: 400px) {
    .ff-el-recaptcha {
        max-width: auto;
    }
}

@media screen and (min-width: 1024px) {

}
