/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 10 2026 | 16:51:18 */
.wpcf7-form p {
	
	margin-top:-20px;
	
}
.wpcf7 input[type="text"],
.wpcf7 textarea {
  border-bottom: 2px solid #0073e6;
	border-style:dotted;
/*  padding: 10px;*/
  width: 100%;
  font-size: 1em;
}

.wpcf7 input[type="submit"] {
  background: #0073e6;
  color: #fff;
  border: none;
 /* padding: 12px 30px;*/
  font-size: 1em;
  cursor: pointer;
  transition: background 0.2s;
}
.wpcf7 input[type="submit"]:hover {
  background: #005bb5;
}