.tvlab-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.tvlab-turnstile {
  min-height: 0;
  margin-top: 10px;
}

.tvlab-protection-note {
  display: none;
}

.dark-section .tvlab-protection-note,
.estimate-panel .tvlab-protection-note {
  color: #8e99a8;
}

.tvlab-turnstile-retry {
  width: auto !important;
  min-height: 0 !important;
  margin-top: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px dashed currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  font-size: 12px !important;
  cursor: pointer !important;
}

.tvlab-turnstile-retry[hidden] {
  display: none !important;
}

.tvlab-form-status {
  min-height: 20px;
  margin-top: 8px;
  color: #4f6b2b;
  font-size: 13px;
  line-height: 1.35;
}

.dark-section .tvlab-form-status {
  color: #b7ff33;
}

.tvlab-form-status.is-error,
.dark-section .tvlab-form-status.is-error {
  color: #d84a4a;
}

.lead-form button[disabled],
.service-lead button[disabled] {
  cursor: wait;
  opacity: .65;
}

.tvlab-estimate-cta {
  display: block;
  width: fit-content;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid #b7ff33;
  border-radius: 999px;
  background: rgba(183, 255, 51, .08);
  color: #b7ff33;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.estimate-panel {
  transition: box-shadow .3s ease, transform .3s ease;
}

.estimate-panel.tvlab-estimate-highlight {
  box-shadow: 0 0 0 3px rgba(183, 255, 51, .7), 0 24px 70px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .tvlab-estimate-cta {
    width: 100%;
    min-height: 44px;
  }
}
