.da-scf-wrap{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  padding: 16px;
  margin: 18px 0;
  background: #fff;
}

.da-scf-title{
  margin: 0 0 12px 0;
  font-size: 1.15rem;
}

.da-scf-form{
  display: grid;
  gap: 12px;
}

.da-scf-row label{
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.da-scf-row input,
.da-scf-row textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.35;
  box-sizing: border-box;
}

.da-scf-row textarea{ resize: vertical; }

.da-scf-btn{
  border: 0;
  border-radius: 10px;
  padding: 11px 14px;
  font-weight: 700;
  cursor: pointer;
}

.da-scf-notice{
  border-radius: 10px;
  padding: 10px 12px;
  margin: 0 0 12px 0;
  font-weight: 600;
}

.da-scf-success{
  border: 1px solid rgba(0,140,0,0.25);
  background: rgba(0,140,0,0.06);
}

.da-scf-error{
  border: 1px solid rgba(200,0,0,0.25);
  background: rgba(200,0,0,0.06);
}

.da-scf-req{ font-weight: 800; }

.da-scf-hp{
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}
