.flowtite-lead-form {
  max-width: 560px;
}

.flowtite-lead-form__title {
  margin: 0 0 1em;
}

.flowtite-lead-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25em;
}

.flowtite-lead-form__fields .flowtite-lead-form__field {
  flex: 1 1 220px;
  min-width: 0;
}

.flowtite-lead-form__fields .flowtite-lead-form__field--full {
  flex-basis: 100%;
}

@media (max-width: 600px) {
  .flowtite-lead-form__fields .flowtite-lead-form__field {
    flex-basis: 100%;
  }
}

.flowtite-lead-form__field {
  margin: 0 0 1em;
}

.flowtite-lead-form__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35em;
}

.flowtite-lead-form__field input,
.flowtite-lead-form__field select,
.flowtite-lead-form__field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.6em 0.75em;
  font-weight: 400;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #d2d6da;
  border-radius: 6px;
  background: #fff;
}

.flowtite-lead-form__required {
  color: #f5365c;
}

.flowtite-lead-form__field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35em;
}

.flowtite-lead-form__radio-group {
  display: flex;
  gap: 1.5em;
}

.flowtite-lead-form__radio-option {
  display: inline-flex !important;
  align-items: center;
  font-weight: 400 !important;
  margin: 0 !important;
  gap: 0.4em;
}

.flowtite-lead-form__radio-option input {
  width: auto !important;
  display: inline-block !important;
}

.flowtite-lead-form__section {
  margin: 1.5em 0 1em;
}

.flowtite-lead-form__field + .flowtite-lead-form__section {
  margin-top: 0.5em;
}

.flowtite-lead-form__divider {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid #d2d6da;
}

.flowtite-lead-form--project {
  max-width: 860px;
}

.flowtite-lead-form__field button {
  padding: 0.65em 1.5em;
  border: none;
  border-radius: 6px;
  background: #344767;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.flowtite-lead-form__field button:disabled {
  opacity: 0.6;
  cursor: default;
}

.flowtite-lead-form__status {
  font-weight: 600;
}

.flowtite-lead-form__status--success {
  color: #2dce89;
}

.flowtite-lead-form__status--error {
  color: #f5365c;
}
