/* DT Coffee Service — мобильная оптимизация */
@media (max-width: 640px) {
  /* Базовый текст и контейнеры */
  body,
  #allrecords {
    font-size: 15px;
    line-height: 1.5;
  }

  .t-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Крупные заголовки (в том числе логотип в шапке) */
  h1,
  .t-title,
  .t-heading_xs,
  .t-heading_sm,
  .t-heading_lg {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  /* Обычный текст и подписи */
  .t-name,
  .t-name_md,
  .t-name_lg {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  /* Кнопки: удобнее попадать пальцем */
  .t-btn {
    padding: 14px 24px !important;
    font-size: 16px !important;
  }

  /* Таблицы прайса: скролл по горизонтали на узких экранах */
  .t-table__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .t-table__table {
    min-width: 600px;
  }
}