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

.tl-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: #5f6475;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 400 !important;
  cursor: pointer;
}

.tl-consent input {
  display: block !important;
  flex: 0 0 18px;
  width: auto !important;
  min-width: 18px;
  height: 18px;
  margin-top: 3px;
  opacity: 1 !important;
  visibility: visible !important;
  accent-color: #2a3990;
}

.tl-form-status {
  margin: 0;
  font-weight: 700;
}

.tl-form-status.is-success {
  color: #2A3990 !important;
}

.tl-form-status.is-error {
  color: #b42318;
}

.tl-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}
