/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 05:04:43 */
/* Volunteer Form Container */
.volunteer-form {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
}

/* Input Fields */
.volunteer-form input[type="text"],
.volunteer-form input[type="email"],
.volunteer-form input[type="tel"] {
  width: 100%!important;
  padding: 12px;
  margin: 8px 1%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  display: inline-block;
}

.volunteer-form input[type="email"],
.volunteer-form input[type="tel"] {
  width: 98%; /* full width for email & phone */
}

/* Membership Checkbox */
.membership-label {
  display: block;
  margin: 12px 0 6px;
  font-weight: bold;
}
.volunteer-form .wpcf7-list-item {
  margin-right: 15px;
  font-size: 14px;
}

/* Submit Button */
.volunteer-form input[type="submit"] {
  width: 100%;
  background: #F44A021!important;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.volunteer-form input[type="submit"]:hover {
  background: #F44A021!important;
}
