<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

#wpcf7-f4080-p3712-o1 form.wpcf7-form {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #01733c;
	background: #efefef;
	border-radius: 10px;
	padding: 10px;
}


#wpcf7-f4080-p3712-o1 form.wpcf7-form input[type="text"] {
	background: #fff;
	border-color: #ccc;
}

#wpcf7-f4080-p3712-o1 form.wpcf7-form input[type="text"]:focus {
	background: #fff;
	border-color: #f3be17;
}
</pre></body></html>