.gform_wrapper{
    .gform-body{
        input[type="checkbox"]{
            block-size: 11px;
            inline-size: 11px;
        }

        .gform-field-label--type-inline{
            font-size: 10px;
            margin: 0;
        }

        .gfield_description {
            color: var(--wp--preset--color--white) !important;
        }
    }

    .gform_button,
    .gform-button{
        border-radius: 200px !important;
        font-weight: 500 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #2D2D2D !important;
        font-family: 'figtree' !important;
        transition-property: background-color, color !important;
        transition-duration: 0.4s !important;
        transition-timing-function: ease !important;
        padding: 10px 25px !important;

        &:hover{
            background-color: var(--wp--preset--color--primary) !important;
            color: var(--wp--preset--color--white) !important;
        }
    }

    input, textarea, select {
        border-width: 0px 0px 1px 0px !important;
        box-shadow: none !important;
        padding: unset !important;

        &:focus {
            outline: none !important;
        }
    }

    textarea {
        height: 100px !important;
    }
}