.tl-sf-wrap{
  margin:0;
}
.tl-sf-form{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tl-sf-form input{
  width:100%;
  padding:12px 16px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  font-size:16px;
  line-height:1.4;
  background:#ffffff;
  color:#111827;
  box-sizing:border-box;
}
.tl-sf-form input::placeholder{
  color:#6b7280;
}
.tl-sf-row{
  margin-top:4px;
}
.tl-sf-btn{
  display:block;
  width:100%;
  padding:12px 18px;
  border-radius:10px;
  border:none;
  font-size:18px;
  font-weight:700;
  background:#111827;
  color:#ffffff;
  cursor:pointer;
  text-align:center;
}
.tl-sf-btn:hover{
  opacity:.9;
}
.tl-sf-error{
  color:#b91c1c;
  font-size:14px;
  margin-bottom:6px;
}
/* Honeypot: hidden on front-end, visible in Elementor editor */
.tl-sf-hp{
  display:none !important;
}
.elementor-editor-active .tl-sf-hp{
  display:block !important;
  margin-bottom:8px;
}
.elementor-editor-active .tl-sf-hp label{
  font-size:12px;
  color:#6b7280;
}

@media (max-width: 767px){
  .tl-sf-form{
    gap:10px;
  }
}
