.scfdb-form{
  max-width:420px;
  margin:30px auto;
  background:#fff;
  padding:25px;
  border-radius:8px;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.scfdb-row{
  display:flex;
  gap:10px;
}

.scfdb-form input,
.scfdb-form select,
.scfdb-form textarea{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ccc;
  border-radius:5px;
}

.scfdb-form textarea{
  height:100px;
}

.scfdb-form button{
  width:100%;
  padding:12px;
  background:#007bff;
  color:#fff;
  border:none;
  border-radius:5px;
}

.scfdb-msg{
  text-align:center;
  margin-top:10px;
}

@media(max-width:600px){
  .scfdb-row{
    flex-direction:column;
  }
}
