.tabulation {
  container: tabulation / inline-size;
}

.tabulation__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  @container tabulation (width <= 1000px) {
    font-size: 1.8cqw;
    line-height: 1.777;
  }
}

.tabulation__agenda__name {
  line-height: 1.224;
  font-size: 1.77em;
}

.tabulation__agenda {
  @media (min-width: 1000px) {
    width: 12em;
  }
  padding-block: 1.666em;
}

.tabulation__agenda__name {
  max-height: 12em;
}

.tabulation__data {
  padding-block: 1.666em;
  border-bottom: 1px solid var(--secondary);
}

.tabulation__less,
.tabulation__more {
  > td {
    padding-block: 1.8em;
    padding-inline: 3.4444em;
  }
}

.tabulation__filters {
  padding: 1.5em;
  gap: 2.555em;
  margin-bottom: 1.11em;
}

.tabulation__select {
  width: 100%;
  height: 2em;
  padding-inline: 0.5em;
}

.tabulation {
  td,
  th {
    padding-block: 1.666em;
    &:not(:first-child, [data-align="left"]) {
      padding-left: 1.388em;
    }
    &:not(:last-child) {
      padding-right: 1.388em;
    }
  }
}

.tabulation__filters {
  display: flex;
  gap: 2.555rem;
  margin-bottom: 1.11rem;
  @container tabulation (width <= 1000px) {
    flex-direction: column;
    gap: 1rem;
  }
}

.tabulation__filter {
  flex: 1 1 0;
}
