html.light {
  --c-not-recommended: #004db2;
}

html.dark {
  --c-not-recommended: var(--bs-blue);
}

.paraLexeme {
  margin-bottom: 10px;
}

.lexemeName {
  font-weight: bold;
}

.lexeme {
  border-collapse: collapse;
  margin-left: 0;
  margin-top: 5px;
}

.lexeme td {
  border: 1px solid var(--bs-gray-200);
  padding: 0px 10px;
}

.lexeme .inflection {
  color: var(--bs-gray-600);
  font-style: italic;
  font-size: small;
  text-align: center;
}

.lexeme .form {
  font-style: italic;
}

.lexeme .spacer {
  height: 2px;
}

.lexeme tr .person {
  text-align: right;
}

.noParadigm {
  color: var(--bs-gray-600);
  font-style: italic;
  padding-left: 80px;
  white-space: nowrap;
}

.lexemeMorphology {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lexemeMorphology li {
  display: inline;
}

.lexemeMorphology li + li:before {
  content: '/';
}

.lexemeMorphology .value {
  font-style: italic;
}

.lexemeNotes,
.lexemeSources {
  font-size: 75%;
  color: var(--bs-primary);
}

.paradigmDiv {
  white-space: nowrap;
}

.commaList {
  display: inline;
  list-style: none;
  padding: 0px;
}

.commaList li {
  display: inline;
}

.commaList li::before {
  content: ', ';
}

.commaList li:first-child::before {
  content: '';
}

li.elision {
  color: var(--bs-orange);
  cursor: help;
}

li.elisionShown {
  display: inline;
}

li.elisionHidden {
  display: none;
}

.elisionLegend {
  color: var(--bs-orange);
  font-style: italic;
}

li.notRecommended {
  color: var(--c-not-recommended);
  cursor: help;
}

li.notRecommendedShown {
  display: inline;
}

li.notRecommendedHidden {
  display: none;
}

.notRecommendedLegend {
  color: var(--c-not-recommended);
  font-style: italic;
}

li.elision::after,
li.notRecommended::after {
  content: '*';
}

/*
  Fix the inflection arrow for Google Chrome
  Reference: https://github.com/dexonline/dexonline/issues/484
*/
#inflArrow {
  font-family: serif;
}
