.tektiq-cf7 {
  width: 100%;
  min-width: 0;
}
.tektiq-form-fields {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.tektiq-cf7 .wpcf7-form-control-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}
.tektiq-cf7 .wpcf7-form-control-wrap::after {
  content: "";
  grid-column: 1;
  grid-row: 2;
  min-height: 28px;
}
.tektiq-cf7 .contact-fields {
  gap: 8px;
}
.tektiq-cf7 .contact-field > p {
  margin: 0;
}
.tektiq-required {
  margin-left: 0.5em;
  font-size: 0.75em;
  font-weight: 500;
}
.tektiq-consent {
  font-size: 14px;
  line-height: 1.8;
}
.tektiq-consent .wpcf7-list-item {
  margin: 0;
}
.tektiq-consent label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.tektiq-consent input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 3px;
  accent-color: var(--color-blue, #0057ff);
}
.tektiq-consent a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tektiq-cf7 .wpcf7-not-valid-tip {
  grid-column: 1;
  grid-row: 2;
  color: #b3261e;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 6px;
}
.tektiq-cf7 .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 18px;
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.tektiq-cf7 .wpcf7-form.submitting .contact-submit {
  pointer-events: none;
  opacity: 0.5;
}
.tektiq-cf7 .wpcf7-spinner {
  display: none;
}
.tektiq-cf7 .wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}
.tektiq-local-mail-note,
.tektiq-form-unavailable {
  padding: 18px;
  margin-bottom: 24px;
  border: 1px solid #cad5e2;
  background: #f3f6fa;
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.tektiq-form-unavailable p {
  margin: 0;
}
.tektiq-form-unavailable a {
  text-decoration: underline;
}
.tektiq-form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.tektiq-download-result {
  padding: 24px;
  margin-top: 24px;
  background: #f3f6fa;
  border: 1px solid #cad5e2;
  line-height: 1.9;
}
.tektiq-download-result[hidden] {
  display: none;
}
.tektiq-pdf-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-top: 20px;
}
.tektiq-cf7 :focus-visible {
  outline: 3px solid #0057ff;
  outline-offset: 4px;
}
.tektiq-cf7 select {
  appearance: auto;
}
@media (max-width: 600px) {
  .tektiq-cf7 .wpcf7-form-control-wrap::after {
    /* Keep one error line ready; the shared grid row grows for longer messages. */
    min-height: 28px;
  }
  .tektiq-cf7 .contact-field input,
  .tektiq-cf7 .contact-field select,
  .tektiq-cf7 .contact-field textarea {
    font-size: 16px;
  }
  .tektiq-download-result {
    padding: 16px;
  }
  .tektiq-local-mail-note,
  .tektiq-form-unavailable {
    padding: 16px;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-break: strict;
  }
}
