.ap-rmbox-content .ap-rmbox-morecontent {
  display: none;
}

.ap-readmore-button {
  background-color: #332C24;
  color: #fff;
  border: none;
  padding: 10px;
  width: 200px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.1s;
  outline: 0;
}

.ap-readmore-button:hover {
  background-color: #555;
}