.vocab-card { height: 124px; }
.vocab-front,
.vocab-back { padding: 10px 8px; gap: 4px; }
.vocab-french {
  font-size: 14px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.vocab-english {
  font-size: 13px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.vocab-hint { font-size: 9px; }