.orderforms-pro-field label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ofp-icon-wrap {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.ofp-field-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
}
.ofp-helper {
  margin-top: 6px;
  font-size: 12px;
  opacity: .8;
}
.ofp-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
