.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
  color: rgb(var(--color-badge-foreground));
  font-weight: 500;
  font-size: 1.4rem;
}

.button-show-more:hover {
  color: rgb(var(--color-badge-foreground));
}

.button-show-more,
.button-show-less {
  margin-top: 1.5rem;
}
