/* Стартовое позиционирование */
body.itemid-101 .sidebar-right.card {
  position: absolute;
  top: 130 px; /* начальное смещение от верха */
transition: none;
}

/* Закрепляем сайдбар только на нужных страницах DE
body.itemid-101 .sidebar-right.card {
  position: fixed !important;
  z-index: 1000 !important;
}*/

/* Стили для OL UL TABLE */
table {
    border-collapse: collapse;
  }
  table, th, td {
    border: 1px solid gray;
    padding: 5px;
  }
  th {
    text-align: center; /* Центрируем все заголовки */
  background-color: #f0f0f0; /* светло-серый цвет */
  }
ul {
  list-style-type: disc; /* чёрные точки */
  padding-left: 20px;    /* отступ, чтобы точки были видны */
}
ol {
  list-style-type: decimal; /* стандартные цифры */
  padding-left: 20px;       /* отступ слева, как у ul */
}
.toc a.active {
  background-color: #2980b9;
  color: white;
  font-weight: bold;
}

.container-composite {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

#mod-custom113 {
  position: absolute;
  top: 0;
  right: 0;
}
.fullwidth-table table {
  width: 100%;         /* растягивает на всю ширину контейнера */
  border-collapse: collapse;
}

.fullwidth-table td {
  border: 1px solid #ccc;  /* опционально — границы */
  padding: 10px;           /* отступы внутри ячеек */
  text-align: left;        /* выравнивание текста */
}
