.contact-form {
    input, textarea {
        width: 100%;
        background-color: var(--wp--preset--color--custom-color-4);
        color: var(--wp--preset--color--custom-color-5);
        border: 1px var(--wp--preset--color--custom-color-3) solid;
    }

    input {
        height: 30px;
    }

    input:focus,
    textarea:focus {
        outline: none;
        border: 1px solid var(--wp--preset--color--custom-color-1);
    }

    p {
        color: var(--wp--preset--color--custom-color-1)!important;
    }

    span {
        width: 100%;
    }

    .wpcf7-submit {
        font-family: inherit;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--wp--preset--color--custom-color-1);
        border-radius: 3px;
        background-color: var(--wp--preset--color--custom-color-6);
        color: var(--wp--preset--color--custom-color-1);
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        padding: 10px 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 20px 10px;
        width: 200px;
        height: 50px;
    }

    .wpcf7-submit:hover {
        background-color: var(--wp--preset--color--custom-color-2);
    }


}
