/*
Theme Name: Lightning Child
Template: lightning
*/

/* CF7 styles */
.cf7-input,
.cf7-textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #E94E1B;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  color: #2C2C2C;
  margin-top: 0.25rem;
}
.cf7-textarea { min-height: 8rem; }
.cf7-input:focus,
.cf7-textarea:focus {
  outline: none;
  border-color: #1A2740;
  box-shadow: 0 0 0 3px rgba(233,78,27,0.15);
}
.cf7-submit {
  display: inline-block;
  background: #E94E1B;
  color: #fff;
  font-weight: 700;
  padding: 0.875rem 2.25rem;
  border: none;
  border-radius: 9999px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cf7-submit:hover { background: #c83f12; }
