/* =========================================================
   PetGiftBox Contact Form 7
   Applies to product/page forms, with explicit footer reset.
   ========================================================= */

body .site-content .wpcf7,
body #productTabContent .wpcf7 {
  max-width: 760px;
  margin-left: 0;
  margin-right: auto;
}

body .site-content .wpcf7 form,
body #productTabContent .wpcf7 form {
  max-width: 100%;
  margin-left: 0;
  padding: 34px;
  background: #f8f9fa;
  border: 1px solid #e7ded5;
}

body .site-content .wpcf7 p,
body #productTabContent .wpcf7 p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: #6f665f;
}

body .site-content .wpcf7 strong,
body #productTabContent .wpcf7 strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.35;
  color: #1b120e;
}

body .site-content .wpcf7 input[type="text"],
body .site-content .wpcf7 input[type="email"],
body .site-content .wpcf7 input[type="tel"],
body .site-content .wpcf7 textarea,
body #productTabContent .wpcf7 input[type="text"],
body #productTabContent .wpcf7 input[type="email"],
body #productTabContent .wpcf7 input[type="tel"],
body #productTabContent .wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0d7ce;
  background: #fff;
  color: #1b120e;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
}

body .site-content .wpcf7 textarea,
body #productTabContent .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

body .site-content .wpcf7 input:focus,
body .site-content .wpcf7 textarea:focus,
body #productTabContent .wpcf7 input:focus,
body #productTabContent .wpcf7 textarea:focus {
  border-color: #b98245;
}

body .site-content .wpcf7 .wpcf7-list-item,
body #productTabContent .wpcf7 .wpcf7-list-item {
  margin: 0 18px 10px 0;
}

body .site-content .wpcf7 .wpcf7-list-item label,
body #productTabContent .wpcf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #1b120e;
}

body .site-content .wpcf7 input[type="checkbox"],
body #productTabContent .wpcf7 input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #b98245;
}

body .site-content .wpcf7 input[type="submit"],
body #productTabContent .wpcf7 input[type="submit"] {
  width: 100%;
  height: 48px;
  border: 0;
  background: #1b120e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

body .site-content .wpcf7 .wpcf7-response-output,
body #productTabContent .wpcf7 .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-color: #e7ded5;
  font-size: 14px;
}

footer .wpcf7,
.wooma-elementor-footer .wpcf7 {
  max-width: none !important;
  margin: 0 !important;
}

footer .wpcf7 form,
.wooma-elementor-footer .wpcf7 form {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
