.mark-form-list-cell-required-star-indicator {
  position: relative;
}

.mark-form-list-cell-required-star-indicator::before {
  content: '*';
  position: absolute;
  top: 50%;
  color: red;
  font-size: 1.1rem;
  pointer-events: none;
  transform: translateY(-50%);
}

.mark-form-list-cell-required-error-indicator {
  position: relative;
}

.mark-form-list-cell-required-error-indicator::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid red;
  pointer-events: none;
}
