.cc-lead-consent {
  align-items: center;
  color: #5f5852;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  gap: 8px;
  grid-column: 1 / -1;
  line-height: 1.4;
  margin: 2px 0 18px;
  max-width: none;
  width: 100%;
}

.cc-lead-consent input[type="checkbox"] {
  accent-color: #e42320;
  flex: 0 0 auto;
  height: 14px;
  margin: 0;
  width: 14px;
}

.cc-lead-consent span {
  display: block;
  min-width: 0;
}

.cc-lead-honeypot {
  height: 1px !important;
  left: -10000px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.cc-lead-status {
  color: #5f5852;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

form[data-cc-leads-ready="true"] button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 640px) {
  .cc-lead-consent {
    font-size: 12px;
    line-height: 1.45;
  }
}
