.contact-form-con {
  padding: 24px !important;
  background-color: #141c0c !important;
  border-radius: 10px;
}

.contact-form h4 {
  color: #000 !important;
}

.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.cf7-row label {
  color: #000 !important;
}

.cf7-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Label */
.cf7-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #000 !important;
  width: 100%;
}

.cf7-field.cf7-full {
  width: 100%;
}

/* Inputy */
.cf7-field input[type="text"],
.cf7-field input[type="email"],
.cf7-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #eaf6da;
  border-radius: 4px;
  background: #f5f7f2;
  font-size: 14px;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  font-family: inherit;
}

.cf7-field input[type="text"]:focus,
.cf7-field input[type="email"]:focus,
.cf7-field textarea:focus {
  border-color: #58703a;
}

.cf7-field textarea {
  height: 100px;
  resize: vertical;
}

/* Checkbox */
.cf7-accept .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1a1a1a;
}

.cf7-accept .wpcf7-acceptance input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #8dc63f;
  flex-shrink: 0;
  cursor: pointer;
}

.cf7-accept .wpcf7-acceptance a {
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: none;
}

.cf7-accept .wpcf7-acceptance a:hover {
  text-decoration: underline;
}

/* Submit */
.cf7-submit .wpcf7-submit {
  width: 100%;
  font-size: 16px !important;
  border: none;
  /* padding: 14px 24px; */
  /* font-size: 15px; */
  /* font-weight: 500; */
  cursor: pointer;
  /* font-family: inherit; */
  margin-top: 0 !important;
  border: #8dc63f 1px solid;
}

.cf7-submit .wpcf7-submit:hover {
  background-color: #58703a;
}

.wpcf7-spinner {
  display: none !important;
}

/* Walidacja */
.wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff !important;
}

/*sekcja kontaktowa*/
.contact-form-container {
  background-color: #fff;
  padding: 24px !important;
  border-radius: 5px;
}

/* Mobile */
@media (max-width: 600px) {
  .cf7-row-2col {
    grid-template-columns: 1fr;
  }
}
