

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    padding: 0.6666em 1em;
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--h-5);
    box-sizing: border-box;
    line-height: normal;
    height: 100%;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"], 
.wpcf7 select, 
.wpcf7 textarea {
    border-radius: 0;
    padding: 1em 0.5em;
    line-height: 1em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--wp--preset--color--base-1);
    color: var(--wp--preset--color--base-1);
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"], 
.wpcf7 select {
    height: 3.125em;
}

select {
    -webkit-appearance: none; /* For WebKit browsers like Safari/Chrome on iOS */
       -moz-appearance: none; /* For Firefox */
            appearance: none; /* Standard property */
    background: none;
    border: none;
    color: var(--wp--preset--color--contrast-1)
}

.wpcf7-submit {
    line-height: normal;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.wpcf7-submit svg {
    display: block;
    color: var(--wp--preset--color--base-1);
    fill: var(--wp--preset--color--base-1);
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 0;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
select::placeholder,
textarea::placeholder {
    font-family: var(--wp--preset--font-family--body);
    color: var(--wp--preset--color--base-1);
    line-height: 1em;
}

.wpcf7 label {
    font-size: var(--wp--preset--font-size--h-5);
}

.wpcf7-inline-wrapper {
    display: table;
    width: 100%;
} 

.wpcf7-inline-wrapper.wpcf7-input-group {
    display: flex;
}

.wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
.wpcf7-inline-wrapper.wpcf7-input-group p {
    padding: 0;
    margin: 0;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
    width: 99%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn {
    width: auto;
    display: block;
}

/** Response Output **/
.wpcf7-not-valid-tip {
    font-size: var(--wp--preset--font-size--small);
}
.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
}