.uc-textformat {
  text-align: justify !important;
  text-justify: inter-word!important;
  hyphens: auto;
  word-spacing: -0.1em;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .uc-textformat {
    text-align: left !important;
    hyphens: none;
  }
}

