/* Общее двуязычное форматирование (главная + диалоги) */
.bi { font-weight: 600; }
.bi .ru { font-weight: 400; color: #555; font-size: inherit; }
.bi .sep { font-weight: 400; color: #999; margin: 0 .25em; }

/* Как summary раздела на главной */
.menu-section-title {
  font-size: 17px;
  margin: 0 0 8px;
  color: #222;
}

/* Как пункт диалога в меню на главной */
.menu-item-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 24px;
  color: #222;
  line-height: 1.5;
}

.load-error {
  padding: 14px 16px;
  background: #fff3f3;
  border: 1px solid #f0c4bf;
  border-radius: 10px;
  color: #8e2e24;
  font-size: 14px;
  line-height: 1.5;
}
