/* Start custom CSS for mivaan-contact, class: .elementor-element-212ac0f */.wpcf7-form-custom .single-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.wpcf7-form-custom .single-field label {
  margin-top: 4px; /* Input ile label arası boşluk */
  font-size: 14px;
  color: #333;
}

.wpcf7-form-custom input,
.wpcf7-form-custom textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.wpcf7-form-custom input:focus,
.wpcf7-form-custom textarea:focus {
  border-color: #003478;
  outline: none;
}/* End custom CSS */