/* lm-effect / post-conversions: ссылка на пост белая, как обычный текст */
#lm-effect-table .cell-markdown a,
#lm-effect-table .cell-markdown a:link,
#lm-effect-table .cell-markdown a:visited,
#lm-effect-table .cell-markdown a:hover,
#lm-effect-table .cell-markdown a:active,
#post-conversions-table .cell-markdown a,
#post-conversions-table .cell-markdown a:link,
#post-conversions-table .cell-markdown a:visited,
#post-conversions-table .cell-markdown a:hover,
#post-conversions-table .cell-markdown a:active {
  color: #ffffff;
  text-decoration: none;
}

/* Иконки TG/Max в колонке Канал */
#transitions-table .cell-markdown p,
#traffic-sources-table .cell-markdown p,
#subscribers-7d-table .cell-markdown p,
#post-conversions-table .cell-markdown p {
  margin: 0;
}
#transitions-table img,
#traffic-sources-table img,
#subscribers-7d-table img,
#post-conversions-table img {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin: 0 3px 0 0;
}

/* Таблица групп каналов в Настройках: иконка вплотную к имени */
.channel-groups-ag-grid .channel-name-with-mark {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1.2;
}

.channel-groups-ag-grid .channel-name-mark {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
