form.wpcf7-form {
    font-family: inherit;
    font-size: initial;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

input.wpcf7-form-control,
select.wpcf7-form-control.wpcf7-select,
form.wpcf7-form textarea {
    font-family: inherit;
    font-size: initial;
    padding: 15px;
    border-radius: 25px;
    background-color: rgb(255 255 255 / 50%);
    border: none;
    max-height: 150px;
}


input.wpcf7-form-control:focus,
select.wpcf7-form-control.wpcf7-select:focus,
form.wpcf7-form textarea:focus {
    background-color: #ffffff;
}

input.wpcf7-form-control:not([type="submit"]),
select.wpcf7-form-control.wpcf7-select,
form.wpcf7-form textarea,
form.wpcf7-form label {
    width: 100%;
    box-sizing: border-box;
}

input.wpcf7-form-control[type="submit" i]:disabled {
    border: none;
}

input.wpcf7-form-control[type="submit"] {
    display: block;
    padding: 15px 40px;
    margin: 0 0 0 auto;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

    .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

.wpcf7-submit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wpcf7-submit-wrapper p {
        position: relative;
        display: inline-block;
        margin: 0;
    }

        .wpcf7-submit-wrapper input.wpcf7-form-control[type="submit"] {
            background-color: var(--wp--preset--color--color-0);
            color: var(--wp--preset--color--base);
            font-family: var(--wp--preset--font-family--atma);
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
        }    

            .wpcf7-submit-wrapper input.wpcf7-form-control[type="submit"][disabled] {
                cursor: not-allowed;
                opacity: 0.5;
            }

            .wpcf7-submit-wrapper input.wpcf7-form-control[type="submit"]:hover {
                background-color: var(--wp--preset--color--color-2);
                color: var(--wp--preset--color--base);
            }

            .wpcf7-submit-wrapper .wpcf7-spinner {   
                position: absolute;
                right: -40px;
                top: 50%;
                transform: translateY(-50%);
                margin: 0;
            }