.hidden-features {
  display: none;
}

.show-more-btn {
  background: none;
  border: none;
  color: #ff0000;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}

.show-more-btn:hover {
  text-decoration: underline;
}