/* Source and licensing information for the line(s) below can be found at https://www.veracode.com/modules/custom/veracode_utils/css/utils.css. */
.limited-text-wrapper .character-limit {
  display: none;
}

.limited-text-wrapper .warning-text {
  display: none;
  background-color: #ed4747;
  color: white;
  width: fit-content;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 8px 0;
}

.limited-text-wrapper .warning-text.show {
  display: block;
}

.hide {
  display: none;
}

/* Source and licensing information for the above line(s) can be found at https://www.veracode.com/modules/custom/veracode_utils/css/utils.css. */