.dpw-select-field select.cs_input_field {
  appearance: auto;
  -webkit-appearance: auto;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
.dpw-form-helper {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.6;
}
.dpw-thank-lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.7;
}
.dpw-next-steps-row {
  row-gap: 24px;
}
.dpw-next-step-card {
  height: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255,255,255,.04);
}
.dpw-next-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}
.dpw-next-step-card h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #fff;
}
.dpw-next-step-card p {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  margin: 0;
}
.dpw-thank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 767px) {
  .dpw-thank-actions .cs_btn {
    width: 100%;
    justify-content: center;
  }
}
