.contact > .gtlux-cf7 { width: 100%; }
.gtlux-cf7 .wpcf7 { width: 100%; }
.gtlux-cf7 form { margin: 0; }
.gtlux-cf7 form > p { display: contents; }
.gtlux-cf7 .wpcf7-form-control-wrap { display: block; margin-top: 8px; }
.gtlux-cf7 input:not([type="checkbox"]), .gtlux-cf7 select { width: 100%; }
.gtlux-cf7 .consent { display: flex; align-items: flex-start; gap: 10px; }
.gtlux-cf7 .consent .wpcf7-form-control-wrap { margin: 0; }
.gtlux-cf7 .wpcf7-list-item { margin: 0; }
.gtlux-cf7 .wpcf7-list-item label { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.gtlux-cf7 .wpcf7-list-item input { margin-top: 4px; flex: 0 0 auto; }
.gtlux-cf7 .wpcf7-submit { border: 0; cursor: pointer; }
.contact .gtlux-cf7 input.wpcf7-submit.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #69b900 !important;
  border: 2px solid #69b900 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.contact .gtlux-cf7 input.wpcf7-submit.button:hover,
.contact .gtlux-cf7 input.wpcf7-submit.button:focus-visible {
  background: #101713 !important;
  border-color: #101713 !important;
  color: #fff !important;
}
.gtlux-cf7 .wpcf7-spinner { align-self: center; margin: 0; }
.gtlux-cf7 .wpcf7-response-output { grid-column: 1 / -1; margin: 8px 0 0 !important; border-radius: 6px; font-size: 13px; line-height: 1.5; }
.gtlux-cf7 .wpcf7-not-valid-tip { margin-top: 5px; font-size: 12px; }
