.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 0;
  text-decoration: none;
}

.button-show-more:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.button-show-more,
.button-show-less {
  margin-top: 0;
  font-size: 16px;
}
