/*added 30.10.2025
 Обёртка для ограничения ширины и центрирования */
  .limited-width {
    margin: 40px 0 50px;
    position: relative;
  }
.short-text {
    margin-bottom: 10px;
}
  /* скрытый блок с полным текстом */
  .full-text {
    display: none;
  }

  /* стиль для кнопки */
  .toggle-button {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    padding: 8px 12px;
    background-color: #003255;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
  }