/* Reviewed Dutch and ESL source CSS; selectors scoped to each imported note type. */
.vocabulary-note-card[data-note-style="dutch_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="dutch_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="dutch_vocabulary"] .anki-target-language,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-type-answer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-target-language {
  color: black;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #666;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-type-answer {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-english {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-top-answer-sentence,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-word {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-answer-sentence + .anki-ipa,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-word + .anki-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-ipa + .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-english + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="dutch_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="dutch_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-explanation {
  font-family: Verdana, 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="dutch_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="dutch_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="dutch_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] input#typeans {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  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="dutch_vocabulary"] code#typeans {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-typeGood {
  color: #2e7d32;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-typeBad {
  color: #c62828;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"] .anki-typeMissed {
  color: #1565c0;
}
.vocabulary-note-card[data-note-style="dutch_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="dutch_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-target-language,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-target-language {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation h1,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation h1,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation h2,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation h2,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation h3,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation h3 {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="color: black"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="color: black"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="color:black"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="color:black"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)"] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-nightMode [style*="rgb(57,73,171)"],
.vocabulary-note-card[data-note-style="dutch_vocabulary"].anki-night_mode [style*="rgb(57,73,171)"] {
  color: #7986CB !important;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="english_french_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="english_french_vocabulary"] .anki-nl,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-type-answer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-nl {
  color: black;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #666;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-type-answer {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-english {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-top-answer-sentence,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-word {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-answer-sentence + .anki-ipa,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-word + .anki-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-ipa + .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-english + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="english_french_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="english_french_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-explanation {
  font-family: Verdana, 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="english_french_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="english_french_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="english_french_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] input#typeans {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  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="english_french_vocabulary"] code#typeans {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-typeGood {
  color: #2e7d32;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-typeBad {
  color: #c62828;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"] .anki-typeMissed {
  color: #1565c0;
}
.vocabulary-note-card[data-note-style="english_french_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="english_french_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-nl,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-nl {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation h3,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation h3 {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)"] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-nightMode [style*="rgb(57,73,171)"],
.vocabulary-note-card[data-note-style="english_french_vocabulary"].anki-night_mode [style*="rgb(57,73,171)"] {
  color: #7986CB !important;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="english_german_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="english_german_vocabulary"] .anki-sentence,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-word,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-translation,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-type-answer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-sentence,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-word {
  color: black;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #666;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-type-answer {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-translation {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-top-answer-sentence,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-word {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-answer-sentence + .anki-ipa,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-word + .anki-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-ipa + .anki-translation {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-translation + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="english_german_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="english_german_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-explanation {
  font-family: Verdana, 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="english_german_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="english_german_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="english_german_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] input#typeans {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  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="english_german_vocabulary"] code#typeans {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-typeGood {
  color: #2e7d32;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-typeBad {
  color: #c62828;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"] .anki-typeMissed {
  color: #1565c0;
}
.vocabulary-note-card[data-note-style="english_german_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="english_german_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-sentence,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-word,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-sentence,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-word {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-translation,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-translation {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation h3,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation h3 {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)"] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-nightMode [style*="rgb(57,73,171)"],
.vocabulary-note-card[data-note-style="english_german_vocabulary"].anki-night_mode [style*="rgb(57,73,171)"] {
  color: #7986CB !important;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="english_spanish_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="english_spanish_vocabulary"] .anki-nl,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-type-answer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-nl {
  color: black;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #666;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-type-answer {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-english {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-translation-set {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-front-translation-set {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-back-translation-set,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-word-translation-set {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-translation-set .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-translation-set .anki-english:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-translation-set + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-top-answer-sentence,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-word {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-answer-sentence + .anki-ipa,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-word + .anki-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-ipa + .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-english + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="english_spanish_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="english_spanish_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-explanation {
  font-family: Verdana, 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="english_spanish_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="english_spanish_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="english_spanish_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] input#typeans {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  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="english_spanish_vocabulary"] code#typeans {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-typeGood {
  color: #2e7d32;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-typeBad {
  color: #c62828;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"] .anki-typeMissed {
  color: #1565c0;
}
.vocabulary-note-card[data-note-style="english_spanish_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="english_spanish_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-nl,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-nl {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation h3,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation h3 {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)"] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-nightMode [style*="rgb(57,73,171)"],
.vocabulary-note-card[data-note-style="english_spanish_vocabulary"].anki-night_mode [style*="rgb(57,73,171)"] {
  color: #7986CB !important;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] * {
  box-sizing: border-box;
}
.vocabulary-note-card[data-note-style="english_portuguese_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="english_portuguese_vocabulary"] .anki-nl,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-english,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-ipa,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-audio,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-type-answer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-nl {
  color: black;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-ipa {
  color: #999;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-front-sentence {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-grammar-hint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #666;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0 0 32px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-type-answer {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-english {
  margin-bottom: 32px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-answer-sentence,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-top-answer-sentence,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-word {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-answer-sentence + .anki-ipa,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-word + .anki-ipa {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-ipa + .anki-english {
  margin-bottom: 24px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-english + .anki-audio {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.vocabulary-note-card[data-note-style="english_portuguese_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="english_portuguese_vocabulary"] hr {
  border: 0;
  border-top: 1px solid #999;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-answer-divider.anki-answer-anchor {
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-answer-divider {
  border-top: 2px solid #888;
  margin: 44px 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-explanation {
  font-family: Verdana, 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="english_portuguese_vocabulary"] .anki-explanation p:first-child {
  margin-top: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-explanation p:last-child {
  margin-bottom: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-explanation h3 {
  text-align: center;
}
.vocabulary-note-card[data-note-style="english_portuguese_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="english_portuguese_vocabulary"] .anki-explanation td,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-explanation th {
  overflow-wrap: normal;
  word-break: normal;
  padding: 6px 14px !important;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-metadata {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1.45;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-source {
  font-size: 24px;
  word-break: break-word;
  margin: 0 0 28px;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-author {
  font-size: 24px;
  margin: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] input#typeans {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  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="english_portuguese_vocabulary"] code#typeans {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-typeGood {
  color: #2e7d32;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-typeBad {
  color: #c62828;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"] .anki-typeMissed {
  color: #1565c0;
}
.vocabulary-note-card[data-note-style="english_portuguese_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="english_portuguese_vocabulary"].anki-nightMode,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode {
  color: #f3f4f6;
  background-color: #111827;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-nl,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-nl {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-english,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-english {
  color: #d1d5db;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-ipa,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-ipa {
  color: #9ca3af;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-grammar-hint,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-grammar-hint {
  color: #b6bdc8;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation h1,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation h2,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation h3,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation h3 {
  color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation table,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation td,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-explanation th,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-explanation th {
  color: inherit;
  background-color: transparent !important;
  border-color: #4b5563 !important;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="color: black"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="color:black"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="color: #000000"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="color:#000000"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="color: rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="color:rgb(0, 0, 0)"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="color:rgb(0, 0, 0)"] {
  color: #f3f4f6 !important;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-metadata,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-metadata {
  color: #c2cad6;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-source,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-source,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-author,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-author {
  color: inherit;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode hr,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode hr {
  border-top-color: #475569;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-answer-divider,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-answer-divider {
  border-top-color: #64748b;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-answer-divider.anki-answer-anchor,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-answer-divider.anki-answer-anchor {
  border: 0;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode .anki-blank,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode .anki-blank {
  border-bottom-color: #f3f4f6;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode a,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode a {
  color: #7cb8ff;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode input#typeans,
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode input#typeans {
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #64748b;
}
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="#3949AB"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="#3949ab"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="rgb(57, 73, 171)"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-nightMode [style*="rgb(57,73,171)"],
.vocabulary-note-card[data-note-style="english_portuguese_vocabulary"].anki-night_mode [style*="rgb(57,73,171)"] {
  color: #7986CB !important;
}
