.wpcf7 input[type],
.wpcf7 textarea,
.wpcf7 select {
	border: 0;
	padding: .4em .75em;
	margin: .2em 0;
	border-radius: var(--wp--preset--border-radius--s);
	font-family: inherit;
	font-size: inherit;
	background-color: var(--wp--preset--color--base);
max-width: calc(100% - 2rem);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	outline-color: var(--wp--preset--color--accent-3);
}

.wpcf7 label,
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"],
.wpcf7 input[type="submit"],
.wpcf7 select {
	cursor: pointer;
}

.wpcf7 input[type="submit"] {
	appearance: none;
	border: 0;

	background-color: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--base);

	padding: .75em 1.5em;
	border-radius: var(--wp--preset--border-radius--s);
}

.wpcf7 .wpcf7-spinner {
	margin-left: .5em;
}

.wpcf7-response-output {
	margin-top: var(--wp--preset--spacing--s);
	padding: .5em .75em;
	border-radius: var(--wp--preset--border-radius--s);
}
