/* Applies to the required field asterisk */
.form-required::after {
  content: " *";
  color: red !important;
  font-weight: 700;
  margin-left: 1px;
}
