.puppy-description-wrapper .puppy-description {
  max-height: 3.2em; /* roughly 2 lines */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.puppy-description-wrapper.expanded .puppy-description {
  max-height: none;
}

.puppy-description-wrapper .read-more {
  background: none;
  border: none;
  color: #0073aa;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
}