.wpcf7 form.wpcf7-form p{margin:0 0 18px}
.wpcf7 form.wpcf7-form p:last-of-type{margin:0}
.wpcf7-list-item{margin:0;display:flex;align-items:flex-start;gap:10px}
.wpcf7-spinner{position:absolute;margin:0}

.wpcf7 label{display:block;font-family:Manrope,-apple-system,sans-serif;font-size:.875rem;font-weight:600;color:#2B211B}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea{width:100%;box-sizing:border-box;min-height:44px;margin-top:6px;padding:13px 14px;font-family:Manrope,-apple-system,sans-serif;font-size:1rem;font-weight:400;color:#2B211B;background:#fff;border:1px solid #DFD3C3;border-radius:2px;appearance:none;transition:border-color .18s}
.wpcf7 textarea{min-height:120px;resize:vertical}
.wpcf7 input:hover,.wpcf7 select:hover,.wpcf7 textarea:hover{border-color:#A8812F}
.wpcf7 input:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{outline:2px solid #8C3A1E;outline-offset:3px;border-color:#8C3A1E}
.wpcf7 .wpcf7-not-valid{border-color:#A32B22;background:#FDF7F6}

.wpcf7 input[type=checkbox]{width:18px;height:18px;min-height:0;margin:3px 0 0;flex:none;accent-color:#8C3A1E}
.wpcf7-list-item-label{font-size:.8125rem;font-weight:400;line-height:1.55;color:#574B43}

.wpcf7 input[type=submit]{width:100%;min-height:44px;margin-top:6px;padding:18px 30px;border:0;border-radius:2px;cursor:pointer;font-family:Manrope,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#8C3A1E;background-image:linear-gradient(135deg,#5A2413 0%,#8C3A1E 60%,#A8481F 100%);transition:opacity .18s}
.wpcf7 input[type=submit]:hover{opacity:.92}

.wpcf7-not-valid-tip{display:block;margin-top:6px;font-size:.8125rem;font-weight:500;color:#A32B22}
.wpcf7-response-output{margin:20px 0 0;padding:16px 18px;border:0;border-left:3px solid #6E645C;background:#F6F1EA;font-size:.9375rem;color:#574B43}
form.sent .wpcf7-response-output{border-left-color:#2F6B4F}
form.invalid .wpcf7-response-output{border-left-color:#8A5E10}
form.failed .wpcf7-response-output{border-left-color:#A32B22}

@media(max-width:600px){.wpcf7 input,.wpcf7 select,.wpcf7 textarea{font-size:16px}}

/* dropdown arrow — appearance:none removed the native one */
.wpcf7 select{
  background-image:linear-gradient(45deg,transparent 50%,#6B5217 50%),linear-gradient(135deg,#6B5217 50%,transparent 50%);
  background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 14px) calc(50% + 2px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:42px;
}

/* consent row alignment — the inner label was inheriting display:block */
.wpcf7-acceptance .wpcf7-list-item label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  font-size:.9375rem;
  font-weight:400;
  color:#574B43;
  cursor:pointer;
}
.wpcf7-acceptance input[type=checkbox]{margin:0}
.wpcf7-acceptance{display:block;margin-top:4px}
