.required.marked::after {
  content: '*';
  margin-inline-start: 3px;
  color: var(--input-required-pseudo-color);
}
