.button-show-more {
  padding: 0;
  text-decoration: none;
}


.button-show-more .label-text {
  font-size: 13px;
  font-weight: var(--medium);
  font-family: var(--main-font);
  line-height: 39px;
  color: rgba(var(--color-foreground), 0.65);
}

show-more-button {
  display: flex;
  justify-content: flex-end;
  height: 26px;
}