.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-right: 0;
}

.button-show-more.underlined-link:hover {
  text-decoration: none;
}

.button-show-more,
.button-show-less {
  margin-top: 0;
  margin-left: 25px;
}

show-more-button {
  display: flex;
  margin-top: 11px;
}

@media (max-width: 900px) {
  .button-show-more.underlined-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}