:root{
  --fortem-bg:#b9b9b9;
  --fortem-border:#d9d9d9;
  --fortem-btn:#1b75bb;
  --fortem-btn-hover:#155d93;
}
.fortem-form-wrap{
  background:var(--fortem-bg);
  padding:26px 22px;
  border:1px solid #9a9a9a;
  color:var(--fortem-text,#111);
  max-width:640px;
  box-sizing:border-box;
}
.fortem-note{
  padding:10px 12px;
  margin:0 0 14px 0;
  border-radius:4px;
  border:1px solid rgba(0,0,0,.1);
  font-size:14px;
  line-height:1.35;
}
.fortem-note.ok{
  background:#e7f7ee;
  color:#0a3d1c;
  border-color:#bfe9cf;
}
.fortem-note.err{
  background:#fdeaea;
  color:#5a0000;
  border-color:#f1b7b7;
}
.fortem-form .fortem-field{margin:10px 0;}
.fortem-form label{
  display:block;
  font-size:13px;
  font-weight:600;
  margin-bottom:6px;
  color:#111;
}
.fortem-form .req{color:#d10000;font-weight:700;}
.fortem-form input[type=text],
.fortem-form input[type=email],
.fortem-form input[type=tel],
.fortem-form input[type=url],
.fortem-form input[type=number],
.fortem-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--fortem-border);
  background:#fff;
  padding:9px 10px;
  border-radius:2px;
  font-size:14px;
  line-height:1.3;
  color:#111;
}
.fortem-form textarea{resize:vertical;min-height:90px;}
.fortem-form input[type=number]{color:#000!important;-webkit-text-fill-color:#000!important;}
.fortem-actions{margin-top:14px;}
.fortem-btn{
  background:var(--fortem-btn);
  border:none;
  color:#fff;
  padding:8px 18px;
  border-radius:2px;
  cursor:pointer;
  font-weight:700;
  font-size:13px;
}
.fortem-btn:hover{background:var(--fortem-btn-hover);}
.fortem-drop{
  border:1px dashed #b5b5b5;
  background:#f5f5f5;
  padding:14px;
  border-radius:2px;
}
.fortem-file-row + .fortem-file-row{margin-top:8px;}
.fortem-files-hint{display:block;margin-top:6px;font-size:12px;color:#333;}
.fortem-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;visibility:hidden;}
