css/* Убираем отступы для страницы llms */
body[data-page-url="llms"] {
  margin: 0 !important;
  padding: 0 !important;
  background: white !important;
}

body[data-page-url="llms"] .t-records {
  margin: 0 !important;
  padding: 0 !important;
}