@font-face { font-family: "VocabularyNaskh"; src: url("/assets/vocabulary-arabic-1f1187bf.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
/* Bundled from the four reviewed vocabulary note types. See config/vocabulary_note_types.json. */

.vocabulary-note-card[data-note-style="japanese_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  color: black;
  background-color: white;
  padding: 4px 16px 24px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp {
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 400;
  color: black;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-front-sentence,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-top-answer-sentence {
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp.anki-word {
  margin-bottom: 20px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp.anki-word {
  font-size: 36px;
  line-height: 1.55;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-front-english,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-top-english,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-english {
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-sentence-ipa,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-word-ipa {
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp ruby,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-grammar-hint ruby,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation ruby {
  ruby-align: center;
  ruby-position: over;
  vertical-align: baseline;
  white-space: nowrap;
  margin: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-grammar-hint ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation ruby rt {
  font-family: inherit;
  font-size: 0.5em;
  color: #555;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp.anki-no-furigana ruby rt {
  display: none;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-jp.anki-no-furigana {
  line-height: 1.45;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-type-answer {
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif;
  font-size: 30px;
  line-height: 1.55;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] input#typeans {
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.55 !important;
  text-align: center;
  width: 420px;
  max-width: 85%;
  padding: 6px 10px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] code#typeans {
  display: inline-block;
  max-width: 100%;
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.55 !important;
  text-align: center;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-typeGood {
  color: #2e7d32;
  font-size: 34px !important;
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-typeBad {
  color: #c62828;
  font-size: 34px !important;
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-typeMissed {
  color: #1565c0;
  font-size: 34px !important;
  font-family: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", sans-serif !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0 0 38px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(400px, 100%);
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 42px 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 42px 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-subclass {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-metadata {
  color: black;
  line-height: 1.5;
  margin: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-source {
  font-size: 24px;
  color: black;
  word-break: break-word;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-author {
  font-size: 24px;
  color: black;
  margin: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-blank {
  display: inline-block;
  width: 3em;
  height: 0.8em;
  border-bottom: 2px solid #222;
  vertical-align: baseline;
  margin: 0 0.08em;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation {
  font-family: Verdana, "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "Yu Gothic UI", "Meiryo", "Hiragino Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: black;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation table {
  display: block;
  width: fit-content !important;
  max-width: 100% !important;
  overflow-x: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="japanese_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
  color-scheme: dark;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-jp,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-jp {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-jp ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-jp ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-grammar-hint ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-grammar-hint ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-explanation ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-explanation ruby rt,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-subclass,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-subclass,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode code#typeans,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode code#typeans {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-typeGood,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-typeGood {
  color: #7ed787;
  background-color: #173b25;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-typeBad,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-typeBad {
  color: #ff8a8a;
  background-color: #4a2028;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode .anki-typeMissed,
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode .anki-typeMissed {
  color: #7cb8ff;
  background-color: #1e3553;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: black" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:black" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: #000000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:#000000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode font[color="black" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode font[color="#000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode font[color="#000000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: black" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:black" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: #000000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:#000000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode font[color="black" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode font[color="#000" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode font[color="#000000" i] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: #3949ab" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:#3949ab" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color: rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode [style*="color:rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-nightMode font[color="#3949ab" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: #3949ab" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:#3949ab" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color: rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode [style*="color:rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="japanese_vocabulary"].anki-night_mode font[color="#3949ab" i] {
  color: #7986cb !important;
}

.vocabulary-note-card[data-note-style="korean_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  color: black;
  background-color: white;
  padding: 4px 16px 24px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-ko {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 400;
  color: black;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-front-sentence,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-top-answer-sentence {
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-front-english,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-top-english,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-english {
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-word {
  font-size: 32px;
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-sentence-ipa,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-word-ipa {
  margin-bottom: 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-hanja {
  font-family: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", "Nanum Gothic", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-type-answer {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif;
  font-size: 30px;
  line-height: 1.55;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] input#typeans {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif !important;
  font-size: 32px !important;
  line-height: 1.55 !important;
  text-align: center;
  width: 390px;
  max-width: 82%;
  padding: 6px 10px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] code#typeans {
  display: inline-block;
  max-width: 100%;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif !important;
  font-size: 34px !important;
  line-height: 1.55 !important;
  text-align: center;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-typeGood {
  color: #2e7d32;
  font-size: 34px !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-typeBad {
  color: #c62828;
  font-size: 34px !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-typeMissed {
  color: #1565c0;
  font-size: 34px !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0 0 38px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(400px, 100%);
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 42px 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 42px 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-metadata {
  color: black;
  line-height: 1.5;
  margin: 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-blank {
  display: inline-block;
  width: 3em;
  height: 0.8em;
  border-bottom: 2px solid #222;
  vertical-align: baseline;
  margin: 0 0.08em;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin: 0 0 30px;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation {
  font-family: Verdana, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: black;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation table {
  display: block;
  width: fit-content !important;
  max-width: 100% !important;
  overflow-x: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="korean_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
  color-scheme: dark;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-ko,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-ko {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-hanja,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-hanja,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode code#typeans,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode code#typeans {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-typeGood,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-typeGood {
  color: #7ed787;
  background-color: #173b25;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-typeBad,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-typeBad {
  color: #ff8a8a;
  background-color: #4a2028;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode .anki-typeMissed,
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode .anki-typeMissed {
  color: #7cb8ff;
  background-color: #1e3553;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: black" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:black" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: #000000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:#000000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode font[color="black" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode font[color="#000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode font[color="#000000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: black" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:black" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: #000000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:#000000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode font[color="black" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode font[color="#000" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode font[color="#000000" i] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: #3949ab" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:#3949ab" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color: rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode [style*="color:rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-nightMode font[color="#3949ab" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: #3949ab" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:#3949ab" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color: rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode [style*="color:rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="korean_vocabulary"].anki-night_mode font[color="#3949ab" i] {
  color: #7986cb !important;
}

.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  color: black;
  background-color: white;
  padding: 4px 16px 24px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-metadata,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-pronunciation-line {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-ar {
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 42px;
  line-height: 1.65;
  color: black;
  font-weight: 400;
  margin: 0;
  direction: rtl;
  unicode-bidi: plaintext;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-harakat-sentence,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-top-harakat-sentence {
  font-size: 40px;
  color: #666;
  margin-bottom: 16px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-word {
  font-size: 40px;
  margin-bottom: 10px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-root {
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.45;
  color: #666;
  margin: 0;
  text-align: center;
  unicode-bidi: plaintext;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-type-answer {
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.55;
  margin: 0 0 26px;
  direction: rtl;
  unicode-bidi: plaintext;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] input#typeans {
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.55 !important;
  text-align: center;
  direction: rtl;
  unicode-bidi: plaintext;
  width: 390px;
  max-width: 82%;
  padding: 6px 10px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] code#typeans {
  display: inline-block;
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-variant-ligatures: normal;
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 36px !important;
  line-height: 1.55 !important;
  text-align: center;
  direction: rtl;
  unicode-bidi: plaintext;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-typeGood {
  color: #2e7d32;
  font-size: 36px !important;
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-typeBad {
  color: #c62828;
  font-size: 36px !important;
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-typeMissed {
  color: #1565c0;
  font-size: 36px !important;
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-english {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-top-answer-sentence {
  margin-bottom: 10px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-sentence-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-ipa + .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-english + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-pronunciation-line {
  margin: 0 0 24px;
  text-align: center;
  direction: ltr;
  unicode-bidi: isolate;
  line-height: 1.65;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-ar-inline {
  font-family: "VocabularyNaskh", "Scheherazade New", "Amiri", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 39px;
  color: #666;
  font-weight: 400;
  direction: rtl;
  unicode-bidi: isolate;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-ipa-inline {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #999;
  direction: ltr;
  unicode-bidi: isolate;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-pronunciation-dot {
  color: #aaa;
  margin: 0 0.35em;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-gender-symbol {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 0.25em;
  unicode-bidi: isolate;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-gender-female {
  color: #f78da7;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-gender-male {
  color: #0693e3;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(400px, 100%);
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-metadata {
  color: black;
  line-height: 1.45;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-blank {
  display: inline-block;
  width: 3em;
  height: 0.8em;
  border-bottom: 2px solid #222;
  vertical-align: baseline;
  margin: 0 0.08em;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, "VocabularyNaskh", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.65;
  color: #666;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation {
  font-family: Verdana, "VocabularyNaskh", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.65;
  color: black;
  text-align: start;
  max-width: 900px;
  margin: 0 auto;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation table {
  display: block;
  width: fit-content !important;
  max-width: 100% !important;
  overflow-x: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
  color-scheme: dark;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-ar,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-ar {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-ipa,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-ipa-inline,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-ipa-inline {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-harakat-sentence,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-harakat-sentence,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-top-harakat-sentence,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-top-harakat-sentence,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-ar-inline,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-ar-inline,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-root,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-root,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-pronunciation-dot,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-pronunciation-dot {
  color: #7f8a99;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode code#typeans,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode code#typeans {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-typeGood,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-typeGood {
  color: #7ed787;
  background-color: #173b25;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-typeBad,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-typeBad {
  color: #ff8a8a;
  background-color: #4a2028;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode .anki-typeMissed,
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode .anki-typeMissed {
  color: #7cb8ff;
  background-color: #1e3553;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: black" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:black" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: #000000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:#000000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode font[color="black" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode font[color="#000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode font[color="#000000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: black" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:black" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: #000000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:#000000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:rgb(0,0,0)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode font[color="black" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode font[color="#000" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode font[color="#000000" i] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: #3949ab" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:#3949ab" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color: rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode [style*="color:rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-nightMode font[color="#3949ab" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: #3949ab" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:#3949ab" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:rgb(57, 73, 171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color: rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode [style*="color:rgb(57,73,171)" i],
.vocabulary-note-card[data-note-style="modern_standard_arabic_vocabulary"].anki-night_mode font[color="#3949ab" i] {
  color: #7986cb !important;
}

.vocabulary-note-card[data-note-style="russian_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"],
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ru,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-pronunciation-line,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-stress-inline,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ipa-inline,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-type-answer,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-metadata,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-source,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-author,
.vocabulary-note-card[data-note-style="russian_vocabulary"] input#typeans,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-typeGood,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-typeBad,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-typeMissed {
  font-family: "Segoe UI",
    "Noto Sans",
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] {
  font-size: 24px;
  text-align: center;
  color: black;
  background-color: white;
  padding: 4px 16px 24px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ru,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-pronunciation-line {
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ru {
  font-size: 28px;
  color: black;
  font-weight: 400;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-english {
  font-size: 24px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ipa {
  font-size: 24px;
  color: #999;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-type-answer {
  font-size: 28px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-type-answer {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-english {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-top-answer-sentence {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-word {
  margin-bottom: 16px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-answer-sentence + .anki-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ipa + .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-english + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-pronunciation-line {
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-stress-inline {
  font-size: 25px;
  color: #555;
  font-weight: 400;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-ipa-inline {
  font-size: 24px;
  color: #999;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-pronunciation-dot {
  color: #aaa;
  margin: 0 0.35em;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(400px, 100%);
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-metadata {
  font-size: 24px;
  color: black;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] input#typeans {
  font-size: 28px;
  line-height: 1.45;
  text-align: center;
  width: 420px;
  max-width: 85%;
  padding: 6px 10px;
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] code#typeans {
  display: inline-block;
  max-width: 100%;
  font-family: inherit;
  font-size: 28px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-typeGood {
  color: #2e7d32;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-typeBad {
  color: #c62828;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-typeMissed {
  color: #1565c0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-blank {
  display: inline-block;
  width: 3em;
  height: 0.8em;
  border-bottom: 2px solid #222;
  vertical-align: baseline;
  margin: 0 0.08em;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
  color-scheme: dark;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-ru,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-ru {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-stress-inline,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-stress-inline {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-ipa-inline,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-ipa-inline {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-pronunciation-dot,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-pronunciation-dot {
  color: #7f8a99;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-typeGood,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-typeGood {
  color: #7ed787;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-typeBad,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-typeBad {
  color: #ff8a8a;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-typeMissed,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-typeMissed {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="color: black"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="color: black"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="color:black"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="color:black"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)"] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode [style*="rgb(57,73,171)"],
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode [style*="rgb(57,73,171)"] {
  color: #7986cb !important;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-grammar-hint {
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #666;
  letter-spacing: 0.02em;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation {
  font-family: inherit;
  font-size: 20px;
  line-height: 1.6;
  color: black;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation table {
  display: block;
  width: fit-content !important;
  max-width: 100% !important;
  overflow-x: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="russian_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation h1,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation h1,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation h2,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation h2,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation h3,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation h3 {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"] input#typeans,
.vocabulary-note-card[data-note-style="russian_vocabulary"] code#typeans {
  font-family: "Segoe UI",
    "Noto Sans",
    "Roboto",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
  font-size: 28px !important;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-typeGood,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-typeGood {
  background-color: #173b25;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-typeBad,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-typeBad {
  background-color: #4a2028;
}
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-nightMode .anki-typeMissed,
.vocabulary-note-card[data-note-style="russian_vocabulary"].anki-night_mode .anki-typeMissed {
  background-color: #1e3553;
}

/* Host integration: keep source proportions inside the app's centered review panel. */
.vocabulary-note-card { width: 100%; margin: 0 auto; overflow-wrap: anywhere; line-height: normal; }
.vocabulary-note-card :is(h1, h2, h3, h4) { font-family: inherit; color: inherit; }
.vocabulary-note-card [hidden] { display: none !important; }
.vocabulary-note-card img { border-radius: 0; }
.vocabulary-note-card .anki-replay-button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin: 0; padding: 4px;
  border: 0; border-radius: 50%; background: transparent; box-shadow: none;
  color: #414141; cursor: pointer; vertical-align: middle;
}
.vocabulary-note-card .anki-replay-button > span {
  display: block; width: 38px; height: 38px; color: transparent; font-size: 0;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='29' fill='white' stroke='%23414141'/%3E%3Cpath d='M56.502,32.301l-37.502,20.101l0.329,-40.804l37.173,20.703Z' fill='%23414141'/%3E%3C/svg%3E");
}
.vocabulary-note-card .anki-replay-button[aria-pressed="true"] { background: #ededed; }
.vocabulary-note-card .anki-replay-button:focus-visible { outline: 2px solid #3949ab; outline-offset: 2px; }
.vocabulary-note-card .anki-audio-status { font: 16px/1.5 Arial, sans-serif; margin-top: 12px; }
