.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border: 1px solid var(--wp--preset--color--custom-color-7) !important;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
    background-color: var(--wp--preset--color--pale-pink);
    border: 0;
    color: var(--wp--preset--color--white);;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--wp--preset--color--black);
}
