
.button-show-more {
  appearance: none;
  padding: 5px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.button-show-more__dot {
  height: 5px;
  width: 5px;
  background-color: #888;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
  border: none;
}
