.table-custom-title td:first-child,
.table-custom-subtitle td:first-child {
  text-align: start;
}

.table-custom-title td,
.table-custom-subtitle td {
  text-align: center;
}

.table-custom-title td {
  font-size: 16px;
  font-weight: 600;
  color: #5068A5;
}

.table-custom-title-lvl-2 td {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.table-custom-title-lvl-3 td {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.table-custom-title td .row-with-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}

.table-custom-title-lvl-2 td:first-child {
  padding-left: 15px;
}
.table-custom-title-lvl-3 td:first-child {
  padding-left: 30px;
}
.table-custom-subtitle td:first-child {
  padding-left: 60px;
}

.table-custom-subtitle.small-padding td:first-child {
  padding-left: 30px;
}

.table-custom-title-lvl-3.small-padding td:first-child {
  padding-left: 0;
}

.table-custom-title td:first-child svg {
  display: none;
}

.table-custom-title.has-children td:first-child svg{
  display: block;
  transform: rotate(0);
  transition: transform 0.3s ease;
}

.table-custom-title.has-children.open td:first-child svg {
  transform: rotate(-180deg);
}


/* ArticleDashboard: */
.article-statistics-cell-less-zero {
  background-color: #f4cccc;
  color: #660000 !important;
}

.article-statistics-cell-more-zero {
  background-color: #b7e1cd; 
  color: #274e13 !important;
}
