ad-arg-def {
  display: inline;
  font-size: 0.875rem;
  font-family: var(--anj-font-family);
  font-weight: normal;
  line-height: 1.5;
  outline: none;
}
ad-arg-def, ad-arg-def::before, ad-arg-def::after {
  box-sizing: border-box;
  outline: none;
}
ad-arg-def:focus, ad-arg-def:active, ad-arg-def *:focus, ad-arg-def *:active {
  outline: none;
}
ad-arg-def::after {
  color: var(--anj-secondary-dark);
  content: ",";
  margin-right: 0.5rem;
}
ad-arg-def:last-child::after {
  content: none;
  margin-right: 0;
}