.beca-fellowship-alerts-form {
  max-width: 1000px;
  margin-top: 10rem !important;
  margin-right: auto !important;
  margin-bottom: 4rem !important;
  margin-left: auto !important;
  font-family: "Open Sans", Arial, sans-serif;
}

.beca-fellowship-alerts-form fieldset {
  margin-block: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(19, 90, 213, .18);
  border-radius: 12px;
  background: #fff;
}

.beca-fellowship-alerts-form .form-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem 1.25rem;
}

.beca-fellowship-alerts-form .form-actions {
  margin-top: 1.5rem;
}

.beca-fellowship-alerts-form .button--primary {
  padding: .8rem 1.35rem;
  border: 0;
  border-radius: 6px;
  background: #135ad5;
  color: #fff;
}

@media (max-width: 700px) {
  .beca-fellowship-alerts-form .form-checkboxes {
    grid-template-columns: 1fr;
  }
}

/* Display exactly one red asterisk beside each required field title. */
.beca-fellowship-alerts-form .form-required::before,
.beca-fellowship-alerts-form .form-required::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
}

.beca-fellowship-alerts-form label.form-required::after,
.beca-fellowship-alerts-form legend.form-required::after {
  content: "\00a0*" !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  color: #d40000 !important;
  font: inherit !important;
  font-weight: 700 !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
}
