.read-more-checkbox:hover + .read-more,
.read-more-checkbox:checked + .read-more {
  max-height: 10000px;
  color: #000;
  border: 3px solid #fcca03; box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.1); 
}

.read-more-checkbox {
  width: 20%;
  height: 20px;
  cursor: pointer;
  position: absolute;
  margin-left: -50px;
  margin-top: 15px;
  opacity: 0;
}