.llf-wrap{
  max-width:640px;
  margin:20px auto;
  padding:16px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:transparent; /* lets WPBakery row bg show through */
}
.llf-title{ margin:0 0 14px; font-weight:700; }
.llf-row{ margin-bottom:12px; }
.llf-row label{ display:block; margin-bottom:6px; font-weight:600; color:#111827; }
.llf-row input,
.llf-row textarea,
.llf-row select{
  width:100%;
  padding:10px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
}
.llf-btn{
  display:inline-block;
  padding:10px 16px;
  border-radius:10px;
  border:none;
  background:#111827;
  color:#fff;
  cursor:pointer;
}
.llf-status{ margin-top:10px; }
.llf-privacy{ font-size:12px; color:#6b7280; margin-top:12px; }

/* Honeypot hidden from humans */
.llf-hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
