.mjx-container {
  color: black !important;
}

.latex-block {
  color: black;
  font-size: 1.05rem;
  
  /* Центрировка */
  /* display: flex; */
  /* justify-content: center;  */
  /* align-items: center; */

  /* чтобы скролл был виден и приятен */
  overflow-x: auto;      
  overflow-y: hidden;
  padding: 1rem;
  scrollbar-width: thin;            
  scrollbar-color: #888 transparent;
}

.latex-block .MathJax {
  white-space: nowrap !important;
}

.latex-block svg {
  max-width: none !important;
}

