/* Simple styles for form & debug log */
#tl-cfstream-form .tl-field { margin-bottom: 16px; }
#tl-cfstream-form .tl-field label { display:block; font-weight:600; margin-bottom:6px; }
#tl-cfstream-form .tl-field input[type="text"],
#tl-cfstream-form .tl-field textarea,
#tl-cfstream-form .tl-field select { width:100%; max-width:720px; }
#tl-cfstream-form .tl-progress-wrap { margin: 12px 0; }
#tl-cfstream-form .tl-status { margin-bottom: 8px; font-weight:600; }
#tl-cfstream-form .tl-estimate { margin: 8px 0; font-style: italic; }
#tl-cfstream-form .tl-debug-title { margin-top: 16px; }
#tl-cfstream-form .tl-debug {
  background:#111; color:#0f0; font-family:monospace; padding:10px;
  height:220px; overflow:auto; border-radius:6px;
  border:1px solid #2a2a2a;
}
