//Contact Form 7 Styling

.wpcf7 {
	input:not([type="submit"]), textarea, select {
		border-radius: 0;
		width: 100%;
	}
	.wpcf7-checkbox, .wpcf7-radio {
		.wpcf7-list-item {
			display: block;
			input {
				width: auto;
			}
		}
	}
	.wpcf7-not-valid-tip {
		font-size: 0.85em;
		font-weight: 700;
	}
}